Skip to content

Commit 13d9630

Browse files
author
Kaustubh Kelkar
committed
Update log fields to include Registration ID
1 parent decbdee commit 13d9630

File tree

8 files changed

+79
-1
lines changed

8 files changed

+79
-1
lines changed

src/content/docs/logs/reference/log-fields/account/biso_user_actions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ Type: `string`
3939

4040
The user action type ('copy', 'paste', 'download', etc.).
4141

42+
## URL
43+
44+
Type: `string`
45+
46+
The URL of the webpage where a user action was performed.
47+
4248
## UserID
4349

4450
Type: `string`

src/content/docs/logs/reference/log-fields/account/device_posture_results.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ Type: `object`
9999

100100
JSON object of what the Zero Trust client actually uploads.
101101

102+
## RegistrationID
103+
104+
Type: `string`
105+
106+
The UUID of the device registration associated with this posture result.
107+
102108
## Timestamp
103109

104110
Type: `int or string`

src/content/docs/logs/reference/log-fields/account/gateway_dns.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,12 @@ Type: `array[string]`
165165

166166
Name or names of category that the queried domains belongs to (for example, ['Photography', 'Weather']).
167167

168+
## InitialResolvedIPs
169+
170+
Type: `array[string]`
171+
172+
The IPs used to correlate existing FQDN matching policy between Gateway DNS and Gateway proxy.
173+
168174
## InternalDNSFallbackStrategy
169175

170176
Type: `string`
@@ -327,6 +333,30 @@ Type: `array[object]`
327333

328334
The rdata objects (for example, [{"type":"5","data":"dns-packet-placeholder..."}]).
329335

336+
## RedirectTargetURI
337+
338+
Type: `string`
339+
340+
Custom URI to which the user was redirected, if any.
341+
342+
## RegistrationID
343+
344+
Type: `string`
345+
346+
The UUID of the device registration from which the HTTP request originated (for example, 'dad71818-0429-11ec-a0dc-000000000000').
347+
348+
## RequestContextCategoryIDs
349+
350+
Type: `array[int]`
351+
352+
ID or IDs of the category that was sent to gateway in the EDNS request for filtering (for example, [7,12,28,122,129,163]).
353+
354+
## RequestContextCategoryNames
355+
356+
Type: `array[string]`
357+
358+
Name or names of the category that was sent to gateway in the EDNS request for filtering (for example, ['Photography', 'Weather']).
359+
330360
## ResolvedIPCategoryIDs
331361

332362
Type: `array[int]`

src/content/docs/logs/reference/log-fields/account/gateway_http.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,24 @@ Type: `bool`
213213

214214
If the request content was quarantined.
215215

216+
## RedirectTargetURI
217+
218+
Type: `string`
219+
220+
Custom URI to which the user was redirected, if any.
221+
216222
## Referer
217223

218224
Type: `string`
219225

220226
Contents of the referer header in the HTTP request.
221227

228+
## RegistrationID
229+
230+
Type: `string`
231+
232+
The UUID of the device registration from which the HTTP request originated.
233+
222234
## RequestID
223235

224236
Type: `string`

src/content/docs/logs/reference/log-fields/account/gateway_network.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ Type: `string`
129129

130130
The proxy endpoint used on this network session, if any.
131131

132+
## RegistrationID
133+
134+
Type: `string`
135+
136+
The UUID of the device registration from which the network session originated.
137+
132138
## SNI
133139

134140
Type: `string`

src/content/docs/logs/reference/log-fields/account/workers_trace_events.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ sidebar:
99

1010
The descriptions below detail the fields available for `workers_trace_events`.
1111

12+
## CPUTimeMs
13+
14+
Type: `int`
15+
16+
The amount of CPU time used by the Worker script, in milliseconds.
17+
1218
## DispatchNamespace
1319

1420
Type: `string`
@@ -74,3 +80,9 @@ A list of user-defined tags used to categorize the Worker.
7480
Type: `object`
7581

7682
The version of the script that was invoked.
83+
84+
## WallTimeMs
85+
86+
Type: `int`
87+
88+
The elapsed time in milliseconds between the start of a Worker invocation, and when the Workers Runtime determines that no more JavaScript needs to run. Specifically, this measures the wall-clock time that the JavaScript context remained open. For example, when returning a response with a large body, the Workers runtime can, in some cases, determine that no more JavaScript needs to run, and closes the JS context before all the bytes have passed through and been sent. Alternatively, if you use the `waitUntil()` API to perform work without blocking the return of a response, this work may continue executing after the response has been returned, and will be included in `WallTimeMs`.

src/content/docs/logs/reference/log-fields/account/zero_trust_network_sessions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,12 @@ Type: `string`
183183

184184
Network protocol used for this network session. <br />Possible values are <em>TCP</em> \| <em>UDP</em> \| <em>ICMP</em> \| <em>ICMPV6</em>.
185185

186+
## RegistrationID
187+
188+
Type: `string`
189+
190+
Identifier of the client registration which initiated the network session, if applicable (for example, WARP Registration ID).
191+
186192
## RuleEvaluationDurationMs
187193

188194
Type: `int`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Detection engine responsible for generating the Bot Score. <br />Possible values
3737

3838
Type: `array[string]`
3939

40-
Type of bot traffic (if available). Refer to [Bot Tags](/bots/concepts/bot-tags/) for the list of potential values. Available only for Bot Management customers. To enable this feature, contact your account team.
40+
Type of bot traffic (if available). Refer to [Bot Tags](/bots/concepts/cloudflare-bot-tags/) for the list of potential values. Available only for Bot Management customers. To enable this feature, contact your account team.
4141

4242
## CacheCacheStatus
4343

0 commit comments

Comments
 (0)