systemd / systemd-netlogd

Forwards messages from the journal to other hosts over the network using syslog format RFC 5424 and RFC 3164
GNU General Public License v2.0
73 stars 26 forks source link

Support for TCP? #24

Closed prologic closed 2 years ago

prologic commented 5 years ago

According to the TODO support for TCP hasn't been added yet?

https://github.com/systemd/systemd-netlogd/blob/b8f41c4a59b57dc267187813a011d3b6cdf658ad/TODO#L2

Any chance we can get this added? I'd like to be able to forward logs using the systemd-netlogd syslog forwarding to a remote syslog server. It is important log entries are not dropped by the network (UDP being unreliable and can drop packets).

D-r-P-3-p-p-3-r commented 3 years ago

Also, once there's support for TCP, support for TLS would be awesome.