Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Event Logging Formats
Event Logging Formats
Help | Content Gateway | Version 7.8.x
Custom logging fields
 
Related topic:
{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}cqhua
Logs the information in the requested field of the client request HTTP header; for example, %<{User-Agent}cqhua> logs the User-Agent: 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
The client authenticated user name; result of the
RFC931/ident lookup of the client user name.
The client request time stamp; 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.
The client request time stamp; the time of the client request in the format hh:mm:ss, where hh is the 2-digit hour in 24-hour format, mm is the 2-digit minutes, and ss is the 2-digit seconds. For example, 16:01:19.
The client request canonical URL; differs from cqu in that blanks (and other characters that might not be parsed by log analysis tools) are replaced by escape sequences. The escape sequence is a percentage sign followed by the ASCII code number in hex.
The time Content Gateway spends processing the client request as a fractional number of seconds; specifies the time in millisecond resolution, but instead of formatting the output as an integer (as with ttms), the display is formatted as a floating-point number representing a fractional number of seconds. For example, if the time is 1500 milliseconds, this field displays 1.5 while the ttms field displays 1500 and the tts field displays 1.

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Event Logging Formats
Copyright 2016 Forcepoint LLC. All rights reserved.