Comment on Ngtop – Request analytics from the Nginx access logsComments−iamcreasy2yWhat is the simplest solution to access nginx log? Could it be setting an endpoint(behind simple user/pass) that echos the content of the log?−elchief2yssh is the simplestfor exporting nginx logs elsewhere, vector.dev is nice. can send to dozens of places. can parse user agent string, and do ip geocoding too−iamcreasy2yThanks, but I want to access the log through browser though.−rigid2ya decent syslog daemon will stream it anywhere you like
Comments
What is the simplest solution to access nginx log? Could it be setting an endpoint(behind simple user/pass) that echos the content of the log?
ssh is the simplest
for exporting nginx logs elsewhere, vector.dev is nice. can send to dozens of places. can parse user agent string, and do ip geocoding too
Thanks, but I want to access the log through browser though.
a decent syslog daemon will stream it anywhere you like