Are there any existing batch log file aggregation solutions?

Posted by Mohan Gulati on Stack Overflow See other posts from Stack Overflow or by Mohan Gulati
Published on 2010-03-01T20:33:48Z Indexed on 2010/03/31 20:23 UTC
Read the original article Hit count: 427

Filed under:
|
|
|
|

I wish to export from multiple nodes log files (in my case apache access and error logs) and aggregate that data in batch, as a scheduled job. I have seen multiple solutions that work with streaming data (i.e think scribe). I would like a tool that gives me the flexibility to define the destination. This requirement comes from the fact that I want to use HDFS as the destination.

I have not been able to find a tool that supports this in batch. Before re-creating the wheel I wanted to ask the StackOverflow community for their input.

If a solution exists already in python that would be even better.

© Stack Overflow or respective owner

Related posts about logfiles

Related posts about aggregation