This post is really only some notes for me on how to use Webalizer on Windows to parse IIS log files (w3c format). If you have any questions about this please DO NOT ASK ME.
- Download and extract the Windows binaries
- Download and unzip/untar the latest GeoDB to the same directory
- Combine all log files:
-
copy ex121114.log+ex121115.log combined.log
copy ex121114.log+ex121115.log+ex121116.log combined.log
- Run:
webalizer.exe -F w3c -j -J GeoDB.dat combined.log
-F w3c
sets IIS W3C log file format-j
turns on GeoDB-J GeoDB.dat
points to our manually downloaded databasecombined.log
is the file to parse