Forum Discussion
Raj_57800
Nimbostratus
Apr 03, 2009Remote Syslog server configuration
Hi,
I am trying to push the syslog to the remote kiwi syslog server. Followed the following steps but I could not see any log on the Kiwi application..
Add the following to the end of the syslog-ng.conf file:
Note: Replace x.x.x.x with the IP address of the remote log server.
Direct all log information to remote syslog server
destination remote_server {
udp("x.x.x.x" port (514));
};
filter f_alllogs {
level (debug...emerg);
};
log {
source(local);
filter(f_alllogs);
destination(remote_server);
};
Restarted the service syslog-ng.
Its in GTM 9.3.1.
Can any one tel me if I miss any config
Raj
- The_Bhattman
Nimbostratus
Did you verify on the syslog server running Kiwi that messages are being sent by the GTM?
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