Goaccess: Report not showing CUM T.S., AVG T.S.,

Created on 21 Jun 2018  路  2Comments  路  Source: allinurl/goaccess

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"

lodattime format question

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

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

g33kphr33k picture g33kphr33k  路  3Comments

securixhk picture securixhk  路  3Comments

narayan1599 picture narayan1599  路  3Comments

tbarbette picture tbarbette  路  3Comments

vivekkrish picture vivekkrish  路  3Comments