goaccess
goaccess copied to clipboard
Time distribution per virtual host
Hi, we have a cluster of haproxy that send log to a single instance of goaccess. We have many virtual hosts with a lot of traffic and everything works as expectecd (goaccess is indeed a great product). There is a way to split/filter the time distribution per virtual hosts?
Thanks, Giovanni
Right now, the best way to correlate the virtual hosts field with the time distribution panel is to parse the virtual hosts separately. If they're in the same log, you can make things easier by pre-processing the log using tools like awk, python, perl, or sed. But here's the exciting part: issue #117 is on its way to fixing this correlation problem nicely. So stay tuned, it should be coming soon!