You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/dns/additional-options/analytics.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The DNS analytics dashboard contains [four main panels](#dns-analytics-panels).
44
44
- Protocol
45
45
- IP version
46
46
47
-
#### DNS analytics panels
47
+
#### Panels
48
48
49
49
-**Query overview**: the number of queries per hour and their distribution over time. This information is segmented by each of the [available dimensions](#available-dimensions) and the graph displays the top five values. You can select the dimensions through the different tabs above the graph and quickly filter for or exclude a certain value from the results by hovering over it and selecting **Filter** or **Exclude**.
Copy file name to clipboardExpand all lines: src/content/docs/dns/dns-firewall/analytics.mdx
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,19 @@ Consider the sections below to learn how to access analytics and logs for your D
12
12
13
13
## Analytics
14
14
15
+
### Dashboard
16
+
17
+
For a quick summary, view your DNS Firewall analytics on the dashboard:
18
+
19
+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
20
+
2. Go to **DNS Firewall** > **Analytics**.
21
+
22
+
The DNS analytics dashboard contains [four main panels](#panels). The filters and time frame that you specify at the top of the page apply to all of them.
23
+
24
+
#### Available dimensions
25
+
26
+
#### Panels
27
+
15
28
### GraphQL
16
29
17
30
Use the [GraphQL API](/analytics/graphql-api/) to access DNS Firewall analytics. Refer to the GraphQL Analytics API documentation for guidance on how to [get started](/analytics/graphql-api/getting-started/).
@@ -21,10 +34,11 @@ The DNS Firewall analytics has two [schemas](/analytics/graphql-api/getting-star
21
34
*`dnsFirewallAnalyticsAdaptive`: Retrieve information about individual DNS Firewall queries.
22
35
*`dnsFirewallAnalyticsAdaptiveGroups`: Get reports on aggregate information only.
23
36
24
-
### Cloudflare API <Badgetext="Legacy"variant="caution"size="medium" />
37
+
### API <Badgetext="Legacy"variant="caution"size="medium" />
25
38
26
39
You can also use the DNS Firewall API [reports endpoint](/api/resources/dns_firewall/subresources/analytics/subresources/reports/).
0 commit comments