Skip to content
Closed
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 @@ -2,6 +2,7 @@
params:
- dashInfo
- productPath
- graphQL
---

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

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.

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

To check for anycast tunnel health:

1. Go to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account.
2. Go to <Markdown text={props.productPath} />.
3. In **Cloudflare colos**, you can choose one or more Cloudflare data centers to filter out the traffic that shows up in your anycast tunnels. For example, if you chose the Lisbon data center, your anycast tunnels would only show connections to that data center.
4. Below, you have a list of all your anycast tunnels, as well as their current health status. Find the tunnel you wish to inspect and select the arrow (**>**) before it to open its details.
5. The details pane shows the connection status between different Cloudflare servers and your tunnel. Select **Traceroute for details** in one of the Cloudflare servers shown to check for issues between Cloudflare and your origin network.
5. The details pane shows the connection status between different Cloudflare servers and your tunnel. Select **Traceroute for details** in one of the Cloudflare servers shown to check for issues between Cloudflare and your origin network.
Loading