dapletch/ApacheAccessLogParse
This application was designed to parse Apache Tomcat, and Apache2 access logs. This application parses the log file and generates three different reports based off the data. The first report being a list of counts for every hour of every day (HTML & CSV). The second report is a list of distinct IP Addresses and their locations using a binary database provided for free via maxmind.com (Pipe delimited TXT document). Finally the third report is a list based off the counts of countries and the regions where users were located while accessing the site (delimited TXT document).
No issues in this repository yet.