Comments on Install a Centralized Log Server with Rsyslog in Debian 9

In Linux, the rsyslog server can be configured to run a central log manager, in a service-client model fashion, and send log messages over the network via TCP or UDP transport protocols or receive logs from network devices, servers, routers, switches or other systems or embedded devices that generate logs.

4 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Aysad Kozanoglu

if you want to send to more than one logging server :

$ActionQueueType LinkedList$ActionQueueFileName Forward1$ActionResumeRetryCount -1$ActionQueueSaveOnShutdown on*.* @@SERVERIP:514

$ActionQueueType LinkedList$ActionQueueFileName Forward2$ActionResumeRetryCount -1$ActionQueueSaveOnShutdown on*.* @@SERVERIP:514

By: Aysad Kozanoglu

rsyslog server works only on tcp mode corectly. udp doesnt work stable!

By: geter

God Bless you

By: Jose Muniz

Muy buen aporter, gracias me ayudaste mucho a configurar mi servicio de syslog