Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br />Possible actions are <em>unknown</em> \| <em>allow</em> \| <em>block</em> \| <em>challenge</em> \| <em>jschallenge</em> \| <em>log</em> \| <em>connectionClose</em> \| <em>challengeSolved</em> \| <em>challengeBypassed</em> \| <em>jschallengeSolved</em> \| <em>jschallengeBypassed</em> \| <em>bypass</em> \| <em>managedChallenge</em> \| <em>managedChallengeNonInteractiveSolved</em> \| <em>managedChallengeInteractiveSolved</em> \| <em>managedChallengeBypassed</em> \| <em>rewrite</em> \| <em>forceConnectionClose</em> \| <em>skip</em>.
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. <br />Possible actions are <em>unknown</em> \| <em>allow</em> \| <em>block</em> \| <em>challenge</em> \| <em>jschallenge</em> \| <em>log</em> \| <em>connectionClose</em> \| <em>challengeSolved</em> \| <em>challengeBypassed</em> \| <em>jschallengeSolved</em> \| <em>jschallengeBypassed</em> \| <em>bypass</em> \| <em>managedChallenge</em> \| <em>managedChallengeNonInteractiveSolved</em> \| <em>managedChallengeInteractiveSolved</em> \| <em>managedChallengeBypassed</em> \| <em>rewrite</em> \| <em>forceConnectionClose</em> \| <em>skip</em>.

## SecurityRuleDescription

Expand Down Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The worker script name that made the request.
The Worker script name that made the request.

Issues:

  • Style Guide - (Terms-error) Use 'Worker' instead of 'worker'.

Fix Explanation:

The style guide suggests capitalizing 'Worker'. This is a straightforward capitalization correction and should be applied as per the guidelines.


## WorkerStatus

Type: `string`
Expand Down
52 changes: 52 additions & 0 deletions src/content/docs/logs/reference/log-fields/zone/zaraz_events.md
Original file line number Diff line number Diff line change
@@ -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.
Loading