GoAccess is an excellent terminal-based log analyzer.
Use the Official docker image: allinurl/goaccess.
Assuming goaccess.conf and access.log are in current working directory
docker run --rm -v "$PWD":/cwd -v "$PWD"/goaccess.conf:/usr/local/etc/goaccess.conf:ro \
etelej/goaccess /cwd/access.log -o /cwd/stats.html --real-time-html
Content type
Image
Digest
Size
51.4 MB
Last updated
over 9 years ago
docker pull etelej/goaccess