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.logcopy ex121114.log+ex121115.log+ex121116.log combined.log
- Run:
webalizer.exe -F w3c -j -J GeoDB.dat combined.log-F w3csets IIS W3C log file format-jturns on GeoDB-J GeoDB.datpoints to our manually downloaded databasecombined.logis the file to parse