- Property Manager name: Log Request Details
- Behavior version: The
v2024-01-09
rule format supports thereport
behavior v1.6. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Specify the HTTP request headers or cookie names to log in your Log Delivery Service reports.
Option | Type | Description | Requires | |
---|---|---|---|---|
log_host | boolean | Log the | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
log_referer | boolean | Log the | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
log_user_agent | boolean | Log the | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
log_accept_language | boolean | Log the | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
log_cookies | enum | 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 | string 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_field | boolean | Whether to append additional custom data to each log line. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
custom_log_field | string (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, | log_custom_log_field is true | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"logCustomLogField","op":"eq","value":true}} |
log_edge_ip | boolean | 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_for | boolean | Log any | {"displayType":"boolean","tag":"input","type":"checkbox"} |