Skip to content
Merged
Changes from 2 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
4 changes: 4 additions & 0 deletions src/content/docs/magic-firewall/packet-captures/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import { DirectoryListing } from "~/components"

Cloudflare supports two types of packet captures: full and sample. Full packet captures is the default behavior.

:::note
The maximum packet capture runtime has increased from five minutes to 24 hours for sample and full packet captures.
:::

## Sample packet captures

Sample packet captures collects historical data on network traffic that has already passed through Cloudflare's network. It will not collect any new traffic sent to Cloudflare's network after the packet capture has started. All sample packet captures will complete immediately after they are started because they query historical traffic data.
Expand Down
Loading