-
Notifications
You must be signed in to change notification settings - Fork 5k
fix(auditbeat): only create ebpfreader on supported linux platforms #41040
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
fix(auditbeat): only create ebpfreader on supported linux platforms #41040
Conversation
ebpf reader/watcher is only supported on linux amd64/arm64 to avoid compile errors on other systems return an error if the ebpf backend is requested and ebpf is not supported
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
|
Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform) |
…41040) * fix(auditbeat): only create ebpfreader on supported linux platforms ebpf reader/watcher is only supported on linux amd64/arm64 to avoid compile errors on other systems return an error if the ebpf backend is requested and ebpf is not supported * lint: newEbpfReader -> newEBPFReader (cherry picked from commit 575c7cc)
…41040) (#41199) * fix(auditbeat): only create ebpfreader on supported linux platforms ebpf reader/watcher is only supported on linux amd64/arm64 to avoid compile errors on other systems return an error if the ebpf backend is requested and ebpf is not supported * lint: newEbpfReader -> newEBPFReader (cherry picked from commit 575c7cc) Co-authored-by: kruskall <[email protected]>
Proposed commit message
ebpf reader/watcher is only supported on linux amd64/arm64
to avoid compile errors on other systems return an error if the ebpf backend is requested and ebpf is not supported
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs