Hey,
When I open the report it looks good but missing the AVG T.S, etc. Based on research guessing Im not picking the correct options but struggling a bit. Lookin for some advice.
Running:
goaccess.exe apache_alc_access.log -a -o report.html
Log format:
1.1.1.1 2.2.2.2 - [19/Jun/2018:03:11:40 -0300] "POST /api/pam/login HTTP/1.1" 200 1107 472104 "-" "Jakarta Commons-HttpClient/3.1"
usr/local/etc/config is:
time-format %T
date-format %d/%b/%Y
log-format %h %^[%d:%t %^] "%r" %s %b "%R" "%u"
This should work:
goaccess access.log --log-format='%h %^[%d:%t %^] "%r" %s %b %D "%R" "%u"' --date-format=%d/%b/%Y --time-format=%T
Perfect! I updated the go-access config file to:
%T
%h %^[%d:%t %^] "%r" %s %b %D "%R" "%u
%d/%b/%Y
Most helpful comment
Perfect! I updated the go-access config file to:
%T
%h %^[%d:%t %^] "%r" %s %b %D "%R" "%u
%d/%b/%Y