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