slackhq / go-audit

go-audit is an alternative to the auditd daemon that ships with many distros

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decoding of saddr and other values

whavey opened this issue · comments

Does go-audit decode the encoded fields such as saddr, a0, etc...?
If so are there special configuration parameter that need to be set?

go-audit attempts to be as fast as possible and consume as few resources on the host where it is running. I'd recommend looking into logstash-filter-goaudit or streamstash for all your audit log post-processing needs. Here is an example of post-processing locally if you don't have the needs for a complex log house setup.