[auditd_manager] New auditd manager package#2763
Conversation
Rename input to audit/auditd Remove audit_rule_files. We want all config to be managed by the Agent so it shouldn't be reading from local files not managed by Agent. Constrain the input to linux hosts.
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
adriansr
left a comment
There was a problem hiding this comment.
Had a quick look.
Needs manual update of .git/CODEOWNERS
🌐 Coverage report
|
| } | ||
| } | ||
| } | ||
| handleMap(ctx); |
There was a problem hiding this comment.
is this necessary to apply this for all fields in ctx, instead of a subset like ctx.auditd ?
There was a problem hiding this comment.
the events come with also custom fields under user.* and file.*, since I was not able to generate many different samples, I am not 100% sure these are the only ones, so I tried to err on the more consistent way of dealing with them. If you prefer I can change it to operate on auditd, user, and file and we can deal with any other case found if any.
There was a problem hiding this comment.
It's ok then, let's keep it as is now.
What does this PR do?
Adds a new auditd_manager integration
Checklist
changelog.ymlfile.Closes #3011