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)
Comments
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
rsyslog server works only on tcp mode corectly. udp doesnt work stable!
God Bless you
Muy buen aporter, gracias me ayudaste mucho a configurar mi servicio de syslog