-
Notifications
You must be signed in to change notification settings - Fork 444
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
auditd: Fix invalid event.type: stop->end #10090
Conversation
Stop is not a valid event.type, use end where applicable. https://www.elastic.co/guide/en/ecs/current/ecs-allowed-values-event-type.html#ecs-event-type-end Related to: elastic/sdh-beats#4763
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
|
Quality Gate passedIssues Measures |
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.
@haesbaert Would you mind creating an issue to fix go-libaudit please? I see it has stop.
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
Package auditd - 3.19.2 containing this change is available at https://epr.elastic.co/search?package=auditd |
Proposed commit message
stop
is not a validevent.type
, useend
where applicable.https://www.elastic.co/guide/en/ecs/current/ecs-allowed-values-event-type.html#ecs-event-type-end
Related to: https://github.com/elastic/sdh-beats/issues/4763
Checklist
changelog.yml
file.How to test this PR locally
I've tested with
elastic-package
, and run the tests for the respective package.Related issues
Related to: https://github.com/elastic/sdh-beats/issues/4763
Screenshots