Forum Discussion
abeny_894
Nimbostratus
May 15, 2006Remote syslog
Dear all,
Can somebody help me that how can configure or use irules to remote syslog logging? it is works that only logging in the bigip
what i need to config if i need remo...
Jason_Roppolo_3
May 15, 2006Historic F5 Account
Hi!
Under /etc/syslog-ng/syslog-ng.conf
You need to modify the configuration where it says:
destination d_ltm {
file("/var/log/ltm" create_dirs(yes));
to something like:
destination d_ltm {
udp("x.x.x.x");
file("/var/log/ltm" create_dirs(yes));
This is assuming that what you are looking for is logging to var/log/ltm
Once you make the change you need to do a bigstart restart syslog
I would be careful doing this on a production system!
-J
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