NCSA Input Format Fields

The input records generated by the NCSA 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
RemoteHostName STRING The IP address of the client that made the request
RemoteLogName STRING The identifier used to identify the client making the HTTP request, or NULL if no identifier is used (always NULL in NCSA log files generated by IIS)
UserName STRING The name of the authenticated user that made the request, or NULL if the request was from an anonymous user
DateTime TIMESTAMP The date and time at which the request was served (Universal Time Coordinates (UTC) time)
Request STRING The HTTP request line (verb, URI, and HTTP version)
StatusCode INTEGER The response HTTP status code
BytesSent INTEGER The number of bytes in the response sent by the server
Referer STRING The client request Referer header (not logged in NCSA Common Log File Format log files)
User-Agent STRING The client request User-Agent header (not logged in NCSA Common Log File Format log files)
Cookie STRING The client request Cookie header (not logged in NCSA Common Log File Format log files)

© 2004 Microsoft Corporation. All rights reserved.