Forum Discussion
Mark_35110
Nimbostratus
Feb 06, 2014F5 LTM 11.3.0(3144) - Syslog remote server problems
Hi all, this problem I'm having is doing my head in!
I only want to receive 'crit' to 'emerg' alerts for the cron syslog alert type, yet I am still seeing 'Info' on my remote syslog server!
For ...
nitass
Employee
Feb 06, 2014can you try something like this?
root@(ve11a)(cfg-sync In Sync)(Active)(/Common)(tmos) list sys syslog include
sys syslog {
include "
filter f_remote_loghost {
level(crit..emerg);
};
destination d_loghost {
udp(\"172.28.24.1\" port(514) localip(172.28.24.11));
};
log {
source(s_syslog_pipe);
filter(f_remote_loghost);
destination(d_loghost);
};
"
}
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