mainsyslogrelay - Summary

 
 
Show feedback again
Membership Info
Project Admin:
1 active member

Group identification
Id: #341
System Name: syslogrelay
Name: syslogrelay
Group Type: Software

Search in this Group

in
   

Free Software

Syslogrelay provides system log forwarding facility for confined environments, such as docker containers. It listens for incoming system log messages on the UNIX socket file /dev/log and forwards them to the specified remote server. The following transport protocols are supported: traditional UDP (RFC 5426), legacy TCP (RFC 6587), and TLS over TCP (RFC 5425).

The relayed messages are normalized to make sure they comply with RFC 5424. In particular, hostname is added if necessary. This is important in docker environments, since otherwise the collector would insert the IP address of the container or gateway in place of the missing hostname, and neither IP is informative enough to identify the container where the message originated.

Registration Date: Sun May 22 07:54:19 2022
License: GNU General Public License V3 or later
Development Status: 5 - Production/Stable

 

Latest News 
Syslogrelay Version 2.3
     posted by gray, Wed Nov 15 16:21:04 2023 - 0 replies

Version 2.3 of syslogrelay is available for download. This version fixes a bug in detecting whether the hostname is present in the message.

Version 2.2
     posted by gray, Sat Dec 24 13:54:07 2022 - 0 replies

Version 2.2 is available for download.

New in this version:

Handling of control characters in syslog messages

If the message text contains ASCII control characters (ASCII 0 to 31), these are replaced with their "caret notation", i.e. a caret ...


[Read more]
Version 2.0
     posted by gray, Fri May 27 11:33:38 2022 - 0 replies

Version 2.0 is available for download. This version supports four output channels:

  • file://FILE

Outputs messages to FILE.

  • udp://HOST[:PORT]

Forwards messages to HOST:PORT via UDP. Default PORT is 514.

  • tcp://HOST:PORT

Forwards messages to HOST:PORT via TCP (plaintext). PORT is mandatory.

  • tls+tcp://HOST[:PORT]

Forwards messages to HOST:PORT via encrypted TCP. Default PORT is 6514. This requires GnuTLS. See the README for details.


[Submit News]
[3 news in archive]
Show feedback again

Back to the top


Powered by Savane 3.1-cleanup+gray