Forum Discussion
Chris_FP
Cirrus
Aug 04, 2014Different syslog level between WebGUI and SSH login
We need to send syslog to Qradar for Security Event logging. One of the biggest things they need to know about are logon's the the F5's, either via the WebGUI or via SSH. However to reduce the amou...
nitass
Employee
Aug 06, 2014what about this?
config
root@(ve11a)(cfg-sync In Sync)(Active)(/Common)(tmos) list sys syslog
sys syslog {
include "
destination d_loghost {
udp(\"172.28.24.1\" port(514));
};
log {
source(s_syslog_pipe);
filter(f_authpriv);
destination(d_loghost);
};
"
}
syslog
[root@centos1 ~] nc -l -u 514
<86>Aug 6 05:48:22 ve11a info sshd(pam_audit)[8667]: user=root(root) partition=[All] level=Administrator tty=ssh host=192.168.207.46 attempts=1 start="Wed Aug 6 05:48:22 2014".
<134>Aug 6 05:48:22 ve11a info sshd(pam_audit)[8667]: 01070417:6: AUDIT - user root - RAW: sshd(pam_audit): user=root(root) partition=[All] level=Administrator tty=ssh host=192.168.207.46 attempts=1 start="Wed Aug 6 05:48:22 2014".
<85>Aug 6 05:48:33 ve11a notice httpd[3763]: 01070417:5: AUDIT - user admin - RAW: httpd(mod_auth_pam): user=admin(admin) partition=[All] level=Administrator tty=/sbin/nologin host=192.168.207.46 attempts=1 start="Wed Aug 6 05:48:33 2014".
Chris_FP
Cirrus
Aug 07, 2014Hi Nitass,
That looks good.
Anyway to "combine" my filter and that filter as we don't want the qradar boxes to receive "INFO" from any other processes (just authpriv as it appears they are INFO level for SSH but NOTICE level for WebGUI...)
Your expertise here is greatly appreciated.
Chris
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
