Marauder : An Event Log Collection and Mining System

Marauder, a Hadoop/HBase based system I have been working on designing and developing for the past 4 months is now almost towards completion of it's initial release on Google Code under Apache 2.0 license.

Here's a link: https://code.google.com/p/marauder/

A little about Marauder:
Marauder is intended for collection of system event logs which are messages generated by machines including servers, workstations, laptops and other computing devices. The system collects and stores these events after indexing them and allows for extremely fast querying capabilities on Tera bytes of log data.

This data can be used to capture valuable business information for both business and IT, including security alerts for assessing intrusion detection of machines etc.

Let me know if you like this system or would like to contribute to it!

Comments