I read the document , and want to verify that if I have a centralize rsyslog server running; it cannot forward what it received to another syslog server?
if not, any suggestions?
Moderator: rgerhards
I read the document , and want to verify that if I have a centralize rsyslog server running; it cannot forward what it received to another syslog server?
*.* @finlandia
This rule would redirect all messages to a remote host called finlandia. This is useful especially in a cluster of machines where all syslog messages will be stored on only one machine.
dada wrote:hmm actually that's what I was referring to and wanted clarification on it. so if I have my hosts sending logs to one rsyslog server, can I forward from that rsyslog server to another syslog hosts?
# Options for start/restart the daemons
# For remote UDP logging use SYSLOGD="-r 0"
# For relaying add "-h" to SYSLOGD
#
SYSLOGD="-r 0 -h"

Users browsing this forum: No registered users and 0 guests