Skip to content

Analyze apache log and display histograms and stats about the requests, in order to identify main problematic urls

Notifications You must be signed in to change notification settings

tmarly/http_log_analyzer

Repository files navigation

HTTP Log Analyzer

Analyze HTTP logs and display histograms and stats about the requests, in order to identify main problematic urls.

Statistics includes:

  • URLs
  • 404 pages
  • Volume
  • IP
  • User Agents

screenshot

Installation

Donwload the code or use the git repository.

Run the app with docker-compose up

The default install is configured to read the default combined Apache2 log format, but you can adjust the parser by editing config.inc.php

You can also set other options in config.inc.php

The, with your browser, open the index.php.

Note: currently, you can not upload the log file, you can only parse local log files.

About

Analyze apache log and display histograms and stats about the requests, in order to identify main problematic urls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published