Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar:

---

You can use the results of a DEX test to monitor availability and performance for a specific application.
You can use the results of a DEX test to monitor availability and performance for a specific application. DEX will store test results according to our [log retention policy](/cloudflare-one/insights/logs/#log-retention).

## Prerequisites

Expand All @@ -28,14 +28,4 @@ To view analytics on a per-device level:
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **My Team** > **Devices**.
2. Select the device you want to view, and then select **View details**.
3. Select the **Tests** tab.
4. Select a test to view detailed results.

## Data retention

DEX stores test results for the following amount of time:

| Zero Trust plan | Duration |
| --------------- | -------- |
| **Free** | 24 hours |
| **Standard** | 7 days |
| **Enterprise** | 7 days |
4. Select a test to view detailed results.
19 changes: 10 additions & 9 deletions src/content/docs/cloudflare-one/insights/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ Review detailed logs for your Zero Trust organization.

## Log retention

Cloudflare Zero Trust logs are stored for a varying period of time based on the service used:

| Zero Trust plan | Admin logs | Access logs | DNS logs | Network logs | HTTP logs |
| --------------- | ---------- | ----------- | ---------------------------------------------- | ------------ | --------- |
| **Free** | 24 hours | 24 hours | 24 hours | 24 hours | 24 hours |
| **Standard** | 30 days | 30 days | 30 days | 30 days | 30 days |
| **Access** | 30 days | 30 days | 24 hours | 24 hours | 24 hours |
| **Gateway** | 30 days | 24 hours | 30 days | 30 days | 30 days |
| **Enterprise** | 180 days | 180 days | 180 days<sup><a href="#footnote-1">1</a></sup> | 30 days | 30 days |
Cloudflare Zero Trust logs are stored for a varying period of time based on the service used and plan type:

| | Free | Standard | Access | Gateway | Enterprise |
| ----| ------ | ------ | ------ | ------ | -------- |
| **Admin logs** | 24 hours | 30 days | 30 days | 30 days | 30 days | 180 days |
| **Access logs** | 24 hours | 30 days | 30 days | 24 hours | 180 days |
| **DNS logs** | 24 hours | 30 days | 24 hours | 30 days | 180 days<sup><a href="#footnote-1">1</a></sup> |
| **Network logs** | 24 hours | 30 days | 24 hours | 30 days | 30 days |
| **HTTP logs** | 24 hours | 30 days | 24 hours | 30 days | 30 days |
| **DEX logs** | 7 days | 7 days | 7 days | 7 days | 7 days |

<a name="footnote-1"><sup>1</sup></a> Enterprise users on per query plans cannot store DNS logs via Cloudflare.
You can still export logs via [Logpush](/cloudflare-one/insights/logs/logpush/).
Expand Down
Loading