This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [sources.audit_raw] | |
| type = "file" | |
| include = [ "/var/log/audit/audit.log" ] | |
| read_from = "beginning" | |
| [transforms.audit_parsed] | |
| type = "remap" | |
| inputs = ["audit_raw"] | |
| source = ''' | |
| # The format is deceptively complex - it looks like key-value pairs but there's actually a few layers of nesting. |