URLSCAN Input Format Fields
The input records generated by the URLSCAN 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 and time at which the request was served (local time) |
| ClientIP | STRING | The IP address of the client that made the request |
| Comment | STRING | The filter that matched the request and the action executed by URLScan |
| SiteInstance | INTEGER | The IIS virtual site instance number that served the request |
| Url | STRING | The HTTP request url |