Ask HN: Any recommended Nginx log analyzer?

5 points by anxiously ↗ HN
I'd like to understand where my traffic is coming from, which pages are most popular and so on but I don't want to use Google Analytics or anything else that is invasive.

Does anyone know of a simple tool to analyze Nginx logs? Perhaps a simple binary I can easily run?

3 comments

[ 4.5 ms ] story [ 22.1 ms ] thread
I've used goaccess https://goaccess.io/

It's single binary and you can do lot of analysis using it

Thanks, that was quick and easy to test. I will use this for the time being but willing to try more if anyone knows of any.