Gerardo O.

Results 419 comments of Gerardo O.

Looks like a path issue. Have you tried running it as (please change the paths accordingly): $ echo 'log-format VCOMBINED' > /home/user/goaccess.conf $ sudo mkdir /srv $ sudo cat access.log...

Sorry, I can't help you with Unraid as I have not used it. Take a look at that example I posted and see if you are able to match that...

Any updates on this? Take a look at [**this post**](https://github.com/allinurl/goaccess/issues/2247#issuecomment-997328227), maybe related.

Are you able to post this question to the unraid folks/project? They may have better insights on this issue as it sounds it's a config issue. Let me know if...

@masterwishx have you tried updating the [Dockerfile](https://github.com/GregYankovoy/docker-goaccess/blob/master/Dockerfile#L11) from v1.4 to 1.5.5?

@masterwishx Thanks for sharing that link!

@masterwishx I'd run goaccess directly without docker, and see if the issue persists, we want to make sure the layers on top are not the culprit. Also, where are you...

Can I ask you, how does the chart look like without `--4xx-to-unique-count`?

Hard to know exactly what's going on without having the logs. However, for me this looks like everyday you're getting an average of 223 unique visitors, but the first request...

To test this out, you could randomly grab multiple chunks of lines from the access log, e.g., 25, 50, 150 and run them against goaccess and see if the results...