-
Notifications
You must be signed in to change notification settings - Fork 38
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
ecs: add v8 alias to v1 implementation #68
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍒
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry wrong tab on previous ✔️
since we need to pass ecs_compatibility
to the grok filter we need to make sure logstash-filter-grok is updated first and it's version requirement is updated afterwards with v8 support, sample failing test:
https://app.travis-ci.com/github/logstash-plugins/logstash-input-syslog/jobs/527490671#L516-L517
upstream grok PR logstash-plugins/logstash-filter-grok#175 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, the failing CI against 8.0-SNAPSHOT is unrelated
(an issue with timestamp formatting due changes in LS 8.0 e.g. expected: "2021-10-26T20:19:25.000Z" got: "2021-10-26T20:19:25Z"
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, 💚 CI
No description provided.