_ _
| | ___ __ _ __ _| |_ _ _______ _ __
| | / _ \ / _` |/ _` | | | | |_ / _ \ '__|
| |__| (_) | (_| | (_| | | |_| |/ / __/ |
|_____\___/ \__, |\__,_|_|\__, /___\___|_|
|___/ |___/
---------------------------------------------
Created by Rob Gray 2018 no rights reserved
Usage: logalyzer.pl log_file.log
The Logalyzer is a template for creating a script to parse any standard apache or tomcat log files. Edit the regular expression depending on your log format and then just write and conditional logic you require such as printing counts or URI's. It's really up to you how you implement it.
Enjoy Robert