A good way to parse Apache logs
I'd like to find a feasible way to parse Apache logs.
I faced this problem some time ago, so I installed
Apache::Parselog, but, as it has been mentioned
in this thread (Apache::ParseLog), I encountered
some problem.
Now I ask you what's your preferred way to parse and
obtain informations from logs. Particularly, how do you
deal with these problems?
Parsing log (precompiled RE?)
Storing logs (store raw logs and parse them at need?
how do you store them? what portion of logs do you store?)
What modules could be useful to perform these tasks?
(what about Apache::LogDBI?)