You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The only field added is the one the user selects with source_ip_fieldname which is host by default. The plugin extract the source IP and set that field is not yet present:
If the user customize the name is out of control of ECS but if the user leverage the default behaviour and has ecs_compatibility enabled we should switch that field to a new name [host][ip]. This rename could happen at register time
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.
The text was updated successfully, but these errors were encountered: