IIS Input Format Fields
The input records generated by the IIS input format contain the following fields:
Name | Type | Description |
---|---|---|
LogFilename | STRING | Full path of the log file containing this entry |
LogRow | INTEGER | Line in the log file containing this entry |
UserIP | STRING | The IP address of the client that made the request |
UserName | STRING | The name of the authenticated user that made the request, or NULL if the request was from an anonymous user |
Date | TIMESTAMP | The date on which the request was served (local time) |
Time | TIMESTAMP | The time at which the request was served (local time) |
ServiceInstance | STRING | The IIS service name and site instance number that served the request |
HostName | STRING | The name of the server that served the request |
ServerIP | STRING | The IP address of the server that served the request |
TimeTaken | INTEGER | The number of milliseconds elapsed since the moment the server received the request to the moment the server sent the last response chunk to the client |
BytesSent | INTEGER | The number of bytes in the request sent by the client |
BytesReceived | INTEGER | The number of bytes in the response sent by the server |
StatusCode | INTEGER | The response HTTP or FTP status code |
Win32StatusCode | INTEGER | The Windows status code associated with the response HTTP or FTP status code |
RequestType | STRING | The HTTP request verb or FTP operation |
Target | STRING | The HTTP request uri-stem or FTP operation target |
Parameters | STRING | The HTTP request uri-query, or NULL if the requested URI did not include a uri-query |