Gerardo O.
Gerardo O.
Would you be able to share those logs? I'd like to replicate the issue and take a closer look... Just to clarify, GoAccess doesn't automatically deduplicate entries, so if the...
Have you tried using `--unknowns-log=`? It should generate a list of all the ones it didn't recognize. Could you please share a few lines from your access log where it's...
Thanks for reporting this. Unless you're using one of the authentication options, the report should load without requiring auth, so this seems more likely to be a JavaScript issue than...
Are you able to share/send me the generated html report so I can take a look from my end?
Have you tried any of the mmdb from https://db-ip.com/db/lite.php?
Just to clarify: 1. In your config you’ve listed them as two separate entries, right? ```conf geoip-database /path/GeoLite2-City.mmdb geoip-database /path/GeoLite2-ASN.mmdb ``` 2. Can you confirm you built GoAccess with `--enable-geoip=mmdb`?...
Thanks for sharing that!
Could you try running GoAccess in standalone mode to see if it works and rule out any environment-related issues? Also, take a look at [this post](https://github.com/allinurl/goaccess/issues/2708), it may help.
I can add this option for sure. However, if you need a quick workaround and if you are not using the virtualhost panel or the authenticated user panel, you can...
Good point! With a small tweak, you could probably read the named pipe that GoAccess uses to get the data directly. The `--stdout` option was added to [gwsocket](https://github.com/allinurl/gwsocket?tab=readme-ov-file#command-line--config-options), but it...