Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ECS-Compatibility Mode #78

Open
yaauie opened this issue Feb 26, 2020 · 2 comments
Open

Implement ECS-Compatibility Mode #78

yaauie opened this issue Feb 26, 2020 · 2 comments
Assignees

Comments

@yaauie
Copy link
Contributor

yaauie commented Feb 26, 2020

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.

@kares
Copy link
Contributor

kares commented May 4, 2021

ECS support here is effectively a NO-OP, we only set one (@metadata) field directly, otherwise field names will depend on the codec used. default codec is JSON, for better ECS compliance of user data, from the input, the plugin needs target name-space support in the codec.

@kares kares closed this as completed May 4, 2021
@kares kares reopened this May 4, 2021
@kares
Copy link
Contributor

kares commented May 4, 2021

we should still consider mentioning ECS in the docs, once JSON codec supports the target => ... namespace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants