auth0-forwarded-for
header is not supported.match
) and a set of values (such as a list of IP addresses).action
object. To learn more, read Configure Rules.
acls_summary
) is created every 10 minutes for each Tenant ACL rule with details of how that rule is affecting traffic.
acls_summary
log event type contains the following fields:
Field | Data type | Description | Example |
---|---|---|---|
acl_id | string | Internal identifier of the rule. | acl_vENikGo5fcJd7FYMLvjKKP |
description | string | Description of the rule. | Allow traffic that originates from the United States. |
priority | number | Order in which the rule executes. | 1 |
action | object | Action the rule executes. | { "allow": true } |
match.successes | number | Total number of requests the rule successfully matched. | 1 |
total_request_count.successes | number | Total number of requests the rule successfully evaluated. | 3 |
start_time | string | Datetime stamp of when the log counting period started. | 2025-03-19T16:11:07.429Z |
end_time | string | Datetime stamp of when the log counting period ended. | 2025-03-19T16:21:07.429Z |