BIN Input Format Fields
The input records generated by the BIN 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 |
| ComputerName | STRING | The name of the server that served the request |
| SiteID | INTEGER | The IIS virtual site instance number that served the request |
| DateTime | TIMESTAMP | The date and time at which the request was served (Universal Time Coordinates (UTC) time) |
| ClientIpAddress | STRING | The IP address of the client that made the request |
| ServerIpAddress | STRING | The IP address of the server that served the request |
| ServerPort | INTEGER | The server port number that received the request |
| Method | STRING | The HTTP request verb |
| ProtocolVersion | STRING | The HTTP version of the client request |
| ProtocolStatus | INTEGER | The response HTTP status code |
| SubStatus | INTEGER | The response HTTP sub-status code |
| 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 response sent by the server |
| BytesReceived | INTEGER | The number of bytes in the request sent by the client |
| Win32Status | INTEGER | The Windows status code associated with the response HTTP status code |
| UriStem | STRING | The HTTP request uri-stem |
| UriQuery | STRING | The HTTP request uri-query, or NULL if the requested URI did not include a uri-query |
| UserName | STRING | The name of the authenticated user that made the request, or NULL if the request was from an anonymous user |