logstash: Explicitly set ecs_compatibility to "disabled"

Since v7.10, Logstash prints the following warning message when this setting is not defined: [deprecation.logstash.outputs.elasticsearch] Relying on default value of `pipeline.ecs_compatibility`, which may change in a future major release of Logstash. To avoid unexpected changes when upgrading Logstash, please explicitly declare your desired ECS Compatibility mode. Ref: https://www.elastic.co/guide/en/logstash/7.10/plugins-outputs-elasticsearch.html#plugins-outputs-elasticsearch-ecs_compatibility
parent 1bee7e1c
...@@ -15,5 +15,6 @@ output { ...@@ -15,5 +15,6 @@ output {
hosts => "elasticsearch:9200" hosts => "elasticsearch:9200"
user => "elastic" user => "elastic"
password => "changeme" password => "changeme"
ecs_compatibility => disabled
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment