If you have Nginx logs and want to present them more elegantly, consider using GoAccess instead of manually parsing them with a spreadsheet or other tools.
Assuming you have raw Nginx log files like this:
To filter the logs for a specific path, use the following commands:
Export the filtered logs to HTML using GoAccess:
In the end, you’ll have a file named report.html
that can be opened in any browser, featuring an attractive and user-friendly interface.