ispCP - Board - Support - VHCS fork

Full Version: Log centralisation / mining
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anybody know a log centralisation / log mining solution comparable to splunk but opensource?

What do other users use?
Maybe you can use syslog-ng that comes with must Distris.
But long not so nice and rich on features like splunk.

Greez BeNe
i really like the search engine of splunk... I think I'll use splunk as it's free until 500m/day... that should be enough for the moment...
eventually you can try to use mod_log_spread
or use mod_log_sql ...

but sql loggin should be on a dedicated server for big environments as databases can grow quick to several gb.
Impact on performance is around 1-2% . Modlogan is able to generate stats directly out of the db. Otherwise you can use a pipe with mysql client to feed awstats via stdin...

mod_log_spread is best for cluster environments.
thanks malte

i'll check this one out...
Reference URL's