Gerardo O.
Gerardo O.
You can use `--keep-last=7`, where 7 represents the number of days you wish to retain the data in the report/database.
Just to clarify, you're seeing the ASN panel but would like to hide it, correct? by the way, to use ASN, you'll need to download the [ASN database](https://db-ip.com/db/lite.php).
#117 will allow you to drill down as described (currently in progress). For now, you can get the `` using `%e` and reuse that panel. A report will need to...
Yes it is.
It's on the way, stay tuned! Here's a sneak peek ;)
https://itefix.net/cowaxess
You can always run GoAccess on Windows using Cygwin.
1. The demo version should be functioning now, I was implementing some updates earlier. 2. Make sure to compile with GeoIP MMDB support and provide the appropriate [GeoIP database](https://github.com/allinurl/goaccess/blob/master/config/goaccess.conf#L726).
A workaround would be doing something like this LANG="en_US.UTF-8" bash -c 'goaccess access.log --log-format=COMBINED' LANG="zh_CN.UTF-8" bash -c 'goaccess nginx.log --log-format=COMBINED -o result.html'
@bhui Please try export LANG=zh_CN.UTF-8