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 @@ -11,9 +11,9 @@ import { Render } from "~/components";
file="tunnel-health/check-tunnel-healthchecks-dash"
product="networking-services"
params={{
dashInfo:
"The dashboard shows the global view of tunnel health as measured from all Cloudflare locations.",
dashInfo: "The dashboard shows the global view of tunnel health as measured from all Cloudflare locations.",
productPath: "**Magic Transit** > **Tunnel health**",
graphQL: "/magic-transit/analytics/query-tunnel-health/"
}}
/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import { Render } from "~/components";
file="tunnel-health/check-tunnel-healthchecks-dash"
product="networking-services"
params={{
dashInfo:
"The dashboard shows the view of tunnel health as measured from each Cloudflare location where your traffic is likely to land.",
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/"
}}
/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ end
file="tunnel-health/check-tunnel-healthchecks-dash"
product="networking-services"
params={{
dashInfo:
"The dashboard shows the view of tunnel health as measured from each Cloudflare location where your traffic is likely to land.",
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/"
}}
/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ Health checks might take some time to stabilize after the configuration is chang
file="tunnel-health/check-tunnel-healthchecks-dash"
product="networking-services"
params={{
dashInfo:
"The dashboard shows the view of tunnel health as measured from each Cloudflare location where your traffic is likely to land.",
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/"
}}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ system gre route add net <IP_ADDRESS> tunnelname <TUNNEL_NAME>
file="tunnel-health/check-tunnel-healthchecks-dash"
product="networking-services"
params={{
dashInfo:
"The dashboard shows the view of tunnel health as measured from each Cloudflare location where your traffic is likely to land.",
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/"
}}
/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
params:
- dashInfo
- productPath
- graphQL
---

import { GlossaryTooltip, Markdown } from "~/components";
Expand All @@ -10,6 +11,10 @@ The Cloudflare dashboard monitors the health of all <GlossaryTooltip term="anyca

{props.dashInfo} If the tunnels are healthy on your side, you will see the majority of servers reporting an **up** status. It is normal for a subset of these locations to show tunnel status as degraded or unhealthy, since the Internet is not homogeneous and intermediary path issues between Cloudflare and your network can cause interruptions for specific paths.

:::note
To access more than one hour of tunnel health data, you should use the <a href={props.graphQL}>GraphQL API</a>.
:::

Not all data centers will be relevant to you at all times. You can refer to the **Average ingress traffic (last hour)** column to understand if a given data center is receiving traffic for your network, and if its health status is relevant to you.

To check for anycast tunnel health:
Expand Down