What would be the best way to correlate logs and events on several hosts?

Posted by user220746 on Server Fault See other posts from Server Fault or by user220746
Published on 2014-06-03T08:14:54Z Indexed on 2014/06/03 9:27 UTC
Read the original article Hit count: 241

Filed under:
|

I'm trying to build a log correlation system on multiple hosts.

SEC seems interesting but I don't know if it will cover my needs.

How could I correlate system events, logs, network events, etc. on multiple hosts at the same time, in real time?

Examples:

If 5 failed logins happened on host A the last minute and if firewall B has denied lots of access on differents ports on A, then we assume there is a potential attack in progress on A.

If the Apache service on host A didn't receive any request for the last N minutes and Apache service on host B did, then the load balancing could be faulty.

© Server Fault or respective owner

Related posts about linux

Related posts about log-files