The Journal - a proposed syslog replacement
The Journal - a proposed syslog replacement
Posted Nov 20, 2011 6:51 UTC (Sun) by dlang (guest, #313)In reply to: The Journal - a proposed syslog replacement by THe_ZiPMaN
Parent article: The Journal - a proposed syslog replacement
the logs may end up arriving in a different order than you sent them for a number of reasons (UDP messages can pass each other on a network, you coudl send some logs to a relay box that fails before it re-sends them and the backup relay box sends newer logs on first, etc)
also if you are combining logs from many systems on one box, the you now have many different hash chains to track (and things get even more fun if you have more than one server sending with the same ID, something that happens in real life, even though it's a really bad idea)