Skip to content

Commit 089a9e6

Browse files
authored
[Logs] Update Log fields (#20153)
This updates Log fields. They are synced from internal `entities` repo's fields templates.
1 parent 9c679ce commit 089a9e6

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

src/content/docs/logs/reference/log-fields/zone/http_requests.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ Action of the security rule that triggered a terminating action, if any.
481481

482482
Type: `array[string]`
483483

484-
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>.
484+
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>.
485485

486486
## SecurityRuleDescription
487487

@@ -561,6 +561,12 @@ Type: `int`
561561

562562
Amount of time in microseconds spent executing a worker, if any.
563563

564+
## WorkerScriptName
565+
566+
Type: `string`
567+
568+
The worker script name that made the request.
569+
564570
## WorkerStatus
565571

566572
Type: `string`
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
# Code generator. DO NOT EDIT.
3+
4+
title: Zaraz Events
5+
pcx_content_type: configuration
6+
sidebar:
7+
order: 21
8+
---
9+
10+
The descriptions below detail the fields available for `zaraz_events`.
11+
12+
## Body
13+
14+
Type: `object`
15+
16+
Zaraz incoming request body.
17+
18+
## EventDetails
19+
20+
Type: `object`
21+
22+
Zaraz log event details.
23+
24+
## EventType
25+
26+
Type: `string`
27+
28+
Zaraz log event name.
29+
30+
## IP
31+
32+
Type: `string`
33+
34+
Zaraz incoming request client IP address.
35+
36+
## RequestHeaders
37+
38+
Type: `object`
39+
40+
Zaraz incoming request headers.
41+
42+
## TimestampStart
43+
44+
Type: `int or string`
45+
46+
Zaraz log event timestamp.
47+
48+
## URL
49+
50+
Type: `string`
51+
52+
Zaraz incoming request URL.

0 commit comments

Comments
 (0)