• Home
  • Linux
  • Analyse Nginx Log file with Goaccess

Analyse Nginx Log file with Goaccess

linkaiyi
Follow

analyse all nginx logs together with goaccess

analyse all gz files together

zcat /var/log/nginx/access.log*.gz | goaccess -M -H -o report.html --log-format='%h %^[%d:%^] "%r" %s %b "%R" "%u" %T %T %^' --date-format='%d/%b/%Y'

daily analysis job

goaccess /var/log/nginx/access.log -M -H -o /home/linkaiyi/lms_base/access_log/report.html --log-format='%h %^[%d:%^] "%r" %s %b "%R" "%u" %T %T %^' --date-format='%d/%b/%Y'
Object has 0 attachments

Was this article helpful?

This article is viewed 56 times!

Recent Viewed Articles

0 Comments

Leave a Comment

Support