[rsyslog-notify] Forum Thread: send custom logs from syslog to rsyslog - (Mode 'post')

noreply at adiscon.com noreply at adiscon.com
Mon Oct 20 15:23:37 CEST 2014


User: andry_z 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25023#p25023

Message: 
----------
Hello,

I'm new to syslog and rsyslog. I need to configure 3 custom log files
(file1.log, file2.log, file3.log) to be sent from server1(using syslog) to
server2 (using rsyslog). The files are created in the /var/log directory.

So far I've configured:

	On server1 (syslog) in /etc/syslog.conf I've added " *.* server2ipaddress"
	
	on server2 (rsyslog) in /etc/rsyslog.conf I've uncommented: 

		$ModLoad imudp
		$UDPServerRun 514

I have opened port 514 on server2 and have connection between them but
can't figure out how to transefer these exact log files? Can you help me
how to configure server2 to recieve the log files "file1.log, file2.log,
file3.log" from server1?


More information about the rsyslog-notify mailing list