Cherry-pick #3750 to 5.x: Add fileset for parsing linux auditd logs #3975
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cherry-pick of PR #3750 to 5.x branch. Original message:
Add fileset for parsing linux auditd logs (#3750) (#3923) (#3941) (#3962)
The PR adds an auditd module for parsing logs from the auditd daemon. There is a sample dashboard for viewing this data.
Features
auditd.log.addr
field which is present for some remote login events.auditd.log.exe
andauditd.log.cmd
fields.?
.Missing Features
auditd.log.saddr
field present in SOCKADDR audit events. A recipe is described here and could probably be ported to painless. Sample value:type=SOCKADDR msg=audit(1481078693.491:873): saddr=01002F7661722F72756E2F6E7363642F736F636B657400008983B330BE7F0000000000000000000070830130BE7F000004000000000000001B00000000000000D128B7ED000000008B8BB330BE7F00003B00000000000000403E4BF7FD7F0000447F0130BE7F000080150230BE7F
Contains commits: