Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Online Based Apache Web Log Analyzer By Submitting Just the Raw Logfile [closed]

I have a raw "access.log" file from Apache. Is there any web based version tool where I can just submit this raw log file and return me the analysis results

I am aware of the code such as AWSTATS, but it require us to install it in the server, which is not what I want.

like image 744
neversaint Avatar asked Sep 25 '09 07:09

neversaint


People also ask

What is the purpose of access log file in Apache Web server?

What are Apache Access Logs? As mentioned above, the Apache access log is one of several log files produced by an Apache HTTP server. This particular log file is responsible for recording data for all requests processed by the Apache server.

What are the log files generated by Apache?

The server error log, whose name and location is set by the ErrorLog directive, is the most important log file. This is the place where Apache httpd will send diagnostic information and record any errors that it encounters in processing requests.


2 Answers

Instead of uploading the access.log file to an unknown and untrusted third party, I'd suggest installing a desktop application like Apache Log Viewer. Quoted from its website:

Apache Logs Viewer (ALV) is a free and powerful tool which lets you monitor, view and analyze apache logs with more ease. It offers search and filter functionality for the log file, highlighting the various http requests based on their status code. There is also a report facility, thus you can generate a pie/bar chart in seconds. Together with this there are also statistics where you can get the top hits, top errors, number of status codes, total bandwidth and more.

Apache Logs Viewer is a great tool to use for web analytics. Use it to get your website more productive, detect any errors and fix them. You can determine the visitors originating country and if the referrer logging is enabled than it is easier to see from which website the clients are coming from, the search terms used and which pages where visited.

Features

  • Easy installation (Windows Application)
  • Does not require installing on Apache Server
  • Color code Log lines according to status codes
  • Translate IP to Country using GeoLite Database (fast with no lookups)
  • Search for IP Address, Request String, Date, Referrer
  • Filter according to HTTP Status Code (or Range)
  • Export to text file/comma separated value, txt/csv
  • Visual Reports (Pie/Bar Charts)
  • Statistics
like image 60
Pascal Thivent Avatar answered Sep 18 '22 05:09

Pascal Thivent


If you like the command line style and are *nix based http://goaccess.prosoftcorp.com/ ticks the box for me, available via brew as well for mac for nice and easy installation, but dont expect pretty graphs...

like image 23
Opentuned Avatar answered Sep 18 '22 05:09

Opentuned