Y
Hacker News
new
|
ask
|
show
|
jobs
by
akdev1l
337 days ago
afaik journald can just forward logs via rsyslog directly to a remote server
Why would it need to store plaintext locally?
2 comments
mrweasel
337 days ago
Doesn't that still involve a conversion? I believe that rsyslog can read the journald database, but you're typically not querying syslog data directly, so there's a conversion between rsyslog and logstash, Splunk, Datalog, whatever.
link
NewJazz
336 days ago
Some folks like having some local storage to act as a buffer in case the remote syslog server is down. Not sure if journald can do that on its own.
link