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 @@ -10,4 +10,4 @@ head:

import { Render } from "~/components";

<Render file="mconn/network-options/app-aware-policies/netflow" product="networking-services" />
<Render file="mconn/network-options/app-aware-policies/netflow" product="networking-services" params={{ breakoutTrafficURL: "/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/application-based-policies/breakout-traffic/" }} />
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ head:

import { Render } from "~/components";

<Render file="mconn/network-options/app-aware-policies/netflow" product="networking-services" />
<Render file="mconn/network-options/app-aware-policies/netflow" product="networking-services" params={{ breakoutTrafficURL: "/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic/" }} />
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
{}
params:
- breakoutTrafficURL?
---

import { CURL, Render } from "~/components";

## NetFlow exports from Magic WAN Connector to Magic Network Monitoring

You can configure your Magic WAN Connector to export Netflow statistics for local breakout traffic to [Magic Network Monitoring](/magic-network-monitoring). This provides visibility into traffic that leaves your site directly, bypassing the Cloudflare network.
{/* only renders the link on the analytics > Netflow statistics page */}
You can configure your Magic WAN Connector to export Netflow statistics for {props.breakoutTrafficURL ? <a href={props.breakoutTrafficURL}>local breakout traffic</a> : <>local breakout traffic</>} to <a href="/magic-network-monitoring">Magic Network Monitoring</a>. This provides visibility into traffic that leaves your site directly, bypassing the Cloudflare network.

The Magic WAN Connector appliance uses NetFlow v9 to export flow data for breakout traffic only. You can enable and configure this export by setting the Netflow configuration for the associated site via the Cloudflare API.

Expand Down
Loading