Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Enabling the Access Page Analyzer

darkalchemy edited this page Dec 30, 2018 · 2 revisions

Install goaccess (https://goaccess.io/download#distro):

echo "deb http://deb.goaccess.io/ $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/goaccess.list
wget -O - https://deb.goaccess.io/gnugpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install goaccess

If your log format does not match the one here (https://github.com/darkalchemy/Pu-239/wiki/NGINX-Config), then you may need to change the log format here (https://github.com/darkalchemy/Pu-239/blob/master/bin/goaccess.conf).