GregYankovoy / docker-goaccess

goaccess reverse proxied through nginx for ease of use
MIT License
32 stars 14 forks source link

Token '-' doesn't match specifier '%s' #22

Open ventra007 opened 6 months ago

ventra007 commented 6 months ago

Hi,

Getting the above error.

Running Ubuntu 22.04 uname -a:

Linux ubuntu 5.15.0-97-generic #107-Ubuntu SMP Wed Feb 7 13:26:48 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

goaccess.conf:

time-format %H:%M:%S
date-format %d/%b/%Y
log_format [%d:%t %^] %^ %s %^ %^ %m %^ %v "%U" [Client %h] [Length %b] [Gzip %^] [Sent-to %^] "%u" "%R"
real-time-html true
log-file /opt/log/proxy-host-1_access.log
log-file /opt/log/proxy-host-2_access.log
log-file /opt/log/proxy-host-3_access.log
log-file /opt/log/proxy-host-5_access.log
log-file /opt/log/proxy-host-6_access.log
date-spec min
http-protocol no

Any help will be appreciated.