-
Notifications
You must be signed in to change notification settings - Fork 181
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
Missing customfields/extra_fields on Elasticsearch export #1033
Comments
Hi, I think I was able to replicate the issue. Can you confirm me that the value Edit: there's a bug in my code to "flatten" the keys of the output_fields, a check is missing, and the keys without any dot are removed. I'm on the fix right now |
The PR with the fix is https://github.com/falcosecurity/falcosidekick/pull/1034/files, it will be in the next 2.30, sadly I don't have any ETA, but I could generate a release candidate for you if you need. |
Thank you for handling it so fast! |
Yes, the |
Describe the bug
When using falco's append_output.extra_fields or falcosidekick customfields they both appear in falco's output, but are missing when exporting to Elasticsearch (via Elasticsearch output method). Those extra fields just are not present at all in the post request json body.
Falco version:
Falco version: 0.39.1
Falcosidekick version:
Falco version: 2.29.0
Installation method:
Kubernetes (via Helm)
The text was updated successfully, but these errors were encountered: