mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
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:
parent
2aa5cadd44
commit
dcca6c2c61
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue