diff --git a/src/content/docs/magic-transit/analytics/network-analytics.mdx b/src/content/docs/magic-transit/analytics/network-analytics.mdx
index a0808d9898192f6..e806982a80eea01 100644
--- a/src/content/docs/magic-transit/analytics/network-analytics.mdx
+++ b/src/content/docs/magic-transit/analytics/network-analytics.mdx
@@ -15,15 +15,16 @@ import { GlossaryTooltip, Render } from "~/components"
-Start by inspecting information from the source and destination tunnel panels in Network Analytics to learn more about your data.
+Refer to [Network Analytics](/analytics/network-analytics/) documentation to learn more.
-Source/destination tunnel data in Network Analytics includes:
+## Network traffic data filters
-- A list of your top tunnels by traffic volume.
-- Source and destination IP addresses, ports, and protocols of tunnel traffic.
-- Samples of all GRE or IPsec tunnel traffic entering or leaving Cloudflare's network.
-- Mitigations applied (such as DDoS and Magic Firewall) to traffic entering Cloudflare.
+
-## Access Magic Tunnel analytics
+## Access Magic Tunnel traffic analytics
diff --git a/src/content/docs/magic-wan/analytics/network-analytics.mdx b/src/content/docs/magic-wan/analytics/network-analytics.mdx
index 972bc5bd0208014..0aba516e5a16eea 100644
--- a/src/content/docs/magic-wan/analytics/network-analytics.mdx
+++ b/src/content/docs/magic-wan/analytics/network-analytics.mdx
@@ -15,28 +15,16 @@ Magic WAN customers can view their real-time and historical network data in Netw
-To start using Network Analytics:
-
-1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
-2. Select **Analytics & Logs** > **Network Analytics**.
-3. You will have access to an overview of your Magic WAN network traffic data.
-
-Refer to [Network Analytics](/analytics/network-analytics/) to learn more.
+Refer to [Network Analytics](/analytics/network-analytics/) documentation to learn more.
## Network traffic data filters
-Customers can filter the data in Network Analytics on different packet characteristics including:
-
-- Source and destination IP address
-- Source and destination IP prefix
-- Source and destination port
-- Magic Tunnel (IPsec or GRE)
-- ASN
-- Protocol
-- Cloudflare mitigation system applied
-- TTL
-- TCP Flags
+
-## Magic Tunnel traffic analytics
+## Access Magic Tunnel traffic analytics
diff --git a/src/content/partials/networking-services/analytics/network-analytics.mdx b/src/content/partials/networking-services/analytics/network-analytics.mdx
index 11974a193b08905..91092ebf1c7eb0c 100644
--- a/src/content/partials/networking-services/analytics/network-analytics.mdx
+++ b/src/content/partials/networking-services/analytics/network-analytics.mdx
@@ -4,9 +4,10 @@
1. Go to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
2. Select **Analytics & Logs** > **Network Analytics**.
-3. In the **All Traffic** tab, scroll to **Top Insights** to access the **Source tunnel** and **Destination tunnel** panels. Here you can examine information from your top tunnels by traffic volume.
-4. You can also apply filters to adjust the scope of information displayed. Scroll to **All traffic** > **Add filter**.
-5. In the **New filter** popover, choose what type of data you want to display from the left dropdown menu, an operator from the middle dropdown menu, and an action from the right dropdown menu. For example:
+3. In the **All Traffic** tab, scroll to **Top Insights** to access network traffic filters. By default, the dashboard shows five items, but you can display up to 25 items at once. Select the drop-down menu to make your change.
+4. (Optional) Hover your mouse over one of the types of traffic. You can then choose to filter for that type of traffic, or exclude it from the results.
+5. You can also apply filters to adjust the scope of information displayed. Scroll to **All traffic** > **Add filter**.
+6. In the **New filter** popover, choose what type of data you want to display from the left dropdown menu, an operator from the middle dropdown menu, and an action from the right dropdown menu. For example:
```txt
| _equals_ |
diff --git a/src/content/partials/networking-services/analytics/network-traffic-filters.mdx b/src/content/partials/networking-services/analytics/network-traffic-filters.mdx
new file mode 100644
index 000000000000000..db9a17bb135c726
--- /dev/null
+++ b/src/content/partials/networking-services/analytics/network-traffic-filters.mdx
@@ -0,0 +1,46 @@
+---
+params:
+ - magicProduct?
+---
+
+import { Markdown, GlossaryTooltip } from "~/components";
+
+{ props.magicProduct === "Magic Transit" && (
+ <>
+
+ >
+ )
+}
+
+{ props.magicProduct === "Magic WAN" && (
+ <>
+
+ >
+ )
+}
+
+The complete list of filters includes:
+
+- A list of your top tunnels by traffic volume.
+- Traffic source and destination for type of traffic, on-ramps and off-ramps, IP addresses, and ports.
+- Destination IP ranges and ASNs.
+- Protocols and packet sizes.
+- Samples of all GRE or IPsec tunnel traffic entering or leaving Cloudflare's network.
+- Mitigations applied (such as DDoS and Magic Firewall) to traffic entering Cloudflare.
+
+Refer below to [Access Magic Tunnel traffic analytics](#access-magic-tunnel-traffic-analytics) to learn how to access these filters.