Skip to content

Commit 8268492

Browse files
[CF1] new Analytics dashboard paths + 2 new dashboards (#26143)
* [CF1] new Analytics dashboard paths + 2 new dashboards * broken links
1 parent 4168caa commit 8268492

File tree

7 files changed

+164
-6
lines changed

7 files changed

+164
-6
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@ sidebar:
55
order: 3
66
---
77

8+
import { Render } from "~/components";
9+
810
Access event analytics allows you to review login attempts to the applications you protect behind [Access](/cloudflare-one/access-controls/policies/). Access event analytics are powered by [Access audit logs](/cloudflare-one/insights/logs/audit-logs/).
911

1012
To view Access event analytics:
1113

12-
1. Log into [Zero Trust](https://one.dash.cloudflare.com).
13-
2. Go to **Analytics** > **Dashboards**.
14+
1. In [Cloudflare One](https://one.dash.cloudflare.com), go to **Insights**.
15+
2. Go to **Dashboards**.
1416
3. Select **Access event analytics**.
1517

1618
Access Event Analytics aggregates authentication activity based on your [Access policies](/cloudflare-one/access-controls/policies/policy-management/).
1719

20+
<Render file="analytics/access-analytics-comparison" product="cloudflare-one" />
21+
1822
## Available insights
1923

2024
The Access event analytics dashboard includes a chart of Access activity over time. You can view a chronological chart of access events. The Access event analytics dashboard shows when access requests occurred, helping you spot spikes in login attempts.
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
pcx_content_type: reference
3+
title: AI security
4+
---
5+
6+
The AI security report dashboard summarizes your organization's AI usage and potential security risks.
7+
8+
To view the AI security report dashboard:
9+
10+
1. In [Cloudflare One](https://one.dash.cloudflare.com), go to **Insights**.
11+
2. Go to **Dashboards**.
12+
3. Select **AI security report**.
13+
14+
## Prerequisites
15+
16+
To populate the AI security report dashboard, you must have:
17+
18+
* [Cloudflare Gateway](/cloudflare-one/traffic-policies/) enabled to inspect outbound HTTP and DNS traffic.
19+
* User traffic to SaaS AI applications (for example, ChatGPT or Gemini) sent through Cloudflare Gateway.
20+
* MCP servers behind Cloudflare Access policies.
21+
22+
## Available insights
23+
24+
The AI security report dashboard includes the following panels and metrics:
25+
26+
* [Top 5 visited AI applications by user count](#top-5-visited-ai-applications-by-user-count)
27+
* [Statuses applied to AI applications by application count](#statuses-applied-to-ai-applications-by-application-count)
28+
* [Data uploaded to Artificial Intelligence applications by status](#data-uploaded-to-artificial-intelligence-applications-by-status)
29+
* [MCP servers behind Access over time](#mcp-servers-behind-access-over-time)
30+
* [Access login events to MCP servers](#access-login-events-to-mcp-servers)
31+
32+
### Top 5 visited AI applications by user count
33+
34+
Displays the most accessed AI tools in your organization and the number of users visiting each application in a time-series graph.
35+
Each bar represents user activity for a specific AI application (for example, ChatGPT or Gemini) over time.
36+
37+
Use this chart to monitor adoption trends and detect new or unauthorized AI tools being accessed.
38+
39+
### Statuses applied to AI applications by application count
40+
41+
Reports the total number of AI applications identified and their review statuses.
42+
Statuses include:
43+
44+
* Unreviewed — Applications not yet evaluated by administrators.
45+
* In Review — Applications currently under review for approval.
46+
* Unapproved — Applications that are restricted or blocked.
47+
* Approved — Applications explicitly permitted for organizational use.
48+
49+
### Data uploaded to Artificial Intelligence applications by status
50+
51+
Reports the amount of data transferred to AI tools, broken down by review status (Unreviewed, In Review, Unapproved, Approved).
52+
Use this report to understand whether sensitive data is being sent to unapproved or unreviewed AI applications.
53+
54+
### MCP servers behind Access over time
55+
56+
Displays the number of Managed Control Plane (MCP) servers that are protected behind Access policies over time.
57+
Use this panel to monitor the number of MCP servers protected behind Access policies.
58+
59+
### Access login events to MCP servers
60+
61+
Reports the number of login events to MCP servers protected behind Access policies.
62+
Use this panel to monitor the number of login events to MCP servers protected behind Access policies.
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
pcx_content_type: reference
3+
title: Application access report
4+
---
5+
6+
import { Render } from "~/components";
7+
8+
The Application Access Report provides a high-level summary of [Access](/cloudflare-one/access-controls/policies/) usage across your organization. This dashboard helps administrators monitor authentication patterns, identity provider usage, and Access configuration metrics. If Access is not configured in your account, the dashboard appears empty.
9+
10+
To view the Application Access Report dashboard:
11+
12+
1. In [Cloudflare One](https://one.dash.cloudflare.com), go to **Insights**.
13+
2. Go to **Dashboards**.
14+
3. Select **Application Access Report**.
15+
16+
<Render file="analytics/access-analytics-comparison" product="cloudflare-one" />
17+
18+
## Prerequisites
19+
20+
To populate the Application Access Report dashboard, you must have:
21+
22+
* At least one [Access application](/cloudflare-one/access-controls/applications/) configured in your account.
23+
* Users authenticating to these applications through Cloudflare Access.
24+
25+
## Available insights
26+
27+
The Application Access Report dashboard includes the following panels and metrics:
28+
29+
* [Summary of Access activity](#summary-of-access-activity)
30+
* [Access events](#access-events)
31+
* [Access decisions by event count](#access-decisions-by-event-count)
32+
* [Access applications by event count](#access-applications-by-event-count)
33+
* [Access events by type](#access-events-by-type)
34+
* [Top counts of event details](#top-counts-of-event-details)
35+
* [Access admin metrics](#access-admin-metrics)
36+
37+
### Summary of Access activity
38+
39+
The Summary of Access activity section shows a time series of Access login events over a selected period and a summary of login events. You can filter a time period in the upper right corner of the dashboard.
40+
41+
### Access events
42+
43+
Shows a time series of Access login events over a selected period. Each bar represents the number of login events in the x-axis time interval.
44+
You can use this graph to review user authentication activity and detect unusual login spikes.
45+
46+
### Access decisions by event count
47+
48+
Displays the total number of Access decisions made, grouped by outcome (for example, **Granted** or **Denied**).
49+
50+
### Access applications by event count
51+
52+
Shows a breakdown of authentication events by application type (for example, **Self-hosted**, **SaaS**, **Private network**, **Infrastructure** or **MCP Portal**).
53+
Use this view to determine which application types users most frequently access.
54+
55+
### Access events by type
56+
57+
Categorizes authentication events by method, such as **SSO** or **Login** (direct credential-based authentication).
58+
This panel helps administrators understand how users are authenticating across applications and identity providers.
59+
60+
### Top counts of event details
61+
62+
Lists the most common Access event attributes, including:
63+
64+
* Application name — Displays the top accessed applications.
65+
* Identity provider — Shows which identity providers (IdPs) were most used.
66+
* Users — Lists top users by number of login events.
67+
* Countries — Displays top countries where users logged in.
68+
* IP addresses — Lists the top source IPs associated with login events.
69+
70+
These insights help administrators identify usage patterns and trends.
71+
72+
### Access admin metrics
73+
74+
Provides a summary of Access configurations made by admin in your organization, including:
75+
76+
* Applications configured — Total number of Access-protected applications, broken down by type (for example, Self-hosted, SaaS, RDP, SSH, Private network, and Dash SSO.)
77+
* Policies configured — Total number of Access policies, grouped by policy type (for example, Allow, Block, Bypass, or Service Auth.)
78+
79+
This section helps administrators audit their Access setup and verify that expected resources and policies are in place.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The Data security analytics dashboard reports security issues and sensitive data
77

88
To view the Data security analytics dashboard:
99

10-
1. Log into [Zero Trust](https://one.dash.cloudflare.com).
11-
2. Go to **Analytics** > **Dashboards**.
10+
1. In [Cloudflare One](https://one.dash.cloudflare.com), go to **Insights**.
11+
2. Go to **Dashboards**.
1212
3. Select **Data security analytics**.
1313

1414
## Prerequisites

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ Gateway analytics include three separate dashboards:
1111
- DNS query analytics.
1212
- Network session analytics.
1313

14-
To review Gateway analytics, log in to [Zero Trust](https://one.dash.cloudflare.com/) and go to **Analytics** > **Dashboards** > select your desired dashboard.
14+
To review Gateway analytics:
15+
16+
1. In [Cloudflare One](https://one.dash.cloudflare.com), go to **Insights**.
17+
2. Go to **Dashboards**.
18+
3. Select your desired dashboard.
1519

1620
## HTTP request analytics
1721

src/content/docs/cloudflare-one/insights/analytics/shadow-it-discovery.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ import { Render } from "~/components";
99

1010
Shadow IT SaaS analytics provides visibility into the SaaS applications your users are visiting. This information allows you to create identity and device-driven Zero Trust policies to secure your users and data.
1111

12-
To access Shadow IT SaaS analytics, in [Zero Trust](https://one.dash.cloudflare.com), go to **Analytics** > **Dashboards**, then select **Shadow IT: SaaS analytics**.
12+
To access Shadow IT SaaS analytics:
13+
14+
1. In [Cloudflare One](https://one.dash.cloudflare.com), go to **Insights**.
15+
2. Go to **Dashboards**.
16+
3. Select **Shadow IT: SaaS analytics**.
1317

1418
## Prerequisites
1519

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
{}
3+
---
4+
5+
The [Application Access Report](/cloudflare-one/insights/analytics/application-access/) dashboard offers a summary of overall Access activity, while [Access event analytics](/cloudflare-one/insights/analytics/access/) dashboard provides a view of login events. You can export the Application Access Report to a PDF to share with stakeholders.

0 commit comments

Comments
 (0)