
222
This appendix contains the following sections:
•
HP custom logging fields‚ on page 222
provides descriptions of HP logging fields
•
Logging format cross reference‚ on page 224
provides cross-references between HP logging fields, and
Netscape and Squid logging fields (including Netscape Extended and Extended-2 fields)
HP custom logging fields
The following table describes the HP custom logging fields.
E Event Logging Formats
%<field symbol>
Description
{HTTP header field name}cqh
Logs the information in the requested field of the client request HTTP
header; for example,
%<{Accept-Language}cqh>
logs the Accept-
Language: field in client request headers.
{HTTP header field name}pqh
Logs the information in the requested field of the proxy request HTTP
header; for example,
%<{Authorization}pqh>
logs the
Authorization: field in proxy request headers.
{HTTP header field name}psh
Logs the information in the requested field of the proxy response HTTP
header; for example,
%<{Retry-After}psh>
logs the Retry-After:
field in proxy response headers.
{HTTP header field name}ssh
Logs the information in the requested field of the server response HTTP
header; for example,
%<{Age}ssh>
logs the Age: field in server
response headers.
caun
The client authenticated user name; result of the RFC931/ident lookup of
the client user name.
cfsc
The client finish status code; specifies whether the client request to the
proxy was successfully completed (FIN), or interrupted (INTR).
chi
The client host IP; the IP address of the client's host machine.
cqbl
The client request transfer length; request body length (bytes) from
client to proxy.
cqhl
The client request header length; request header length (bytes) from
client to proxy.
cqhm
The client request HTTP method; method (GET, POST, ...) from client to
proxy (subset of cqtx).
cqhv
The client request HTTP version.
cqtd
The client request timestamp date; specifies the date of the client request
in the format yyyy-mm-dd, where yyyy is the 4-digit year, mm is the 2-
digit month, and dd is the 2-digit day.
cqtn
The client request timestamp; date and time of the client's request (in the
Netscape timestamp format).
cqts
The client request timestamp in Squid format; date and time of the client
request, in seconds since January 1, 1970.
cqtt
The client request timestamp time; specifies the time of the client request
in the format hh:mm:ss, where hh is the two-digit hour in 24-hour
format, mm is the two-digit minutes, and ss is the 2-digit seconds. For
example, 16:01:19.