Jeff Rinvelt
New Around Here
Long time listener first-time caller.
I'm trying to get rid of some trendmicro cruft in my log. I thought I had a good file to throw it in the null bin, but I was also trashing the skynet detail messages also. I was just getting the summary logs (i.e. "router Skynet: [#] 37943 IPs (+0) -- 1322 Ranges Banned (+0) || 48213 Inbound -- 70 Outbound Connections Blocked! [save] [1s]")
Any idea what I did wrong?
Message to remove
Jan 31 08:47:25 router kernel: [tdts_shell_ioctl_stat:256] Recv ioctl req with op 2
File I thought would work
# don't log kernel trendmicro messages
filter f_trendmicro {
program("kernel") and
message("[tdts_shell_ioctl_stat:256]");
};
log {
source(src);
filter(f_trendmicro);
flags(final);
};
#eof
I'm trying to get rid of some trendmicro cruft in my log. I thought I had a good file to throw it in the null bin, but I was also trashing the skynet detail messages also. I was just getting the summary logs (i.e. "router Skynet: [#] 37943 IPs (+0) -- 1322 Ranges Banned (+0) || 48213 Inbound -- 70 Outbound Connections Blocked! [save] [1s]")
Any idea what I did wrong?
Message to remove
Jan 31 08:47:25 router kernel: [tdts_shell_ioctl_stat:256] Recv ioctl req with op 2
File I thought would work
# don't log kernel trendmicro messages
filter f_trendmicro {
program("kernel") and
message("[tdts_shell_ioctl_stat:256]");
};
log {
source(src);
filter(f_trendmicro);
flags(final);
};
#eof