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 17, 2026this may be more inline on what you want to do
filter f_syslog_all_except_audit {
not facility(local0);
};
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);
};
- SarahFeb 19, 2026
Cirrus
Thank you Jeff!
Isn't the facility local0 statement include LTM log files?
My intention is to forward all logs file (ltm, gtm, messages, ... etc) to the syslog server, while excluding any AUDIT logs.
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