Remove settings that was intended to direct ship monitoring data to ES monitoring cluster

During the development of PR #11541 to direct ship monitoring data to an monitoring ES cluster without hopping through a production ES cluster, the settings for elasticsearch ouput was cloned into a version without the `xpack` prefix.
Since that feature has been removed the settings should also be removed from the Docker image
This commit is contained in:
andsel 2020-07-29 17:24:11 +02:00 committed by Andrea Selva
parent dcca6c2c61
commit 7df59fbe76

View file

@ -84,16 +84,6 @@ func normalizeSetting(setting string) (string, error) {
"modules",
"path.logs",
"path.plugins",
"monitoring.enabled",
"monitoring.collection.interval",
"monitoring.elasticsearch.hosts",
"monitoring.elasticsearch.username",
"monitoring.elasticsearch.password",
"monitoring.elasticsearch.ssl.certificate_authority",
"monitoring.elasticsearch.ssl.truststore.path",
"monitoring.elasticsearch.ssl.truststore.password",
"monitoring.elasticsearch.ssl.keystore.path",
"monitoring.elasticsearch.ssl.keystore.password",
"xpack.monitoring.enabled",
"xpack.monitoring.collection.interval",
"xpack.monitoring.elasticsearch.hosts",