You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* un list to markdown
* replaced with markdown
* html to markdown
* corrected asyde
* ul list to makdown
* ol to markdown
* ol to markdown
* extra space
* html to markdown
* html to markdown
* html to markdown
* indented content
* ol to markdown
* ol to markdown
* ol to markdown
* removed spaces
* ul to markdown
* ol to markdown
* ol to markdown
* ol to markdown
* ol to markdown
* ol to markdown
* removed prettier-ignore
* corrected link
* indented
* removed extra line
* ol to markdown
* added width
* refined code
* refined spaces
* refined spaces
{props.productName} customers can follow the troubleshooting steps listed below to gather information at the beginning of a troubleshooting process, then move to more detailed network data collection and analysis to identify the root cause of a problem.
14
14
15
15
16
16
{props.magicProduct==="Magic WAN"&& (
17
17
<>
18
-
<ul><li>Overview in <ahref="#magic-wan-site-analytics">Magic WAN Site Analytics</a></li></ul>
18
+
<Markdown
19
+
text={`
20
+
- Overview in [Magic WAN Site Analytics](#magic-wan-site-analytics)
21
+
`}
22
+
inline={false}
23
+
/>
19
24
</>
20
25
)
21
26
}
@@ -27,8 +32,14 @@ import { AnchorHeading } from "~/components";
27
32
{props.magicProduct==="Magic WAN"&& (
28
33
<>
29
34
<AnchorHeadingtitle="Magic WAN Site Analytics"depth={2} />
30
-
<p>Magic WAN Site Analytics provides an overview of the connectivity status and traffic analytics of all Magic WAN sites. This is a great place to start if you receive an alert, need to begin the Magic WAN troubleshooting process, or are performing routine monitoring.</p>
31
-
<p>Refer to <ahref="/magic-wan/analytics/site-analytics/">Magic WAN Site Analytics</a> to learn more.</p>
35
+
<Markdown
36
+
text={`
37
+
Magic WAN Site Analytics provides an overview of the connectivity status and traffic analytics of all Magic WAN sites. This is a great place to start if you receive an alert, need to begin the Magic WAN troubleshooting process, or are performing routine monitoring.
38
+
39
+
Refer to [Magic WAN Site Analytics](/magic-wan/analytics/site-analytics/) to learn more.
40
+
`}
41
+
inline={false}
42
+
/>
32
43
</>
33
44
)
34
45
}
@@ -55,15 +66,5 @@ Refer to [packet captures](/magic-firewall/packet-captures/) to learn more.
55
66
56
67
GraphQL Analytics provides customers with a GraphQL API that they can query to receive raw JSON data of their Magic WAN traffic analytics. This data can be ingested into a SIEM or other tool and analyzed further.
<p><em>In the graph above, Applications 1 and 2 are configured to bypass Cloudflare's security filtering, and go straight to the Internet</em></p>
43
-
<Asidetype="note"header="A note on security">
44
-
<p>We recommend <ahref="https://www.cloudflare.com/learning/network-layer/what-is-routing/"target="_blank"rel="noopener noreferrer">routing</a> all traffic through our global network for comprehensive security filtering and access controls. However, there may be specific cases where you want a subset of traffic to bypass Cloudflare's security filtering and route it directly to the Internet. You can scope this breakout traffic to specific applications from the Cloudflare dashboard.</p>
45
-
<p>Refer to <ahref="/magic-wan/reference/traffic-steering/">Traffic steering</a> to learn how Cloudflare routes traffic.</p>
43
+
<Asidetype="note"title="A note on security">
44
+
<Markdown
45
+
text={`
46
+
We recommend [routing](https://www.cloudflare.com/learning/network-layer/what-is-routing/) all traffic through our global network for comprehensive security filtering and access controls. However, there may be specific cases where you want a subset of traffic to bypass Cloudflare's security filtering and route it directly to the Internet. You can scope this breakout traffic to specific applications from the Cloudflare dashboard.
47
+
48
+
Refer to [Traffic steering](/magic-wan/reference/traffic-steering/) to learn how Cloudflare routes traffic.
0 commit comments