Y
Hacker News
new
|
ask
|
show
|
jobs
by
nailer
3446 days ago
Does systemd have a network protocol like syslog, i.e. is there a native way to send logs for a particular unit/service to a remote machine?
Everything I find just says to install syslog, which surprises me.
2 comments
nailer
3446 days ago
Actually found what I was looking for (via
http://stackoverflow.com/questions/23082512/coreos-systemd-j...
):
https://www.freedesktop.org/software/systemd/man/systemd-jou...
link
JdeBP
3446 days ago
Would native actually be your preference, though? Or would you really prefer tools that spoke existing protocols like RELP?
link
nailer
3446 days ago
native would be my preference as I'd rather avoid installing any software at all. Protocol will be HTTPS, format will be
https://www.freedesktop.org/wiki/Software/systemd/json/
link