Hi everyone.
I have some problems to get full index some linux audit log.
I set a light forwarder server to report they /var/log/audit/audit.log to the central server.
The forwarder show in the log file the normal lines
example /var/log/audit/audit.log
type=PATH msg=audit(1255538594.639:261): name="/etc/file6" flags=310 inode=473281 dev=fd:00 mode=040755 ouid=0 ogid=0 rdev=00:00
type=CWD msg=audit(1255538594.639:261): cwd="/root"
type=FS_INODE msg=audit(1255538594.639:261): inode=473281 inode_uid=0 inode_gid=0 inode_dev=fd:00 inode_rdev=00:00
type=FS_WATCH msg=audit(1255538594.639:261): watch_inode=473281 watch="etc" filterkey=etc perm=2 perm_mask=3
type=SYSCALL msg=audit(1255538594.639:261): arch=40000003 syscall=5 success=yes exit=3 a0=bff6fc4b a1=8941 a2=1b6 a3=8941 items=1 pid=16375 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 comm="touch" exe="/bin/touch"
but the Central Splunk just show me 3 of 5 lines.
type=CWD msg=audit(1255538594.639:261): cwd="/root"
type=FS_WATCH msg=audit(1255538594.639:261): watch_inode=473281 watch="etc" filterkey=etc perm=2 perm_mask=3
type=SYSCALL msg=audit(1255538594.639:261): arch=40000003 syscall=5 success=yes exit=3 a0=bff6fc4b a1=8941 a2=1b6 a3=8941 items=1 pid=16375 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 comm="touch" exe="/bin/touch"
I don't know what to touch to allow to index the full log and not partially. BTW When I index a off line file as /var/log/audit/audit.1.log show me all the content.
my best regards for any help on this one.
Alvaro Pardo