Skip to content

A script to summarize errors and requests from an apache access log

Notifications You must be signed in to change notification settings

Infamoustrey/apache-access-log-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

apache-access-log-analyzer

A script to summarize errors and requests from an apache access log

How to Use

$ /path/to/script.rb /path/to/apache.log 
(Typically either /var/log/apache2/access.log or /var/log/httpd/access_log) 

Sample Output

IP 10.10.10.1 hit 263 times. Secret requested 4 time(s).

IP 74.25.55.31 hit 843 times. Secret requested 8 time(s).

IP 192.168.2.3 hit 64 times. Secret requested 32 time(s).

IP 195.38.4.7 hit 3 times. Secret requested 0 time(s).

About

A script to summarize errors and requests from an apache access log

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages