Skip to content

Commit

Permalink
[Logpush] gateway dns and latest logpush fields (#15469)
Browse files Browse the repository at this point in the history
Co-authored-by: Rex Scaria <arunrex@cloudflare.com>
  • Loading branch information
rexscaria and Rex Scaria authored Jul 5, 2024
1 parent e2bf3f9 commit a8c009e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
40 changes: 38 additions & 2 deletions content/logs/reference/log-fields/account/gateway_dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ Type: int

ID of the application the domain belongs to (for example, 1, 2). Set to 0 when no ApplicationID is matched.

## CNAMECategoryIDs

Type: array[int]

ID or IDs of category that the intermediate cname domains belongs to (for example, [7,12,28,122,129,163]).

## CNAMECategoryNames

Type: array[string]

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

## ColoCode

Type: string
Expand Down Expand Up @@ -94,6 +106,18 @@ Type: string

Email used to authenticate the client (for example, 'user@test.com').

## InitialCategoryIDs

Type: array[int]

ID or IDs of category that the queried domains belongs to (for example, [7,12,28,122,129,163]).

## InitialCategoryNames

Type: array[string]

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

## IsResponseCached

Type: bool
Expand Down Expand Up @@ -158,13 +182,13 @@ The protocol used for the DNS query by the client (for example, 'udp').

Type: array[int]

ID or IDs of category that the domain belongs to (for example, [7,12,28,122,129,163]).
Union of all categories; Initial categories + Resolved IP categories + Cname intermediate categories

## QueryCategoryNames

Type: array[string]

Name or names of category that the domain belongs to (for example, ['Photography', 'Weather']).
Union of all category names; Initial categories + Resolved IP categories + Cname intermediate categories

## QueryIndicatorFeedIDs

Expand Down Expand Up @@ -220,6 +244,18 @@ Type: array[object]

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

## ResolvedIPCategoryIDs

Type: array[int]

ID or IDs of category that the ips in the response belongs to (for example, [7,12,28,122,129,163]).

## ResolvedIPCategoryNames

Type: array[string]

Name or names of category that the ips in the response belongs to (for example, ['Photography', 'Weather']).

## ResolvedIPs

Type: array[string]
Expand Down
6 changes: 6 additions & 0 deletions content/logs/reference/log-fields/zone/http_requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Type: array[int]

List of IDs that correlate to the Bot Management Heuristic detections made on a request. Available only for Bot Management customers. To enable this feature, contact your account team.

## BotDetectionTags

Type: array[string]

List of tags that correlate to the Bot Management Heuristic detections made on a request. Available only for Bot Management customers. To enable this feature, contact your account team.

## BotScore

Type: int
Expand Down

0 comments on commit a8c009e

Please sign in to comment.