-
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 8.3.0-SNAPSHOT is failing on GKE: "failed to get audit status" #31616
Comments
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
@barkbay The issue is that the buffer has data for 10 uint32 fields, but |
Sure:
|
Thanks, so it looks like that predates the addition of
|
Actually, based on the docs for the unmarshal function, we can just remove the length check. |
Also seeing this failure on 8.3.0-SNAPSHOT tar package.
|
@liza-mae Yes, that's expected. The fix is merged, so the next snapshot and upcoming release should be fixed. |
We're experiencing the same issue after upgrading from 8.2.3 to 8.3.0 on one of our Linux boxes.
|
Hello 👋 ,
The ECK project deploys
Auditbeat
as part of its E2E tests suite. Today we noticed that a test which validates that snapshot builds are working as expected is failing forAuditbeat
8.3.0-SNAPSHOT
.The error is:
Out of curiosity I built my own version of
go-libaudit
to dump the content of the reply:Here is the result:
I also tested different versions of
Auditbeat
from specific git commits and I concluded thatAuditbeat
works as expected until this PR: #31519For confirmed bugs, please report:
Please find the configuration here
And here is the Daemonset (built by the ECK operator) used to deploy Auditbeat
Please, let me know if you need additional details.
Thanks
The text was updated successfully, but these errors were encountered: