2023-02-01 - Updates to security fields
Cloudflare will deploy some updates to security-related fields in Cloudflare Logs. These updates will affect the following datasets:
To minimize possible impacts on our customers’ existing SIEM configurations, these updates will happen in two phases according to the following timeline:
For the log fields being added, Cloudflare will gradually start adding them to logs datasets.
For the log fields being renamed, Cloudflare will:
- Add new fields with the same data as the fields that will be removed on phase 2 (described in this document as old fields). These new fields will become gradually available. Refer to the next sections for details.
- Announce the deprecation of the old fields. Cloudflare will remove these fields from logs datasets on August 1, 2023.
For the log fields being removed, Cloudflare is announcing them as deprecated. Their removal from logs datasets will occur on August 1, 2023.
In addition to these Cloudflare Logs changes, Cloudflare will also add new security-related fields to the following GraphQL datasets:
httpRequestsAdaptive
httpRequestsAdaptiveGroups
firewallEventsAdaptive
firewallEventsAdaptiveGroups
firewallEventsAdaptiveByTimeGroups
For the log fields being renamed, Cloudflare will remove the old fields from the Cloudflare logs datasets. From August 1, 2023 onwards, only the new fields will be available.
For the log fields being removed, Cloudflare will also remove them from the Cloudflare logs datasets. From August 1, 2023 onwards, these fields will no longer be available.
The following concepts are used below in the reviewed field descriptions:
-
Terminating action: One of the following actions:
block
js_challenge
managed_challenge
challenge
(Interactive Challenge)
For more information on these actions, refer to the Actions reference in the Rules language documentation.
-
Security rule: One of the following rule types:
The following fields will be renamed in the HTTP Requests dataset according to the two-phase strategy outlined in the timeline:
New field name | Type | Description | Old field name (deprecated on Aug 1, 2023) |
---|---|---|---|
SecurityRuleID | String | Rule ID of the security rule that triggered a terminating action, if any. | WAFRuleID |
SecurityRuleDescription | String | Rule description of the security rule that triggered a terminating action, if any. | WAFRuleMessage |
SecurityAction | String | Rule action of the security rule that triggered a terminating action, if any. | WAFAction |
SecurityRuleIDs | String Array | Array of security rule IDs that matched the request. | FirewallMatchesRuleIDs |
SecurityActions | String Array | Array of actions that Cloudflare security products performed on the request. | FirewallMatchesActions |
SecuritySources | String Array | Array of Cloudflare security products that matched the request. | FirewallMatchesSources |
The following fields are now deprecated and they will be removed from the HTTP Requests dataset on August 1, 2023:
Deprecated field name | Notes |
---|---|
WAFProfile | Used in the previous version of WAF managed rules (now deprecated). |
EdgeRateLimitAction | Used in the previous version of rate limiting rules (now deprecated). |
EdgeRateLimitID | Used in the previous version of rate limiting rules (now deprecated). |
SecurityLevel | N/A |
The following fields will be added to the Firewall Events dataset:
Field name | Type | Description |
---|---|---|
Description | String | The description of the rule triggered by the request. |
Ref | String | The user-defined identifier for the rule triggered by the request. |
Cloudflare will add the following fields to the httpRequestsAdaptive
and httpRequestsAdaptiveGroups
datasets:
Field name | Type | Description |
---|---|---|
securityAction | String | Action of the security rule that triggered a terminating action, if any. |
securitySource | String | Source of the security rule that triggered a terminating action, if any. |
Cloudflare will also add the following field to the firewallEventsAdaptive
, firewallEventsAdaptiveGroups
, and firewallEventsAdaptiveByTimeGroups
datasets:
Field name | Type | Description |
---|---|---|
description | String | The description of the rule triggered by the request. |
These new fields will become gradually available.
For more information on the available datasets, refer to GraphQL datasets.
Cloudflare will not update existing Logpush jobs to use the renamed fields. You will need to update the jobs according to the instructions provided below.
After updating Logpush jobs, you may need to update external filters or reports in your SIEM systems to reflect the log field changes.
- Log in to the Cloudflare dashboard ↗, and select your account and domain.
- Go to Analytics & Logs > Logs.
- Select Edit next to the Logpush job you wish to edit.
- Under Select data fields, update the fields in your job. The new security log fields are available under General.
- Select Save changes.
Follow the instructions in Update output_options to update the fields in the Logpush job.
If you are already managing Logpush jobs via Terraform, update the logpull_options
in your existing cloudflare_logpush_job
↗ Terraform resource. For example: