GuideReference
TrainingSupportCommunity
Reference

report


Specify the HTTP request headers or cookie names to log in your Log Delivery Service reports.

OptionTypeDescriptionRequires
log_​hostboolean

Log the Host header.

{"displayType":"boolean","tag":"input","type":"checkbox"}
log_​refererboolean

Log the Referer header.

{"displayType":"boolean","tag":"input","type":"checkbox"}
log_​user_​agentboolean

Log the User-Agent header.

{"displayType":"boolean","tag":"input","type":"checkbox"}
log_​accept_​languageboolean

Log the Accept-Language header.

{"displayType":"boolean","tag":"input","type":"checkbox"}
log_​cookiesenum

Specifies the set of cookies to log.

{"displayType":"enum","options":["OFF","ALL","SOME"],"tag":"select"}
OFF

Do not log cookies.

ALL

Log all cookies.

SOME

A specific set of cookies.

cookiesstring array

This specifies the set of cookies names whose values you want to log.

log_​cookies is SOME
{"displayType":"string array","tag":"input","todo":true}
{"if":{"attribute":"logCookies","op":"eq","value":"SOME"}}
log_​custom_​log_​fieldboolean

Whether to append additional custom data to each log line.

{"displayType":"boolean","tag":"input","type":"checkbox"}
custom_​log_​fieldstring (allows variables)

Specifies an additional data field to append to each log line, maximum 1000 bytes, typically based on a dynamically generated built-in system variable. For example, round-trip: {{builtin.​AK_​CLIENT_​TURNAROUND_​TIME}}ms logs the total time to complete the response. See Support for variables for more information. If you enable the log​_custom behavior, it overrides the custom_​log_​field option.

log_​custom_​log_​field is true
{"displayType":"string","tag":"input","type":"text"}
{"if":{"attribute":"logCustomLogField","op":"eq","value":true}}
log_​edge_​ipboolean

Whether to log the IP address of the Akamai edge server that served the response to the client.

{"displayType":"boolean","tag":"input","type":"checkbox"}
log_​x_​forwarded_​forboolean

Log any X-Forwarded-For request header.

{"displayType":"boolean","tag":"input","type":"checkbox"}