Skip to content
phbits edited this page Feb 11, 2021 · 5 revisions

Logparser

This module only needs access to a folder containing Logparser.exe and Logparser.dll. A full installation is unnecessary but will still work.

Place these two files in an accessible folder and update the configuration file with this folder path.

Download URL: https://www.microsoft.com/en-us/download/details.aspx?id=24659

IIS Logging

IIS must log using the W3C format and include the following fields.

  • date
  • time
  • c-ip
  • s-sitename
  • cs-method
  • cs-uri-stem
  • sc-status

Clone this wiki locally