Add backend configuration key to fim integration#8807
Conversation
90f2dae to
d9d081f
Compare
|
ty @Tacklebox this LGTM, before I press the |
efd6
left a comment
There was a problem hiding this comment.
Add manifest version bump and changelog entries?
| {{/each}} | ||
| recursive: {{recursive}} | ||
| scan_at_start: {{scan_at_start}} | ||
| force_backend: {{force_backend}} |
There was a problem hiding this comment.
Does this have a configuration target yet? I don't see one in auditbeat.
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 <90160302+efd6@users.noreply.github.com>
@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
|
💚 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_backendto 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.ymlfile.Related issues