-
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
Add auditd example with Auditbeat in kubernetes manifests #17431
Add auditd example with Auditbeat in kubernetes manifests #17431
Conversation
Add an example configuration of the auditd module in the Auditbeat reference manifest, including the processors needed for enrichement of events.
Pinging @elastic/siem (Team:SIEM) |
Pinging @elastic/integrations-platforms (Team:Platforms) |
indexers: | ||
- container: | ||
matchers: | ||
- fields.lookup_fields: ['container.id'] |
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.
We could probably make these indexers and matchers the default ones for auditbeat.
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.
++ on doing this, I think it should also be default in Metricbeat
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.
Issue created for this: #17432
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.
Changelog maybe?
Changelog entry added. |
@andrewkroh @adriansr could any of you take a look to this PR? specially to the included auditd config. Thanks! |
) Add an example configuration of the auditd module in the Auditbeat reference manifest, including the processors needed for enrichement of events. (cherry picked from commit 119f324)
) Add an example configuration of the auditd module in the Auditbeat reference manifest, including the processors needed for enrichement of events. (cherry picked from commit 119f324)
) (elastic#17546) Add an example configuration of the auditd module in the Auditbeat reference manifest, including the processors needed for enrichement of events. (cherry picked from commit 32a11c9)
Add an example configuration of the auditd module in the Auditbeat
reference manifest, including the processors needed for enrichement of
events.
For enrichement it makes use of #15947, included in 7.7.
How to test?