-
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] fim: implement ebpf backend #37223
Conversation
8204ed0
to
9c9cac4
Compare
/test auditbeat integTest |
/test auditbeat integTest arm |
This pull request is now in conflicts. Could you fix it? 🙏
|
136b45c
to
3e7db0b
Compare
/test auditbeat integTest arm |
/test auditbeat integTest arm |
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.
Just a few minor comments, I don't think anything that requires another look.
For future reference, in these larger changesets I would prefer if we didn't force push after the first peer review comments come in. Being able to view the changes since you last reviewed is valuable. At least in this repo, you are required to squash at merge so you still have an opportunity to clean up the commit message.
💚 Build Succeeded
History
cc @mmat11 |
💚 Build Succeeded
History
cc @mmat11 |
💚 Build Succeeded
History
cc @mmat11 |
💚 Build Succeeded
History
cc @mmat11 |
💚 Build Succeeded
History
cc @mmat11 |
💚 Build Succeeded
History
cc @mmat11 |
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!
Proposed commit message
This PR adds an additional opt-in eBPF backend to the file_integrity module. See related issues for more context.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Enable the eBPF backend in the file_integrity module config by specifying
force_backend: ebpf
and observe file events after running auditbeat.Related issues