Skip to content

Commit 34f34ee

Browse files
committed
dex partials
1 parent 877e509 commit 34f34ee

File tree

4 files changed

+57
-35
lines changed

4 files changed

+57
-35
lines changed

src/content/docs/cloudflare-one/insights/dex/remote-captures.mdx

Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,15 @@ sidebar:
55
order: 5
66
---
77

8-
import { Details } from "~/components";
8+
import { Details, Render } from "~/components";
99

10-
<Details header="Feature availability">
11-
12-
| [WARP modes](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/) | [Zero Trust plans](https://www.cloudflare.com/teams-pricing/) |
13-
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
14-
| <ul> <li> Gateway with WARP </li> <li> Secure Web Gateway without DNS Filtering </li> </ul> | All plans |
15-
16-
| System | Availability | Minimum WARP version |
17-
| -------- | ------------ | -------------------- |
18-
| Windows || 2024.12.492.0 |
19-
| macOS || 2024.12.492.0 |
20-
| Linux || 2024.12.492.0 |
21-
| iOS || |
22-
| Android || |
23-
| ChromeOS || |
24-
25-
</Details>
10+
<Render file="dex/pcaps-run-availability" product="cloudflare-one" />
2611

2712
Remote captures allow administrators to collect packet captures (PCAPs) and WARP diagnostic logs directly from end user devices. This data can be used to troubleshoot network problems, investigate security incidents, and identify performance bottlenecks.
2813

2914
## Start a remote capture
3015

31-
To capture data from a remote device:
32-
33-
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **DEX** > **Remote captures**.
34-
2. Select up to 10 devices that you want to run a capture on. Devices must be [registered](/cloudflare-one/connections/connect-devices/warp/deployment/) in your Zero Trust organization.
35-
3. Configure the types of captures to run.
36-
- **PCAP**: Performs packet captures for traffic outside of the WARP tunnel (default network interface) and traffic inside of the WARP tunnel ([WARP virtual interface](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/#ip-traffic)).
37-
- **WARP Diagnostics Logs**: Generates a [WARP diagnostic log](/cloudflare-one/connections/connect-devices/warp/troubleshooting/warp-logs/#warp-diag-logs) of the past 96 hours. To include a routing test for all IPs and domains in your [Split Tunnel configuration](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/), select **Test all routes**.
38-
:::note
39-
**Test all routes** will extend the time for diagnostics to run and may temporarily impact device performance during the test.
40-
:::
41-
4. Select **Start a capture**.
42-
43-
DEX will now send capture requests to the configured devices. If the WARP client is disconnected, the capture will time out after 10 minutes.
16+
<Render file="dex/pcaps-run" product="cloudflare-one" />
4417

4518
## Check remote capture status
4619

@@ -53,11 +26,7 @@ To view a list of captures, go to **DEX** > **Remote captures**. The **Status**
5326

5427
## Download remote captures
5528

56-
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **DEX** > **Remote captures**.
57-
2. Find a successful capture.
58-
3. Select the three-dot menu and select **Download**.
59-
60-
This will download a ZIP file to your local machine called `<capture-id>.zip`. DEX will store capture data according to our [log retention policy](/cloudflare-one/insights/logs/#log-retention).
29+
<Render file="dex/pcaps-download" product="cloudflare-one" />
6130

6231
### Device PCAP contents
6332

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
{}
3+
---
4+
5+
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **DEX** > **Remote captures**.
6+
2. Find a successful capture.
7+
3. Select the three-dot menu and select **Download**.
8+
9+
This will download a ZIP file to your local machine called `<capture-id>.zip`. DEX will store capture data according to our [log retention policy](/cloudflare-one/insights/logs/#log-retention).
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
{}
3+
---
4+
5+
import { Details } from "~/components";
6+
7+
<Details header="Feature availability">
8+
9+
| [WARP modes](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/) | [Zero Trust plans](https://www.cloudflare.com/teams-pricing/) |
10+
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
11+
| <ul> <li> Gateway with WARP </li> <li> Secure Web Gateway without DNS Filtering </li> </ul> | All plans |
12+
13+
| System | Availability | Minimum WARP version |
14+
| -------- | ------------ | -------------------- |
15+
| Windows || 2024.12.492.0 |
16+
| macOS || 2024.12.492.0 |
17+
| Linux || 2024.12.492.0 |
18+
| iOS || |
19+
| Android || |
20+
| ChromeOS || |
21+
22+
</Details>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
inputParameters: bestPractice
3+
---
4+
5+
import { Render } from "~/components";
6+
7+
Devices must be actively connected to the Internet for remote captures to run.
8+
9+
To capture data from a remote device:
10+
11+
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **DEX** > **Remote captures**.
12+
2. Select up to 10 devices that you want to run a capture on. Devices must be [registered](/cloudflare-one/connections/connect-devices/warp/deployment/) in your Zero Trust organization.
13+
3. Configure the types of captures to run.
14+
- **Packet captures (PCAP)**: Performs packet captures for traffic outside of the WARP tunnel (default network interface) and traffic inside of the WARP tunnel ([WARP virtual interface](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/warp-architecture/#ip-traffic)).
15+
- **WARP Diagnostics Logs**: Generates a [WARP diagnostic log](/cloudflare-one/connections/connect-devices/warp/troubleshooting/warp-logs/#warp-diag-logs) of the past 96 hours. To include a routing test for all IPs and domains in your [Split Tunnel configuration](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/), select **Test all routes**.
16+
:::note
17+
**Test all routes** will extend the time for diagnostics to run and may temporarily impact device performance during the test.
18+
:::
19+
{props.bestPractice}
20+
4. Select **Run diagnostics**.
21+
22+
DEX will now send capture requests to the configured devices. If the WARP client is disconnected, the capture will time out after 10 minutes.

0 commit comments

Comments
 (0)