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 #60

Closed
yaauie opened this issue Feb 26, 2020 · 0 comments · Fixed by #63
Closed

Implement ECS-Compatibility Mode #60

yaauie opened this issue Feb 26, 2020 · 0 comments · Fixed by #63
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.

Since this plugin embeds a Grok Filter using patterns with capturing subpaterns, implementation may be dependent on ECS-Compatibility in Grok: logstash-plugins/logstash-filter-grok#157

@kares kares self-assigned this Jul 23, 2020
@kares kares closed this as completed in #63 Mar 22, 2021
kares added a commit that referenced this issue Mar 22, 2021
All event fields produces by the input are expected to be aligned with ECS.

resolves #60
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

Successfully merging a pull request may close this issue.

2 participants