I'm looking for a simple tool to analyze my NGINX logs on my macbook. I want to be able to get some basic stats including bot access and also be able to sort/filter the logs to find out what happened right before the server crashed.
相关问题
- How can I prevent my Shiny App from disconnecting
- Can't configure nginx as a proxy for tomcat wi
- How to set Nginx URI to fix empty URI in redirect
- why does connect domain to “Shopify” ask for eithe
- Nginx with Daphne gives 502 Bad Gateway
I've now tried Splunk, it's a pretty powerful tool and they have a free version as well.
I've come across visitors. It's written in C and is pretty fast.
It lacks goaccess' cool ncruses interface. It only outputs html. It does the job, though.
Edit: It can also output human-readable text reports:
The request-log-analyzer gem now has Nginx support in the master branch and i'm looking for someone to test it. http://github.com/wvanbergen/request-log-analyzer.
I will suggest to use logstash and Kibana with following patterns :
for access.log :
for error.log:
You may try with GoAccess; free and open source console based. It may output an HTML report too.