Forum Discussion
Luca_55898
Aug 29, 2011Nimbostratus
Too many syslogs!
Hi,
I'm trying to get my LTM cluster to send only warning and above syslog messages to my external syslogs server. It is currently sending debugging messages and flooding my syslog server with u...
Luca_55898
Aug 29, 2011Nimbostratus
config b syslog list
syslog {
cron from err
daemon from err
include "
destination remote_server {
udp(\"10.15.5.7\" port (514));
};
filter f_alllogs {
level (warn...emerg);
};
log {
source(local);
filter(f_alllogs);
destination(remote_server);
};"
kern from err
kern to emerg
mail from err
mail to emerg
messages from warning
messages to crit
userlog from err
remote server mgmt {
host 10.15.5.7
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