Tagged Questions

9
votes
12answers
2k views

What is the best log analysis tool that you used?

I'm starting to work on an existing project that has very verbose logging and the logs are a real pain to go through. Have you guys ever used any tools for log analysis/parsing? Can you recommend me ...
0
votes
1answer
136 views

What the right ETL tool to use for collect custom data from log information

I need to collect and store a large quantity data from different kinds of log files, but before is necessary filter certain fields for extract only the necessary information. So I'm thinking about of ...
0
votes
1answer
243 views

How can I get awstats to read this log format?

I have a site with several subdomains, all subdomains are logged to the same access_log file. Since the file can be so huge, I have a script that greps out each subdomain into its own file. I have a ...