Forum Discussion
Luca_55898
Jul 08, 2011Nimbostratus
Syslog errors only
My LTM are nailing my syslog server with so much stuff it makes that it is drowning out any imporant stuff.
How can i configure my LTM (version 10) to only send errors to the syslog server? ...
dubdub
Jul 08, 2011Nimbostratus
It's pretty straightforward - create a file (/tmp/new_syslog.conf in this example; change "warn" to a different level if you want something else):
syslog include "
destination remote_server {
udp(\"x.x.x.x\" port (514));
};
filter f_alllogs { level (warn...emerg);
};
log { source(local);
filter(f_alllogs);
destination(remote_server);
};"
Then run:
bpsh < /tmp/new_syslog.conf
Save it when you're done testing:
b save
Jen
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