Skip to content

Log the payload of matched rules

The WAF allows you to log the request information that triggered a specific rule of a managed ruleset. This information is known as the payload. Payload logging is especially useful when diagnosing the behavior of WAF rules. Since the values that triggered a rule may contain sensitive data, they are encrypted with a customer-provided public key so that only you can examine them later.

Turn on payload logging

Each managed ruleset has its own payload logging configuration. To turn on payload logging, configure a public key to encrypt the logged payload by doing one of the following:

  • Generate a key pair directly in the Cloudflare dashboard
  • Use your own public key

Once enabled, the WAF saves the payload of any rule matches for the managed ruleset configured with payload logging, encrypting the payload with your public key.

For more information, refer to Configure payload logging in the dashboard or Configure payload logging via API.

View payload content

To view the content of the payload in clear text, do one of the following:

User role requirements

Only users with the Super Administrator role can enable payload logging or edit the payload logging configuration.