You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have goaccess set up with apache and a websocket to report on one website. How do I have it report on multiple websites with the same websocket?
I've seen many suggestions over the years that involve using goaccess on demand using cron or just combining the access logs, but ideally I'd like to be able to access the reports for multiple websites through the same goaccess dashboard. Generating separate report pages for each domain would also be fine.
Here is how I am running goaccess. I've created a systemd file and now running it as a service.
/usr/bin/goaccess -f logs/access_log -a -o html/report.html --log-format=COMBINED --config-file=/etc/goaccess/goacces .conf
Great question! At the moment, you'd need to either merge the logs into one or run separate GoAccess instances for each site—especially if you're using real-time reporting. Or, you can set up a cron job to generate individual reports per site. #117 should address this (actively working on it) stay tuned!
I have goaccess set up with apache and a websocket to report on one website. How do I have it report on multiple websites with the same websocket?
I've seen many suggestions over the years that involve using goaccess on demand using cron or just combining the access logs, but ideally I'd like to be able to access the reports for multiple websites through the same goaccess dashboard. Generating separate report pages for each domain would also be fine.
Here is how I am running goaccess. I've created a systemd file and now running it as a service.
/usr/bin/goaccess -f logs/access_log -a -o html/report.html --log-format=COMBINED --config-file=/etc/goaccess/goacces .conf
Here is my goaccess.conf:
The text was updated successfully, but these errors were encountered: