logstash-plugins / logstash-input-azure_event_hubs

Logstash input for consuming events from Azure Event Hubs
Apache License 2.0
18 stars 28 forks source link

Implement ECS-Compatibility Mode #49

Closed yaauie closed 3 years ago

yaauie commented 4 years ago

This is a stub issue, and needs to be fleshed out with details specific to this plugin.


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 either implement an ECS-Compatibility mode or certify that it does not implicitly use fields that conflict with ECS.

yaauie commented 3 years ago

This plugin relies on the codec for most fields, and otherwise only sets well-isolated @metadata fields. No need to implement an ECS compatibility mode.