diff --git a/src/content/docs/cloudflare-one/insights/dex/tests/view-results.mdx b/src/content/docs/cloudflare-one/insights/dex/tests/view-results.mdx
index 3803351db55cb9e..ac48343beadc2ab 100644
--- a/src/content/docs/cloudflare-one/insights/dex/tests/view-results.mdx
+++ b/src/content/docs/cloudflare-one/insights/dex/tests/view-results.mdx
@@ -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
@@ -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.
\ No newline at end of file
diff --git a/src/content/docs/cloudflare-one/insights/logs/index.mdx b/src/content/docs/cloudflare-one/insights/logs/index.mdx
index de85827076c03c0..390245ad7e52078 100644
--- a/src/content/docs/cloudflare-one/insights/logs/index.mdx
+++ b/src/content/docs/cloudflare-one/insights/logs/index.mdx
@@ -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 days1 | 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 days1 |
+| **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 |
1 Enterprise users on per query plans cannot store DNS logs via Cloudflare.
You can still export logs via [Logpush](/cloudflare-one/insights/logs/logpush/).