-
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
Filebeat auditd ingest pipeline fails at kv processor when field value contains whitespaces #22587
Comments
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
elastic/elasticsearch#31786 looks related. |
it fails because of space in "reason="memory violation"" |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I believe this is still an issue. The workaround mentioned here does seem to work but would be good to fix this as part of the auditd integration? |
@efd6 would you mind taking a look at this one when you get a chance? Curious is the workaround mentioned in elastic/elasticsearch#31786 (comment) could be applied to our Auditd pipelines or if the bug within the kb processor needs to be addressed first? |
@jamiehynds Fixes for the beats pipeline and the integration pipeline have been sent. |
Some auditd messages contain a reason field which contains informations on why a specific event was logged. This field can contain whitespaces. This whitespaces are interpreted by the kv ingest processor as a field split which causes the kv processor to fail.
beats/filebeat/module/auditd/log/ingest/pipeline.yml
Lines 22 to 26 in b6896ee
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: