Gerardo O.

Results 419 comments of Gerardo O.

There's no way right now to track this data. However, I think it would be great if goaccess could have a panel (or multiple perhaps?) to display utm data. If...

I'm curious if Google/Twitter, etc use the same parameters. It looks like it should be straightforward to add a new panel dedicated to display to utm_* data, please keep this...

Looks like a certificate issue. The certificate and private key should be the same as the one you use to serve your website via https. e.g., ssl-cert /etc/letsencrypt/live/goaccess/fullchain.pem ssl-key /etc/letsencrypt/live/goaccess/privkey.pem...

No need to run as root. BTW, does it work if you run goaccess without wss/https? I'm not sure if it has something to do with the lets encrypt root...

Thanks for suggesting that. I'm curious, is there a reason why you would like to hide them but still count them? I was thinking you could do some pre-processing to...

You can try to build as: ``` $ wget https://tar.goaccess.io/goaccess-1.5.1.tar.gz $ tar -xzvf goaccess-1.5.1.tar.gz $ cd goaccess-1.5.1/ $ ./configure $ make # make install ``` Let me know how it...

Thanks to both for posting these details. I think we can add the ability to plot T.S., it should be pretty straight forward adding that to the report. @kripper you...

Like @0bi-w6n-K3nobi mentioned, depending on how you want your output, you will need to either parse one log per site or if you have them combined, they all will be...

The formatting is done through `LC_NUMERIC`. You can try changing/setting the env variable for `LC_NUMERIC`. # export LC_NUMERIC="en_US.UTF-8" or # LC_NUMERIC="en_US.UTF-8" bash -c 'goaccess access.log --log-format=COMBINED'

Good question, the original thought was to make these filters for the terminal, however, I didn't think much about having them available in the HTML output. Not sure yet how...