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? ...
Luca_55898
Jul 11, 2011Nimbostratus
Thanks for the info...
I made the changes but am still seeing informational and debugging messages comming into my syslog:
[root@LB001:Active] config b syslog include
SYSLOG - Include Data:
destination remote_server {
udp("192.168.41.77" port (514));
};
filter f_alllogs {
level (warn...emerg);
};
log {
source(local);
filter(f_alllogs);
destination(remote_server);
};
Is there anything else i need?
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