RSyslog - Konfiguration
Kommunikation mit Graylog
Quelle: https://github.com/Graylog2/graylog-guide-syslog-linux
Unter /etc/rsyslo.d/ kann man eigene Konfigs abspeichern.
Wir legen also eine für Graylog an:
nano /etc/rsyslog.d/90-graylog.conf
UDP: *.* @graylog.example.org:514;RSYSLOG_SyslogProtocol23Format
TCP: *.* @@graylog.example.org:514;RSYSLOG_SyslogProtocol23Format