From: Matthijs Kooijman Date: Wed, 29 Feb 2012 15:39:24 +0000 (+0100) Subject: rsylog: Accept remote log messages over TCP. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Ftika.git;a=commitdiff_plain;h=1b36496e62f7d883bd9a25f6bfe3e105ae340391 rsylog: Accept remote log messages over TCP. --- diff --git a/etc/rsyslog.conf b/etc/rsyslog.conf index 465dce4..fee816c 100644 --- a/etc/rsyslog.conf +++ b/etc/rsyslog.conf @@ -12,6 +12,9 @@ $ModLoad imuxsock # provides support for local system logging $ModLoad immark # provides --MARK-- message capability $MarkMessagePeriod 900 # mark messages appear every 15 Minutes +$ModLoad imtcp +$InputTCPServerRun 514 # Accept TCP connections on the default syslog port + ########################### #### GLOBAL DIRECTIVES #### ###########################