Advanced logging
akamai_appsec_advanced_settings_logging
Enables, disables, or updates HTTP header logging settings.
By default, this operation applies at the configuration level, which means that it applies to all the security policies within that configuration.
However, by using the security_policy_id parameter you can specify custom settings for an individual security policy.
resource "akamai_appsec_advanced_settings_logging" "my_logging" {
config_id = 12345
logging = file("${path.module}/logging.json")
}
Arguments
| Argument | Required | Description |
|---|---|---|
config_id | ✔️ | A security configuration ID. |
logging | ✔️ | Path to a JSON file containing the logging settings to be configured. |
security_policy_id | A security policy ID. |
Updated 22 days ago
