Forum Discussion
Configuring multiple syslog filters
Has anyone configured multiple syslog filters to different remote syslog server with different severity levels. Can we configure something like below
include " filter f_remote_audit1 { facility(local2) and level(notice) and match(\"AUDIT\"); }; destination d_remote_loghost1 { udp(\"192.168.1.34\" port(514)); }; log { source(s_syslog_pipe); filter(f_remote_audit1); destination(d_remote_loghost1); }; filter f_remote_audit2 { facility(local0) and level(warn); }; destination d_remote_loghost2 { udp(\"172.16.1.34\" port(514)); }; log { source(s_syslog_pipe); filter(f_remote_audit2); destination(d_remote_loghost2); }; "
- Leonardo_Souza
Cirrocumulus
I haven't done, but should work fine.
Have a look in these links:
https://support.f5.com/csp/article/K13333
- aR_297682
Nimbostratus
Thank You Leonardo Souza!
Recent Discussions
Related Content
* 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