Skip to content

Commit 173cc12

Browse files
[CF1] Gateway analytics update (#25762)
* [CF1] Gateway analytics update * docs: simplify Gateway analytics overview and standardize dashboard descriptions * add login step to Zero Trust dashboard navigation instructions * Update src/content/docs/cloudflare-one/insights/analytics/gateway.mdx * Apply suggestions from code review Co-authored-by: Patricia Santa Ana <[email protected]> * Apply suggestions from code review Co-authored-by: Patricia Santa Ana <[email protected]> --------- Co-authored-by: Patricia Santa Ana <[email protected]>
1 parent d712955 commit 173cc12

File tree

1 file changed

+63
-6
lines changed
  • src/content/docs/cloudflare-one/insights/analytics

1 file changed

+63
-6
lines changed

src/content/docs/cloudflare-one/insights/analytics/gateway.mdx

Lines changed: 63 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,73 @@
11
---
22
pcx_content_type: reference
3-
title: Gateway analytics
3+
title: Gateway analytics (DNS, HTTP, network sessions)
44
sidebar:
55
order: 4
66
---
77

8-
To see the top Allowed and Blocked requests across all of your DNS locations, go to **Analytics** > **Gateway**. You can filter the data by selecting a specific location and/or time.
8+
Gateway analytics include three separate dashboards:
99

10-
- **Requests** — This chart shows an overview of the number of requests made by end users within the time period you specify. It shows a breakdown of requests based on the decision Gateway took (either Allowed or Blocked).
11-
- **Allowed requests** — This chart shows a breakdown of the five domains which received the highest number of Allowed requests. It also shows the five domains which received the lowest amount of Allowed requests. By selecting **View all** to the right of either section of the chart, you will see a list of highest 100 and lowest 100 domains ranked by number of Allowed requests.
12-
- **Top blocked requests** — This chart shows a breakdown of the five domains which received the highest number of Blocked requests. It also shows the five domains which received the lowest number of Blocked requests. By selecting **View all** to the right of either section of the chart, you'll see a list of highest 100 and lowest 100 domains ranked by number of Blocked requests.
13-
- **Requests by category** — The charts in this card show a breakdown of the **Top allowed categories** and the **Top blocked categories** based on the number of requests that Gateway classified as belonging to a content category.
10+
- HTTP request analytics.
11+
- DNS query analytics.
12+
- Network session analytics.
13+
14+
To review Gateway analytics, log in to [Zero Trust](https://one.dash.cloudflare.com/) and go to **Analytics** > **Dashboards** > select your desired dashboard.
15+
16+
## HTTP request analytics
17+
18+
The HTTP request analytics dashboard is powered by your [Gateway HTTP policies](/cloudflare-one/policies/gateway/http-policies/). If you are not using Gateway HTTP policies, the dashboard will appear empty.
19+
20+
The HTTP request analytics dashboard helps you identify trends in how your HTTP policies are applied over time. By visualizing allowed, isolated, and do not inspect requests, the dashboard provides insights into traffic behavior and policy trends, making it easier to spot anomalies or shifts in usage patterns.
21+
22+
To review a detailed description of an HTTP request and its associated policy, log in to [Zero Trust](https://one.dash.cloudflare.com/) and go to **Logs** > **Gateway** > **HTTP**.
23+
24+
### Provided analytics
25+
26+
- HTTP Requests over time
27+
- Time series view of HTTP requests
28+
- Top Actions
29+
- Top Countries
30+
- Top Blocked Users
31+
- Top Bandwidth Consumers
32+
- Top Devices
33+
- Top Source IPs
34+
35+
## DNS query analytics
36+
37+
The DNS query analytics dashboard is powered by your [Gateway DNS policies](/cloudflare-one/policies/gateway/dns-policies/). If you are not using Gateway DNS policies, the dashboard will appear empty.
38+
39+
The DNS query analytics dashboard helps you identify trends in how your DNS policies are applied over time. By visualizing allowed, blocked, and overridden queries, the dashboard provides insights into traffic behavior and policy trends, making it easier to spot anomalies or shifts in usage patterns.
40+
41+
To review a detailed description of a DNS query and its associated policy, log in to [Zero Trust](https://one.dash.cloudflare.com/) and go to **Logs** > **Gateway** > **DNS**.
42+
43+
### Provided analytics
44+
45+
- DNS Queries over time
46+
- Time series view of DNS queries
47+
- Top Actions
48+
- Top Countries
49+
- Top Blocked Users
50+
- Top Allowed Users
51+
- Top Blocked Devices
52+
53+
## Network session analytics
54+
55+
The Network session analytics dashboard is powered by your [Gateway network policies](/cloudflare-one/policies/gateway/network-policies/). If you are not using Gateway network policies, the dashboard will appear empty.
56+
57+
The Network session analytics dashboard helps you identify trends in how your network policies are applied over time. By visualizing allowed, blocked, and overridden sessions, the dashboard provides insights into traffic behavior and policy trends, making it easier to spot anomalies or shifts in usage patterns.
58+
59+
To review a detailed description of a network session and its associated policy, log in to [Zero Trust](https://one.dash.cloudflare.com/) and go to **Logs** > **Gateway** > **Network**.
60+
61+
### Provided analytics
62+
63+
- Network Sessions over time
64+
- Time series view of network sessions
65+
- Top Actions
66+
- Top Countries
67+
- Top Blocked Users
68+
- Top Bandwidth Consumers
69+
- Top Devices
70+
- Top Source IPs
1471

1572
## GraphQL queries
1673

0 commit comments

Comments
 (0)