GoAccess
Hello Folks! GoAccess is a great tool for web server log analysis. That’s what we use here at LegalBeaver. goaccess access.log -o output.html --log-format=COMBINED --ignore-crawlers --anonymize-ip --geoip-database=/path/to/geoip/GeoLite2-City.mmdb This is an example of what I run to generate web server analytics, and it’s great because it doesn’t require the website visitor to run scripts. Why? It’s better for you and it is better for the user to just use the raw logs and anonymize the IPs to be GDPR compliant. ...