sh shmel June 12, 2020, 8:39 p.m. #1 Is there a tutorial on how to install any type of a log analyzer?
ve venkat1986 July 30, 2021, 10:39 p.m. #3 #OS Distro - CentOS7 yum install goaccess -y navigate to log path cd /home//logs #run goaccess command to view awesome report goaccess .access_log --log-format=’"%h %l %u [%d:%T] “%r” %>s %b “%{Referer}i” “%{User-Agent}i” “%{Host}i”"’ --date-format=%d/%b/%Y --time-format=%T