logstash-plugins / logstash-filter-kv

Apache License 2.0
17 stars 42 forks source link

Implement ECS-Compatibility Mode #90

Closed yaauie closed 3 years ago

yaauie commented 4 years ago

As a part of the effort to make plugins able to run in an ECS-Compatible manner by default in an upcoming release of Logstash, this plugin needs to implement an ECS-Compatibility mode that does not implicitly use fields that conflict with ECS.

Absent target directive, this plugin populates fields verbatim from the KV-encoded payload it is given, and may benefit from requiring an explicit target when run in ECS-Compatibility mode, or otherwise reduce the risk of conflict.