Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

What real-time log analyzer can you suggest for Apache access and error logs?

There is a list of web analytics software on wikipedia, but it would be great to hear opinions from people with experience without having to try all of them.

Please don't suggest Google Analytics or any other hosted/javascript analytics suites, already using them, GA is not real-time and it is missing some data that the logs show. For example 404 errors, script errors, the full query-string of the referral, IP addresses, visitor path through the website, etc ...

share|improve this question
2  
can this be turned into community-wiki? – Evgeny Nov 2 '10 at 16:07

7 Answers

up vote 2 down vote accepted

I was using Urchin before I swithed to GA, and I see it is still available: http://www.google.com/urchin/

share|improve this answer
didn't know urchin could analyze logs -- but it can! this is great! – Evgeny Nov 2 '10 at 15:56
3  
only downside is that it costs a fortune :/ – Evgeny Nov 2 '10 at 15:58
Too bad there's no community edition or open source equivalent... – Lèse majesté Nov 3 '10 at 12:45
5  
Urchin has been discontinued. – Daniel C. Sobral May 4 '12 at 18:49

GoAccess is a free text/curses based log analyzer similar to "top".

GoAccess main scrollable dashboard

share|improve this answer

AWStats is a good open source solution.

share|improve this answer
doesn't support nginx – We are the World Aug 20 '12 at 3:07

This might seem like a bit of overkill, but Splunk offers web log analyzing and much, much more.

share|improve this answer

Piwik is a good choice (better than awstats, in my opinion)

share|improve this answer
unfortunately their website does not seem to work at the moment. – Evgeny Sep 19 '12 at 11:27
it's working fine now. – endyourif Sep 24 '12 at 13:47
This is the right link for "Log Analyzer" feature of Piwik: piwik.org/log-analytics – NickT Feb 5 at 8:28

If you're looking for an offline analyzer, I quite like Sawmill:

https://www.sawmill.co.uk

It analyses all sorts of logs, including apache. Has a free trial period.

share|improve this answer

Just found a very interesting service, it is actually much more than log analytis - more like a view of the buzz your blog creates, in real-time https://chartbeat.com/.

Another tool that shows real-time apache log streams I found, called A Live Log.

There must be more things like these out there ...

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.