Skip to content

Commit eaa2b84

Browse files
[CF1] how to use DEX, analytics and logs together
1 parent ad91c85 commit eaa2b84

File tree

2 files changed

+64
-4
lines changed

2 files changed

+64
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ sidebar:
99

1010
import { DirectoryListing, Render } from "~/components";
1111

12-
[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.
1313

1414
<DirectoryListing />

src/content/docs/cloudflare-one/insights/index.mdx

Lines changed: 63 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,72 @@ pcx_content_type: navigation
33
title: Insights
44
sidebar:
55
order: 4
6-
group:
7-
hideIndex: true
86
---
97

108
import { DirectoryListing } from "~/components";
119

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.
71+
72+
## Directory
1373

1474
<DirectoryListing />

0 commit comments

Comments
 (0)