-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Auditbeat] Update to go-libaudit v2.3.0 #31519
[Auditbeat] Update to go-libaudit v2.3.0 #31519
Conversation
Updated the go-libaudit library version to v2.3.0. This refreshes the syscall names for Linux and adds ECS categorizations for more audit anomaly events. https://github.com/elastic/go-libaudit/releases/tag/v2.3.0
b5771a8
to
c4fe1b8
Compare
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
E2E tests failure appears unrelated and similar failures can be found in test runs from
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
Now that go-libaudit support backlog_wait_time_actual this field can be output from the show-status command on Linux 5.9+ kernels. There were no tests for this code so I did a quick manual smoke test on 5.10. Relates elastic#31519
Now that go-libaudit support backlog_wait_time_actual this field can be output from the show-status command on Linux 5.9+ kernels. There were no tests for this code so I did a quick manual smoke test on 5.10. Relates elastic#31519
* auditbeat - Add backlog_wait_time_actual to show-status Now that go-libaudit support backlog_wait_time_actual this field can be output from the show-status command on Linux 5.9+ kernels. There were no tests for this code so I did a quick manual smoke test on 5.10. Relates #31519 * satisfy the linter gods Fixes: use of `fmt.Println` forbidden by pattern `fmt.Print.*` (forbidigo)
Updated the go-libaudit library version to v2.3.0. This refreshes the syscall names for Linux and adds ECS categorizations for more audit anomaly events. https://github.com/elastic/go-libaudit/releases/tag/v2.3.0
* auditbeat - Add backlog_wait_time_actual to show-status Now that go-libaudit support backlog_wait_time_actual this field can be output from the show-status command on Linux 5.9+ kernels. There were no tests for this code so I did a quick manual smoke test on 5.10. Relates #31519 * satisfy the linter gods Fixes: use of `fmt.Println` forbidden by pattern `fmt.Print.*` (forbidigo)
What does this PR do?
Updated the go-libaudit library version to v2.3.0. This refreshes the syscall
names for Linux and adds ECS categorizations for more audit anomaly events.
https://github.com/elastic/go-libaudit/releases/tag/v2.3.0
Why is it important?
This refreshes the lookup tables to handle new syscalls in Linux.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.