-
Notifications
You must be signed in to change notification settings - Fork 456
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 backend
configuration key to fim integration
#8807
Conversation
90f2dae
to
d9d081f
Compare
ty @Tacklebox this LGTM, before I press the |
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.
Add manifest version bump and changelog entries?
@@ -5,6 +5,7 @@ paths: | |||
{{/each}} | |||
recursive: {{recursive}} | |||
scan_at_start: {{scan_at_start}} | |||
force_backend: {{force_backend}} |
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.
Does this have a configuration target yet? I don't see one in 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.
LGTM, this should be merged after both the new backends are in auditbeat, right? |
ty for the review @efd6 and the to the point comments. As @mmat11 mentioned above, this config change captured in the PR is about two new BackEnds for the file_integrity module of auditbeat, and I tend to agree here first merge the respective changes in the beats repo and then merge this one, any thoughts on that @efd6 ? |
Use a select type instead of text Co-authored-by: Dan Kortschak <[email protected]>
@pkoutsovasilis The Also, Can you reference the beats issue/PR in this PR. |
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
@bhapas Beats PR here: elastic/beats#38199 |
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
force_backend
configuration key to fim integrationbackend
configuration key to fim integration
…fim_uid_support # Conflicts: # packages/fim/changelog.yml # packages/fim/manifest.yml
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
💚 Build Succeeded
History
cc @Tacklebox |
Package fim - 1.15.0 containing this change is available at https://epr.elastic.co/search?package=fim |
Proposed commit message
This adds the configuration key
force_backend
to select an event source for the fim integration on Linux. In order to support including user information on file integrity events across a wider range of linux kernel versions, two new event sources for auditbeat are being developed:ebpf
, andkprobes
. In order for a user to be able to select which one they would like to enable a configuration key is being added.Checklist
changelog.yml
file.Related issues