That newfangled Journal thing
That newfangled Journal thing
Posted Nov 20, 2011 21:13 UTC (Sun) by dlang (guest, #313)In reply to: That newfangled Journal thing by intgr
Parent article: That newfangled Journal thing
Lennart could get almost everything he is lookin for out of rsyslog today.
The hashes would be trivial to add (and for that matter, you could use a database store and have it do the normalization and hashing as part of the insert today)
The ability to easily combine or split files of logs is a very important feature, changing to a binary format that compresses early, but prevents the functionality of simple tools like split and cat is a huge step backwards.
The only think that this proposal actually gains is knowing what pid generated the message, and that only works on a local machine (as soon as you send the log remotely, the remote machine can no longer trust the pid)
