Fields reference
cf.response.1xxx_code
Contains the specific code for 1XXX Cloudflare errors.
cf.response.error_type
A string with the type of error in the response being returned.
http.response.code
The HTTP status code returned to the client, either set by a Cloudflare product or returned by the origin server.
http.response.content_type.media_type
The lowercased content type (including subtype and suffix) without any extra parameters, based on the response's Content-Type
header.
http.response.headers
The HTTP response headers represented as a Map (or associative array).
http.response.headers.names
The names of the headers in the HTTP response.
http.response.headers.values
The values of the headers in the HTTP response.