logging - Pattern recognition for logs -


i'm building logs analysis system web application cluster. goal collect many different logs @ 1 place, convert them single format , show via web interface. i've started using logstash collect , format logs, elasticsearch store them , kibana web interface. system allows me store, view, search , filter log messages, want more!

i need opensource complex event processing system recognize patterns of messages. main goal have reports this:

  • there 123 errors in "blahcontroller.php @ line 321" today
  • there 5 new log patterns recoginzed today
  • the count of "ssh auth failed" increasted 3%

i've found presentation similar report @ slide 12-14. far understood, custom cep system.

my question: there open source software goal?

a production-quality stable complex event processing system seems fit needs (open-source) esper, available both jvm , .net platforms.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -