|
5 | 5 | order: 3 |
6 | 6 | --- |
7 | 7 |
|
8 | | -import { Details, GlossaryTooltip, TabItem, Tabs } from "~/components"; |
| 8 | +import { Details, GlossaryTooltip, TabItem, Tabs, DashButton } from "~/components"; |
9 | 9 |
|
10 | 10 | After a <GlossaryTooltip term="data packet">packet</GlossaryTooltip> capture is requested and the capture is collected, the output is contained within one or more files in PCAP file format. Before starting a `full` type packet capture, you must first follow instructions for [configuring a bucket](/magic-firewall/packet-captures/pcaps-bucket-setup/). |
11 | 11 |
|
@@ -38,12 +38,16 @@ For help determining which data center to select for a packet capture, visit [ht |
38 | 38 |
|
39 | 39 | <Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard"> |
40 | 40 |
|
41 | | -1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/login), and select you account. |
42 | | -2. Select **Magic Transit** or **Magic WAN**. |
43 | | -3. In **Captures**, select **Start a capture**. |
44 | | -4. Select the **Captures** tab > **Start a capture**. |
45 | | -5. Choose the type of capture you want to perform, and select **Next**. |
46 | | -6. Fill out the required fields to begin the capture and then select **Start**. |
| 41 | +1. In the Cloudflare dashboard, go to the **Packet captures** page in Magic Transit or Magic WAN. |
| 42 | + |
| 43 | + To set up a packet capture in Magic Transit: <DashButton url="/?to=/:account/magic-transit/packet-captures/captures" /> |
| 44 | + |
| 45 | + To set up a packet capture in Magic WAN: <DashButton url="/?to=/:account/magic-wan/packet-captures/captures" /> |
| 46 | + |
| 47 | +2. In **Captures**, select **Start a capture**. |
| 48 | +3. Select the **Captures** tab > **Start a capture**. |
| 49 | +4. Choose the type of capture you want to perform, and select **Next**. |
| 50 | +5. Fill out the required fields to begin the capture and then select **Start**. |
47 | 51 |
|
48 | 52 | The main **Packet captures** page displays a list of captures. |
49 | 53 |
|
@@ -163,10 +167,13 @@ The response is a JSON body that contains the details of the job running to buil |
163 | 167 |
|
164 | 168 | <Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard"> |
165 | 169 |
|
166 | | -1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/login), and select you account. |
167 | | -2. Select **Magic Transit** or **Magic WAN**. |
168 | | -3. In **Packet captures**, select **Start a capture**. |
169 | | -4. Select the **Captures** tab. |
| 170 | +1. In the Cloudflare dashboard, go to the **Packet captures** page in Magic Transit or Magic WAN. |
| 171 | + |
| 172 | + To set up a packet capture in Magic Transit: <DashButton url="/?to=/:account/magic-transit/packet-captures/captures" /> |
| 173 | + |
| 174 | + To set up a packet capture in Magic WAN: <DashButton url="/?to=/:account/magic-wan/packet-captures/captures" /> |
| 175 | +2. In **Packet captures**, select **Start a capture**. |
| 176 | +3. Select the **Captures** tab. |
170 | 177 |
|
171 | 178 | </TabItem> <TabItem label="API"> |
172 | 179 |
|
@@ -218,11 +225,14 @@ After your request finishes processing, you can download your packet captures. |
218 | 225 |
|
219 | 226 | <Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard"> |
220 | 227 |
|
221 | | -1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/login), and select you account. |
222 | | -2. Select **Magic Transit** or **Magic WAN**. |
223 | | -3. In **Packet captures**, select **Start a capture**. |
224 | | -4. Select the **Captures** tab. |
225 | | -5. Locate your packet capture you want to download, and select **Download**. |
| 228 | +1. In the Cloudflare dashboard, go to the **Packet captures** page in Magic Transit or Magic WAN. |
| 229 | + |
| 230 | + To set up a packet capture in Magic Transit: <DashButton url="/?to=/:account/magic-transit/packet-captures/captures" /> |
| 231 | + |
| 232 | + To set up a packet capture in Magic WAN: <DashButton url="/?to=/:account/magic-wan/packet-captures/captures" /> |
| 233 | +2. In **Packet captures**, select **Start a capture**. |
| 234 | +3. Select the **Captures** tab. |
| 235 | +4. Locate your packet capture you want to download, and select **Download**. |
226 | 236 |
|
227 | 237 | Packet captures are available to download when the **Status** displays **Success**. |
228 | 238 |
|
@@ -251,10 +261,13 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/pcaps/{pcap_id}/ |
251 | 261 |
|
252 | 262 | <Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard"> |
253 | 263 |
|
254 | | -1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/login), and select you account. |
255 | | -2. Select **Magic Transit** or **Magic WAN**. |
256 | | -3. In **Packet captures**, select **Start a capture**. |
257 | | -4. Select the **Captures** tab. |
| 264 | +1. In the Cloudflare dashboard, go to the **Packet captures** page in Magic Transit or Magic WAN. |
| 265 | + |
| 266 | + To set up a packet capture in Magic Transit: <DashButton url="/?to=/:account/magic-transit/packet-captures/captures" /> |
| 267 | + |
| 268 | + To set up a packet capture in Magic WAN: <DashButton url="/?to=/:account/magic-wan/packet-captures/captures" /> |
| 269 | +2. In **Packet captures**, select **Start a capture**. |
| 270 | +3. Select the **Captures** tab. |
258 | 271 |
|
259 | 272 | The list of packet captures associated with your account displays. |
260 | 273 |
|
|
0 commit comments