Susant Sahani
Susant Sahani
I have started working on it https://github.com/systemd/systemd-netlogd/commit/c6f5c01d39faddc6b1f905b3f1160e8c2c29123d
I have introduced DTLS https://github.com/systemd/systemd-netlogd/pull/55
Closed via https://github.com/systemd/systemd-netlogd/pull/57
We open `SD_JOURNAL_LOCAL_ONLY` that is ``` "/run/log/journal\0" "/var/log/journal\0" ``` If can make access to these then it should work I guess. Not tested though.
What is the use case of this ?
```/var/log/journal/remote``` is created by systemd-journal-remote which is a extra package. If I get this right ``` H1 --------------------------->---------| H2 ------------------------->-----------| CH---------------------- centralised syslog H3---------------------->----------------| ``` why not directly store and...
Please test with Namespace=
Now I have inited https://github.com/systemd/systemd-netlogd/pull/42/files#diff-cc6f5ea3643f84c059c72cf98a4dca5ded7f5025f46af4780f8a0788f98b1628R494
```[Network] Address=127.0.0.1:6000 Protocol=udp LogFormat=rfc3339 ```
please update to lastest git