HTTPERR Input Format Fields
The input records generated by the HTTPERR 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 |
date | TIMESTAMP | The date on which the request was served (Universal Time Coordinates (UTC) time) |
time | TIMESTAMP | The time at which the request was served (Universal Time Coordinates (UTC) time) |
s-computername | STRING | The name of the server that served the request (this field is logged by later versions of Http.sys only) |
c-ip | STRING | The IP address of the client that made the request |
c-port | INTEGER | The client port number that sent the request |
s-ip | STRING | The IP address of the server that served the request |
s-port | INTEGER | The server port number that received the request |
cs-version | STRING | The HTTP version of the client request |
cs-method | STRING | The HTTP request verb |
cs-uri | STRING | The HTTP request uri |
cs(User-Agent) | STRING | The client request User-Agent header (this field is logged by later versions of Http.sys only) |
cs(Cookie) | STRING | The client request Cookie header (this field is logged by later versions of Http.sys only) |
cs(Referer) | STRING | The client request Referer header (this field is logged by later versions of Http.sys only) |
cs-host | STRING | The client request Host header (this field is logged by later versions of Http.sys only) |
sc-status | INTEGER | The response HTTP status code |
sc-bytes | INTEGER | The number of bytes in the response sent by the server (this field is logged by later versions of Http.sys only) |
cs-bytes | INTEGER | The number of bytes in the request sent by the client (this field is logged by later versions of Http.sys only) |
time-taken | INTEGER | The number of milliseconds elapsed since the moment the server received the request to the moment the server sent the response to the client (this field is logged by later versions of Http.sys only) |
s-siteid | INTEGER | The IIS site instance number that served the request |
s-reason | STRING | Information about why the error occurred |
s-queuename | STRING | The name of the application pool hosting the IIS worker process that processed the request (this field is logged by later versions of Http.sys only) |