A web server log parser / analyzer written in Go for easier inspection of your website's visitors.
Simply download / clone the repo then run:
$ cd path/to/repo
$ go build && ./golp -file path/to/access.log
# ./golp -h for usage information
- Allow for more log parser formats (only nginx logs are supported for now)
Add ability to convert timestamp into local timeBreakdown the "action" into: method, endpoint, user-agent, etc.Show unmatched lines (--verbose option?)- If resolving IP addresses, cache the response
This program is free software, distributed under the terms of the [GNU] General Public License as published by the Free Software Foundation, version 3 of the License (or any later version). For more information, see the file LICENSE.