I would like to search for Error/Fatal logs in various log files(12) and to get some sort of alert(mail) in case of the event.
I have tested ChainSaw - Only supports log4j and has no alert feature
Splunk - Free version does not have alert feature
Scribe - Roll out time will be a bit higher. Default logging of Log4j & Python has mail alert feature but I would like to keep my configuration in one place instead of lying around in different files
My other option is to write a program that reads all the log files and searches for the regex and on matching takes the necessary action, but I would like to know if there is already a opensource tool available for that.