diff --git a/src/content/docs/magic-transit/network-health/check-tunnel-health-dashboard.mdx b/src/content/docs/magic-transit/network-health/check-tunnel-health-dashboard.mdx index d7dc0788ab0518..9e4876d8c8026e 100644 --- a/src/content/docs/magic-transit/network-health/check-tunnel-health-dashboard.mdx +++ b/src/content/docs/magic-transit/network-health/check-tunnel-health-dashboard.mdx @@ -14,7 +14,9 @@ import { Render } from "~/components"; dashInfo: "The dashboard shows the global view of tunnel health as measured from all Cloudflare locations.", productPath: "**Magic Transit** > **Network health**", graphQL: "/magic-transit/analytics/query-tunnel-health/", - notificationsPath: "[notifications wizard](/magic-transit/network-health/configure-magic-tunnel-health-alerts/)" + notificationsPath: "[notifications wizard](/magic-transit/network-health/configure-magic-tunnel-health-alerts/)", + packetCaptures: "/magic-firewall/packet-captures/", + networkAnalytics: "/magic-transit/analytics/network-analytics/" }} /> diff --git a/src/content/docs/magic-wan/configuration/common-settings/check-tunnel-health-dashboard.mdx b/src/content/docs/magic-wan/configuration/common-settings/check-tunnel-health-dashboard.mdx index edbbdfbb77430c..d5c63e017ac098 100644 --- a/src/content/docs/magic-wan/configuration/common-settings/check-tunnel-health-dashboard.mdx +++ b/src/content/docs/magic-wan/configuration/common-settings/check-tunnel-health-dashboard.mdx @@ -17,6 +17,8 @@ import { Render } from "~/components"; graphQL: "/magic-wan/analytics/query-tunnel-health/", notificationsPath: "[notifications wizard](/magic-wan/configuration/common-settings/configure-magic-tunnel-health-alerts/)", + packetCaptures: "/magic-firewall/packet-captures/", + networkAnalytics: "/magic-wan/analytics/network-analytics/" }} /> diff --git a/src/content/docs/magic-wan/configuration/manually/third-party/fortinet.mdx b/src/content/docs/magic-wan/configuration/manually/third-party/fortinet.mdx index e3e3526eddd414..e31218cebe8d47 100644 --- a/src/content/docs/magic-wan/configuration/manually/third-party/fortinet.mdx +++ b/src/content/docs/magic-wan/configuration/manually/third-party/fortinet.mdx @@ -440,7 +440,9 @@ end dashInfo: "The dashboard shows the view of tunnel health as measured from each Cloudflare location where your traffic is likely to land.", productPath: "**Magic WAN** > **Tunnel health**", graphQL: "/magic-wan/analytics/query-tunnel-health/", - notificationsPath: "[notifications wizard](/magic-wan/configuration/common-settings/configure-magic-tunnel-health-alerts/)" + notificationsPath: "[notifications wizard](/magic-wan/configuration/common-settings/configure-magic-tunnel-health-alerts/)", + packetCaptures: "/magic-firewall/packet-captures/", + networkAnalytics: "/magic-wan/analytics/network-analytics/" }} /> diff --git a/src/content/docs/magic-wan/configuration/manually/third-party/sonicwall.mdx b/src/content/docs/magic-wan/configuration/manually/third-party/sonicwall.mdx index f3ad5da298ced8..32c0c54119b2cf 100644 --- a/src/content/docs/magic-wan/configuration/manually/third-party/sonicwall.mdx +++ b/src/content/docs/magic-wan/configuration/manually/third-party/sonicwall.mdx @@ -206,6 +206,8 @@ Health checks might take some time to stabilize after the configuration is chang dashInfo: "The dashboard shows the view of tunnel health as measured from each Cloudflare location where your traffic is likely to land.", productPath: "**Magic WAN** > **Tunnel health**", graphQL: "/magic-wan/analytics/query-tunnel-health/", - notificationsPath: "[notifications wizard](/magic-wan/configuration/common-settings/configure-magic-tunnel-health-alerts/)" + notificationsPath: "[notifications wizard](/magic-wan/configuration/common-settings/configure-magic-tunnel-health-alerts/)", + packetCaptures: "/magic-firewall/packet-captures/", + networkAnalytics: "/magic-wan/analytics/network-analytics/" }} /> diff --git a/src/content/docs/magic-wan/configuration/manually/third-party/sophos-firewall.mdx b/src/content/docs/magic-wan/configuration/manually/third-party/sophos-firewall.mdx index 262f8da770d579..2ffb5a7b512cf5 100644 --- a/src/content/docs/magic-wan/configuration/manually/third-party/sophos-firewall.mdx +++ b/src/content/docs/magic-wan/configuration/manually/third-party/sophos-firewall.mdx @@ -191,7 +191,9 @@ system gre route add net tunnelname dashInfo: "The dashboard shows the view of tunnel health as measured from each Cloudflare location where your traffic is likely to land.", productPath: "**Magic WAN** > **Tunnel health**", graphQL: "/magic-wan/analytics/query-tunnel-health/", - notificationsPath: "[notifications wizard](/magic-wan/configuration/common-settings/configure-magic-tunnel-health-alerts/)" + notificationsPath: "[notifications wizard](/magic-wan/configuration/common-settings/configure-magic-tunnel-health-alerts/)", + packetCaptures: "/magic-firewall/packet-captures/", + networkAnalytics: "/magic-wan/analytics/network-analytics/" }} /> diff --git a/src/content/partials/networking-services/tunnel-health/check-tunnel-healthchecks-dash.mdx b/src/content/partials/networking-services/tunnel-health/check-tunnel-healthchecks-dash.mdx index 2ba8719563f2f1..5799a5954beedf 100644 --- a/src/content/partials/networking-services/tunnel-health/check-tunnel-healthchecks-dash.mdx +++ b/src/content/partials/networking-services/tunnel-health/check-tunnel-healthchecks-dash.mdx @@ -4,6 +4,8 @@ params: - productPath - graphQL - notificationsPath + - packetCaptures + - networkAnalytics --- import { GlossaryTooltip, Markdown, Tabs, TabItem } from "~/components"; @@ -42,4 +44,23 @@ To check for anycast tunnel health: - **Network Analytics**: This will send you to the Analytics section of the dash, prefiltered with the tunnel you want to inspect. 5. Alternatively, from the list of tunnels, select the tunnel you want to inspect to access details about it. - \ No newline at end of file + + +## Check tunnel health for a specific tunnel + +Beyond having a wide view into all connections, you can drill down into a specific tunnel to check its health status and other information. Refer to the blue note above to learn how to access the new dashboard experience, and: + +1. Go to . +2. Find and select the tunnel you wish to inspect. + +The next screen shows you detailed information about the tunnel, including: +- Status information + - Up: More than 80% of health checks are passing. + - Degraded: More than 40% of health checks are passing. + - Down: Less than 40% of health checks are passing. +- Health checks passed in the last hour +- Traffic volume in the last hour + +If you select the three dots in front of the tunnel you want to inspect, you have access to the following tools: +- Packet captures: Collect packet level data for you traffic +- Network Analytics: Leverage real-time visibility into network analytics.