Forum Discussion
Sarah
Cirrus
Feb 09, 2026Syslog Filter Configuration for Separating Audit and LTM logs.
Hello Community, I am currently configuring a remote syslog and i have two syslog servers: One server should receive only Audit logs. The second server should receive all other logs (ltm), exc...
Jeff_Granieri
Employee
Feb 19, 2026HI Sarah ,
Yes your right local0 includes everything other than a few procs mentioned below. have you tested this out in a lower environment
| Facility | Description | Default log file |
| local0 | All BIG-IP-specific messages other than bigd, sod, and proxyd messages. | /var/log/bigip |
filter f_syslog_all_except_audit {
not (facility(local0) and match("AUDIT"));
};
destination d_syslog_all {
udp("1.2.3.4" port(514));
};
log {
source(s_syslog_pipe);
filter(f_syslog_all_except_audit);
destination(d_syslog_all);
};
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