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​XForwarded​Forboolean

Log any X-Forwarded-For request header.

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