Expose xpack.monitoring.elasticsearch.proxy setting as Docker env variable

In PR #11799 we missed to add the exposure of proxy also as docker env variable so that uses can connect the dockerzied Logstash to a proxed monitoring cluster
This commit is contained in:
andsel 2020-07-29 17:19:51 +02:00 committed by Andrea Selva
parent 2aa5cadd44
commit dcca6c2c61

View file

@ -99,6 +99,7 @@ func normalizeSetting(setting string) (string, error) {
"xpack.monitoring.elasticsearch.hosts",
"xpack.monitoring.elasticsearch.username",
"xpack.monitoring.elasticsearch.password",
"xpack.monitoring.elasticsearch.proxy",
"xpack.monitoring.elasticsearch.ssl.certificate_authority",
"xpack.monitoring.elasticsearch.ssl.truststore.path",
"xpack.monitoring.elasticsearch.ssl.truststore.password",