Open abitrolly opened 3 years ago
Thanks for pointing that out. At the moment this is not supported as it's reading from the pipe.
less
also reads from pipe, but this somehow works - less < log.log
.
Agreed. You can do read from the pipe with goaccess as such:
# gzip -cd 2021-04-10-* | goaccess --log-format=COMBINED -
or
# goaccess --log-format=COMBINED - < log.log
goaccess
doesn't propose to configure format if the input is fromstdin
.