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
[Cloudflare One](https://one.dash.cloudflare.com/) provides a catalog of saved analytics views for reporting and investigation.
12
+
[Cloudflare One](https://one.dash.cloudflare.com/) provides a catalog of saved analytics views for reporting and investigation. Analytics dashboards provide visualizations of your log data.
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/insights/index.mdx
+63-3Lines changed: 63 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,72 @@ pcx_content_type: navigation
3
3
title: Insights
4
4
sidebar:
5
5
order: 4
6
-
group:
7
-
hideIndex: true
8
6
---
9
7
10
8
import { DirectoryListing } from"~/components";
11
9
12
-
Cloudflare One provides observability tools to monitor your environment. View traffic metrics for Access applications and Gateway policies in Dashboards, monitor endpoint and network performance with Digital Experience Monitoring (DEX), and analyze logs for security events.
10
+
Cloudflare One offers observability tools to monitor and troubleshoot your environment:
11
+
-[Analytics Dashboards](#analytics-dashboards) for traffic trends and policy insights
12
+
-[Logs](#logs) for event-level investigation
13
+
-[Digital Experience Monitoring (DEX)](#digital-experience-monitoring-dex) for device, network, and application performance
14
+
15
+
## Example usage
16
+
17
+
#### Issue
18
+
A user reports they cannot reach an internal application behind [Cloudflare Access](/cloudflare-one/).
19
+
20
+
#### Solution
21
+
1. The admin checks **Access Event Analytics dashboard to see if others are experiencing similar issues.
22
+
2. The admin then reviews **Logs** to examine the user's authentication attempts and blocked requests.
23
+
3. Finally, the admin uses **DEX** to evaluate the user's device and network performance, identifying the root cause.
24
+
25
+
## How to use these tools together
26
+
27
+
### Onboarding
28
+
29
+
1. Start with [Logs](/cloudflare-one/insights/logs/) to validate initial configuration and confirm that authentication is successful.
30
+
2. Use [Analytics overview](/cloudflare-one/insights/analytics-overview/) to confirm expected patterns and policy activity.
31
+
32
+
### Daily monitoring
33
+
34
+
1. Use [Analytics Dashboards] to understand trends and environment behavior.
35
+
2. Use Logs as needed for event-level verification.
36
+
37
+
### User-reported issues
38
+
39
+
1. Start with Analytics Dashboards to review if the issue impacts others.
40
+
2. Check Logs for specific failing events.
41
+
3. Use DEX to diagnose device- or network-level causes with DEX tests and device monitoring.
42
+
43
+
## Analytics dashboards
44
+
45
+
Analytics dashboards provide visualizations of your log data. Analytics dashboards show you policy-related activity by showing top metrics such as blocked and allowed users, the geographic and source IP origins of traffic, and trends in network session and application usage.
46
+
47
+
Administrators typically start with Analytics because they offer:
48
+
49
+
- A high-level view of activity across your products, like Access, or security use-cases, such as AI and shadow IT.
50
+
- Visibility into trends, provided through time-series graphs, to track the evolution of key metrics (such as DNS queries, network sessions, HTTP requests, and CASB posture/content findings) over time.
51
+
52
+
## Logs
53
+
54
+
Logs provide line-by-line visibility into the events occurring within your Cloudflare One deployment. If Analytics highlight a spike or an anomaly, logs help you trace and analyze what happened.
55
+
56
+
Use Logs when you need to:
57
+
58
+
- Investigate a specific event; for example, a user's failed authentication attempt when trying to log into a Cloudflare One application.
59
+
- Validate identity or device details; for example, confirming which user made the request, how they authenticated, and whether their device met required posture conditions.
60
+
- Confirm policy matches; for example, verifying which specific rule allowed, blocked, or challenged a user's request and why it was applied.
61
+
62
+
## Digital Experience Monitoring (DEX)
63
+
64
+
Digital Experience Monitoring (DEX) provides visibility into device, network, and application performance. While Analytics and Logs show what happened on the network, DEX measures and tests device and [network conditions](/cloudflare-one/insights/dex/tests/) to reveal the performance factors affecting a user's experience.
65
+
66
+
If a user notifies that “the connection isn't working” or “performance is slow,” DEX allows you to:
67
+
68
+
- Use [device monitoring] to check device health and endpoint connectivity.
69
+
- Test network health and application responsiveness with [synthetic tests].
70
+
- Identify whether problems originate from the device (such as [issues with the WARP client]()), the network, or Cloudflare.
0 commit comments