Tried moving to 3.10.2 from 1.19 but can't get tcp to work. I added the following lines to the top of my working v1.19 of /etc/rsyslog.conf
--------------------------------------------------------
$ModLoad imklog.so
$ModLoad imuxsock.so
$ModLoad imudp.so
$UDPServerAddress 192.168.200.178
$UDPServerRun 514
$ModLoad imtcp.so
--------------------------------------------------------
I think udp collection is working, local syslog is working but remote tcp collection is not.
I can't find any directive for setting the TCP address and port.
Am I missing something?


