Syslog Server & Forwarder

Basic syslog server written in Java. All received messages are written to stdout. The syslog server is able to listen on UDP and/or TCP and parses syslog messages in either RFC5424 or RFC3164 (BSD) format.

The syslog director is able to listen on both UDP and TCP and parses syslog messages in either RFC5424 or RFC3164 (BSD) format as well as GELF messages.

All received messages are written to stdout and/or forwarded to a remote logging destination such as another syslog server, a Graylog server or Grafana Loki.

For more information, visit: https://git.data.coop/nellemann/syslogd