Skip to content
/ DAD Public

Log aggregation, analysis, alerting and correlation for Windows, Syslog and text based logs.

License

Notifications You must be signed in to change notification settings

dhoelzer/DAD

Repository files navigation

README

DAD now requires only a Rail 4 stack and Postgresql! Obviously, massive changes are underway.

To install, simply check out the current version of the DAD codebase from the github repository, ensure that Ruby, Rails and RubyGems in addition to Postgresql and deploy as a typical Rails application. Bear in mind that this branch is undergoing heavy development at the moment. Our event insert rate is currently hovering at around 150 events per second and, clearly, we’re looking to improve that. However, there are two other issues that must be addressed first:

  • Obviously, a rights, roles and user management framework needs to be added. :) I’m going against my own advice and building the app before I’m building the security system.

  • The event search rate is extremely low. I need to spend some time refining the SQL that’s being generated rather than rely on ActiveRecord for this part I think.

  • With the event searches optimized, the next task will be to get a monitoring and alerting framework in place. Expect this sometime in January of 2015.

  • I need to put together or adopt another project that handles the WMI piece so that Windows events can be handled. Most likely the first pass at this will simply be a WMI client that converts the retrieved data into a syslog style format and dumps it into the LogsToProcess directory.

UPDATE The event insert rate is now exceeding 300 events per second after some judicious optimization.

About

Log aggregation, analysis, alerting and correlation for Windows, Syslog and text based logs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published