systemd-netlogd
systemd-netlogd copied to clipboard
Forwards messages from the journal to other hosts over the network using syslog format RFC 5424 and RFC 3164
I've installed this in raspbian but it does not start, the service always says exited with code 1. When trying to start it manually and running via strace I can't...
Nobody seems to have an idea on stackexchange, so I'll try here: I'm working on a system (embedded device) on which a specific systemd service is running in its own...
Hi, Similar to the comment at https://github.com/systemd/systemd-netlogd/issues/24#issuecomment-779980626, I think it would be great if systemd-netlogd had TLS support. It should at least be able to authenticate the remote server where...
It would be great to have such a feature, when netlogd forwards /var/log/journal/remote messages.
I'm trying to run systemd-netlogd inside a docker container. What sockets/files from the host machine would I need to mount into the docker container so that I can ship log...
The following code snippet seems odd to me: https://github.com/systemd/systemd-netlogd/blob/a7c6b83e8db156edee75e547b1c1aa8b0498c7ff/src/netlog/netlog-network.c#L137-L168 The variable `sa` is assigned but its value (only its size) is never used. Should the code either look like this:...
Hi, When bulidling on a Debian 12 machine following the instructions in the README.md ... ``` sudo apt install build-essential gperf libcap-dev libsystemd-dev pkg-config meson python3-sphinx make sudo make install...
Hello, Thanks for this project as it has become very useful for consolidating log files into a syslog server. Apologies if this is out of the scope of the project,...