diff --git a/src/content/docs/logs/reference/log-fields/zone/http_requests.md b/src/content/docs/logs/reference/log-fields/zone/http_requests.md index a9a51890886955e..f7b624e7a2dc4c1 100644 --- a/src/content/docs/logs/reference/log-fields/zone/http_requests.md +++ b/src/content/docs/logs/reference/log-fields/zone/http_requests.md @@ -481,7 +481,7 @@ Action of the security rule that triggered a terminating action, if any. Type: `array[string]` -Array of actions the Cloudflare security products performed on this request. The individual security products associated with this action can be found in SecuritySources and their respective rule Ids can be found in SecurityRuleIDs. The length of the array is the same as SecurityRuleIDs and SecuritySources.
Possible actions are unknown \| allow \| block \| challenge \| jschallenge \| log \| connectionClose \| challengeSolved \| challengeBypassed \| jschallengeSolved \| jschallengeBypassed \| bypass \| managedChallenge \| managedChallengeNonInteractiveSolved \| managedChallengeInteractiveSolved \| managedChallengeBypassed \| rewrite \| forceConnectionClose \| skip. +Array of actions the Cloudflare security products performed on this request. The individual security products associated with this action can be found in SecuritySources and their respective rule IDs can be found in SecurityRuleIDs. The length of the array is the same as SecurityRuleIDs and SecuritySources.
Possible actions are unknown \| allow \| block \| challenge \| jschallenge \| log \| connectionClose \| challengeSolved \| challengeBypassed \| jschallengeSolved \| jschallengeBypassed \| bypass \| managedChallenge \| managedChallengeNonInteractiveSolved \| managedChallengeInteractiveSolved \| managedChallengeBypassed \| rewrite \| forceConnectionClose \| skip. ## SecurityRuleDescription @@ -561,6 +561,12 @@ Type: `int` Amount of time in microseconds spent executing a worker, if any. +## WorkerScriptName + +Type: `string` + +The worker script name that made the request. + ## WorkerStatus Type: `string` diff --git a/src/content/docs/logs/reference/log-fields/zone/zaraz_events.md b/src/content/docs/logs/reference/log-fields/zone/zaraz_events.md new file mode 100644 index 000000000000000..c1f33e1edb675e0 --- /dev/null +++ b/src/content/docs/logs/reference/log-fields/zone/zaraz_events.md @@ -0,0 +1,52 @@ +--- +# Code generator. DO NOT EDIT. + +title: Zaraz Events +pcx_content_type: configuration +sidebar: + order: 21 +--- + +The descriptions below detail the fields available for `zaraz_events`. + +## Body + +Type: `object` + +Zaraz incoming request body. + +## EventDetails + +Type: `object` + +Zaraz log event details. + +## EventType + +Type: `string` + +Zaraz log event name. + +## IP + +Type: `string` + +Zaraz incoming request client IP address. + +## RequestHeaders + +Type: `object` + +Zaraz incoming request headers. + +## TimestampStart + +Type: `int or string` + +Zaraz log event timestamp. + +## URL + +Type: `string` + +Zaraz incoming request URL.