Hello,
I'm trying to forward my audit trail through auditdistd to a remote syslog server which is running our SIEM environment. Has anyone already managed to forward audit information to syslog using auditdistd? Below configuration in place:
/etc/security/auditdistd.conf
/etc/security/audit_control
/etc/security/audit_user
/etc/rc.conf contains both audit_enable and auditdistd_enable. However I'm never getting any audit trails forwarded to the syslog.
Any insights are more than welcome.
I'm trying to forward my audit trail through auditdistd to a remote syslog server which is running our SIEM environment. Has anyone already managed to forward audit information to syslog using auditdistd? Below configuration in place:
/etc/security/auditdistd.conf
Code:
sender {
host "syslog" {
remote "1.2.3.4:514"
}
}
/etc/security/audit_control
Code:
dir:/var/audit
dist:on
flags:lo,aa,ad,fc,fd,fw,ex
minfree:5
naflags:lo,aa
policy:cnt,argv
filesz:2M
expire-after:10M
/etc/security/audit_user
Code:
root:lo,ad,ex:no
user1:lo,fc,ad,fw,fd,ex:no
user2:lo,fc,ad,fw,fd,ex:no
/etc/rc.conf contains both audit_enable and auditdistd_enable. However I'm never getting any audit trails forwarded to the syslog.
praudit shows a working configuration:
Code:
praudit /var/audit/current
header,56,11,audit startup,0,Wed Jul 16 10:09:06 2014, + 276 msec
text,auditd::Audit startup
return,success,0
trailer,56
Any insights are more than welcome.