allinurl / goaccess

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
https://goaccess.io
MIT License
18.3k stars 1.11k forks source link

One dashboard per vhost #1460

Open Luka188 opened 5 years ago

Luka188 commented 5 years ago

Is there a way to create a dashboard for each vhost without running one goaccess process per vhost ? One alternative would be to have only one dashboard but be able to filter per vhost. I would like to know the proper way of doing this, thank you.

allinurl commented 5 years ago

You will need to run a separate process. #117 will address the filtering part and handle this case.