All Operating Systems and Browsers "Unknown" in GoAccess 1.9.1 #2649
-
I've tried a variety of things to get the Operating Systems and Browsers to parse properly but everything I've done has ended with the same result - both are 100% Unknown for every line in the log file. Here is the most basic example of our log lines: 118.69.34.89 - - [19/Mar/2024:00:01:02 -0500] "GET / HTTP/1.1" 200 7911 "" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0" Produced by an Apache configuration of: LogFormat "%h %l %u %t "%r" %>s %O "%{Referer}i" "%{User-Agent}i"" combined To make things easier I just run this through GoAccess using docker:
Any suggestions on what I'm missing would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It seems to be a log-format problem. Have you experimented with using the COMBINED log format? For instance, |
Beta Was this translation helpful? Give feedback.
It seems to be a log-format problem. Have you experimented with using the COMBINED log format? For instance,
--log-format=COMBINED
.