Skip to content

Commit 233801b

Browse files
[Ruleset Engine] Add 2 fields to reference (#26176)
* Add `cf.edge.client_tcp` and `cf.timings.client_tcp_rtt_msec` to the fields reference. --------- Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
1 parent d24b28c commit 233801b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/content/fields/index.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,22 @@ entries:
890890
example_value: |-
891891
"TLSv1.2"
892892
893+
- name: cf.edge.client_tcp
894+
data_type: Boolean
895+
categories: [Request]
896+
keywords: [request, tcp, network, client]
897+
summary: Indicates if the request was made over TCP.
898+
example_value: |-
899+
true
900+
901+
- name: cf.timings.client_tcp_rtt_msec
902+
data_type: Number
903+
categories: [Request]
904+
keywords: [request, timing, tcp, rtt, performance, latency]
905+
summary: The smoothed TCP round-trip time from client to Cloudflare in milliseconds.
906+
example_value: |-
907+
20
908+
893909
- name: cf.waf.content_scan.has_obj
894910
data_type: Boolean
895911
categories: [Request]

0 commit comments

Comments
 (0)