Skip to content

Commit 4689ceb

Browse files
cloud flow partial and content
1 parent 7882de0 commit 4689ceb

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

src/content/docs/magic-network-monitoring/cloud-flow-logs.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ sidebar:
88
text: Beta
99
---
1010

11-
Customers using Magic Network Monitoring can export virtual private cloud (VPC) flow logs from their cloud environment to Cloudflare's network. Cloudflare will then process these VPC flow logs and display analytics on your cloud traffic in the dashboard. Customers can also ingest data on their cloud traffic via our public GraphQL API which powers the cloud traffic analytics in the dashboard.
11+
import { Render } from "~/components";
1212

13-
Currently, Magic Network Monitoring only supports AWS VPC flow logs via AWS Firehose. AWS VPC flow logs can only be configured via Cloudflare's API for Magic Network Monitoring.
13+
<Render
14+
file="mnm/cloud-flow-logs"
15+
product="networking-services"
16+
params={{
17+
productName: "Magic Network Monitoring",
18+
vpcFlowLogURL: "/magic-network-monitoring/get-started/#vpc-flow-log-guide"
19+
}}
1420

15-
To learn how to set up this feature, refer to [VPC flow log guide (beta)](/magic-network-monitoring/get-started/#vpc-flow-log-guide).
21+
/>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
params:
3+
- productName
4+
- vpcFlowLogURL
5+
---
6+
7+
8+
Customers using {props.productName} can export virtual private cloud (VPC) flow logs from their cloud environment to Cloudflare's network. Cloudflare will then process these VPC flow logs and display analytics on your cloud traffic in the dashboard. Customers can also ingest data on their cloud traffic via our public GraphQL API which powers the cloud traffic analytics in the dashboard.
9+
10+
Currently, Magic Network Monitoring only supports AWS VPC flow logs via AWS Firehose. AWS VPC flow logs can only be configured via Cloudflare's API for Magic Network Monitoring.
11+
12+
To learn how to set up this feature, refer to <a href={props.vpcFlowLogURL}>AWS VPC flow log guide (beta)</a>.

0 commit comments

Comments
 (0)