Auditd package: revert back change to dynamic_dataset/namespace#6808
Auditd package: revert back change to dynamic_dataset/namespace#6808gsantoro wants to merge 2 commits intoelastic:mainfrom
Conversation
🌐 Coverage report
|
There was a problem hiding this comment.
Can you please point me to an issue or comment somewhere that explains why these changes are being reverted. It wasn't obvious to me from looking at the linked issues.
If you do end up adding this back, could you please not use the dotted key format (relates to elastic/package-spec#538). i.e.
elasticsearch:
dynamic_dataset: true
dynamic_namespace: true|
Actually, now that we discuss this further, I think we shouldn't revert these changes. This integration is tailing the actual audits and not the logs of the auditd application. This datastream should eventually be an input package but for a similar reason why we decided to not rever the changes for kubernetes.container_logs, we shouldn't revert this change either. @felixbarny and @ruflin do you agree to close this PR and not merge it? |
|
sgtm |
|
I'm closing this PR without merging it. Reason at #6808 (comment). |
|
auditd is not a generic input type that you would be applying to different sources. It specifically reads the output of the Linux auditd daemon. It does not need to be able to write to arbitrary logs-* data streams. Relates: #6808 (comment)
What does this PR do?
Revert back changes from issue elastic/kibana#157897.
Removing the following configs from the system package manifest
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots