Skip to content

Commit 5a42708

Browse files
[MWAN] Site analytics patch (#23420)
* added site analytics partial * added partial to sites * added partial to site analytics * imported correct component * refined format
1 parent ed92f10 commit 5a42708

File tree

3 files changed

+83
-69
lines changed

3 files changed

+83
-69
lines changed

src/content/docs/magic-wan/analytics/site-analytics.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ head:
99

1010
---
1111

12-
After adding sites to your Magic WAN, the Network overview (beta) section of the dashboard provides you a summary of the connectivity status and traffic analytics for all your sites. This is a great place to start if you receive a Magic WAN alert, need to begin the troubleshooting process, or are performing routine monitoring.
12+
import { Render } from "~/components"
1313

14-
Refer to [Set up a site](/magic-wan/configuration/common-settings/sites/) for more information.
14+
<Render
15+
file="analytics/site-analytics"
16+
product="networking-services"
17+
params={{
18+
instructions: "Refer to [Set up a site](/magic-wan/configuration/common-settings/sites/) for more information on how to set up a site."
19+
}}
20+
/>
1521

src/content/docs/magic-wan/configuration/common-settings/sites.mdx

Lines changed: 2 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
text: Beta
88
---
99

10-
import { Details } from "~/components"
10+
import { Render } from "~/components"
1111

1212
Sites represent the local network of a data center, office, or other physical location, and combine all on-ramps available there. Sites also allow you to check, at a glance, the state of your on-ramps and set up health alert settings so that you get notified when there are issues with the site's on-ramps.
1313

@@ -34,72 +34,7 @@ Your site is now set up. If you have other sites you need to set up, repeat the
3434

3535
## Site analytics
3636

37-
After adding your sites, the Network overview (beta) section of the dashboard provides a summary of the connectivity status and traffic analytics for all your sites. This is a great place to start if you receive a Magic WAN alert, need to begin the troubleshooting process, or are performing routine monitoring.
38-
39-
Network overview (beta) has the following data types available:
40-
41-
<Details header="Geographic map summary">
42-
- [Aggregate Magic WAN site health](#site-health)
43-
- [Magic WAN availability status for sites](#no-status-available)
44-
- [Magic WAN site geographic location](#no-location-set)
45-
</Details>
46-
47-
<Details header="Magic WAN site data table">
48-
- Site Name
49-
- Site Health
50-
- Site Tunnel Names
51-
- Site Tunnel Statuses
52-
- Site Traffic Sent
53-
- Site Traffic Received
54-
</Details>
55-
56-
<Details header="Magic WAN site data">
57-
- Traffic Sent by Tunnel
58-
- Traffic Received by Tunnel
59-
</Details>
60-
61-
To start using Magic WAN site analytics:
62-
63-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
64-
2. Select **Magic WAN** > **Network overview (beta)**.
65-
66-
You will have access to an overview map with all your active sites, and any alerts for sites that are unhealthy or have no status available to them.
67-
68-
Review the topics below to learn more about the options available to you.
69-
70-
### Network map and traffic overview
71-
72-
The network map section shows all the sites configured with Magic WAN. At a glance, you can check:
73-
74-
- How many active sites you have
75-
- Location for sites in a map (if you set up their geographic location)
76-
- Sites that are healthy or unhealthy
77-
- Sites that have no status available
78-
- Sites that have no location set
79-
80-
Just below the map, Traffic overview shows a more granular list of your sites and their status.
81-
82-
#### Site health
83-
84-
Sites can be healthy or unhealthy, and Magic WAN uses this information to route traffic. Refer to [Set thresholds for Magic WAN site health](#set-thresholds-for-magic-wan-site-health) to learn more about this topic.
85-
86-
#### No status available
87-
88-
The status of a site refers to its health. If your sites show a **No status available** message, this means you did not configure your alert settings when creating your site. Refer to [Configure Magic Tunnel health alerts](/magic-wan/configuration/common-settings/configure-magic-tunnel-alerts/) to learn how to create an alert for your site.
89-
90-
#### No location set
91-
92-
The dashboard shows you the number of sites with no location set, meaning sites for which you did not set up a geographic location. To add a location to a site, find the site you want to add location to, and select **no location set** to edit its location settings. Refer to [Set geographic coordinates](#set-geographic-coordinates) for more information.
93-
94-
95-
### Traffic overview
96-
97-
Traffic overview aggregates all Magic WAN sites configured in your account. Here, you can check at-a-glance information about each site like:
98-
99-
- Site status
100-
- Traffic sent and received
101-
102-
Select one of your sites to have access to a more detailed view of its traffic, including traffic by tunnel.
37+
<Render file="analytics/site-analytics" product="networking-services" params={{ instructions: "" }}/>
10338

10439
---
10540

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
params:
3+
- instructions?
4+
---
5+
6+
import { Details, Markdown } from "~/components"
7+
8+
After adding your sites, the Network overview (beta) section of the dashboard provides a summary of the connectivity status and traffic analytics for all your sites. This is a great place to start if you receive a Magic WAN alert, need to begin the troubleshooting process, or are performing routine monitoring. <Markdown text={props.instructions} />
9+
10+
Network overview (beta) has the following data types available:
11+
12+
<Details header="Geographic map summary">
13+
- [Aggregate Magic WAN site health](#site-health)
14+
- [Magic WAN availability status for sites](#no-status-available)
15+
- [Magic WAN site geographic location](#no-location-set)
16+
</Details>
17+
18+
<Details header="Magic WAN site data table">
19+
- Site Name
20+
- Site Health
21+
- Site Tunnel Names
22+
- Site Tunnel Statuses
23+
- Site Traffic Sent
24+
- Site Traffic Received
25+
</Details>
26+
27+
<Details header="Magic WAN site data">
28+
- Traffic Sent by Tunnel
29+
- Traffic Received by Tunnel
30+
</Details>
31+
32+
To start using Magic WAN site analytics:
33+
34+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
35+
2. Select **Magic WAN** > **Network overview (beta)**.
36+
37+
You will have access to an overview map with all your active sites, and any alerts for sites that are unhealthy or have no status available to them.
38+
39+
Review the topics below to learn more about the options available to you.
40+
41+
### Network map and traffic overview
42+
43+
The network map section shows all the sites configured with Magic WAN. At a glance, you can check:
44+
45+
- How many active sites you have
46+
- Location for sites in a map (if you set up their geographic location)
47+
- Sites that are healthy or unhealthy
48+
- Sites that have no status available
49+
- Sites that have no location set
50+
51+
Just below the map, Traffic overview shows a more granular list of your sites and their status.
52+
53+
#### Site health
54+
55+
Sites can be healthy or unhealthy, and Magic WAN uses this information to route traffic. Refer to [Set thresholds for Magic WAN site health](#set-thresholds-for-magic-wan-site-health) to learn more about this topic.
56+
57+
#### No status available
58+
59+
The status of a site refers to its health. If your sites show a **No status available** message, this means you did not configure your alert settings when creating your site. Refer to [Configure Magic Tunnel health alerts](/magic-wan/configuration/common-settings/configure-magic-tunnel-alerts/) to learn how to create an alert for your site.
60+
61+
#### No location set
62+
63+
The dashboard shows you the number of sites with no location set, meaning sites for which you did not set up a geographic location. To add a location to a site, find the site you want to add location to, and select **no location set** to edit its location settings. Refer to [Set geographic coordinates](#set-geographic-coordinates) for more information.
64+
65+
66+
### Traffic overview
67+
68+
Traffic overview aggregates all Magic WAN sites configured in your account. Here, you can check at-a-glance information about each site like:
69+
70+
- Site status
71+
- Traffic sent and received
72+
73+
Select one of your sites to have access to a more detailed view of its traffic, including traffic by tunnel.

0 commit comments

Comments
 (0)