Parses Nginx logs, particularly useful if multiple domains are served from one Nginx instance.
Currently, can consume one access.log and creates:
access.csvaccess.jsonaccess.html(most useful)
Usage:
python3 parse.py /var/log/access.logto-do:
- provide CSS/JS in HTML file instead of external dependencies
- make file automatically on log rotation like https://github.com/alifeee/nginx-user-dashboard
