IIS Input Format

From Log Parser

IIS Input Format

The IIS input format parses IIS log files in the Microsoft IIS Log File Format.

The Microsoft IIS Log File Format is a text-based, fixed-field format. Log entries are logged on a single line, consisting of a comma-separated list of field values.

The following example shows a portion of a Microsoft IIS Log File Format log file:

192.168.114.201, -, 03/20/01, 7:55:20, W3SVC2, SERVER, 172.21.13.45, 4502, 163, 3223, 200, 0, GET, /DeptLogo.gif, -,
192.168.110.54, -, 03/20/01, 7:57:20, W3SVC2, SERVER, 172.21.13.45, 411, 221, 1967, 200, 0, GET, /style.css, -,


From-Entity Syntax
Fields
Parameters
Examples


See also:

IIS Output Format


© 2004 Microsoft Corporation. All rights reserved.