These events are broken up over 3 records so getting them into NLS is not happening.
The log file in question is /var/log/audit/audit.log. Standard Linux log file.
Has anyone had issues with the log format? Is NLS setup already to handle this but we are doing something wrong on our end? All our syslog events are being forward to NLS via a central syslog server.
Here are the 3 entries that show my access of /var/log/audit/audit.log.
Code: Select all
type=SYSCALL msg=audit(1471971838.950:32791): arch=c000003e syscall=2 success=no exit=-13 a0=7ffff362bd96 a1=0 a2=7ffff362a3c0 a3=7ffff362bf11 items=1 ppid=7949 pid=8205 auid=12001 uid=12001 gid=12001 euid=12001 suid=12001 fsuid=12001 egid=12001 sgid=12001 fsgid=12001 tty=pts0 ses=5315 comm="cat" exe="/bin/cat" key="file_access"
type=CWD msg=audit(1471971838.950:32791): cwd="/home/userxxx"
type=PATH msg=audit(1471971838.950:32791): item=0 name="/var/log/audit/audit.log"