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
44 changes: 22 additions & 22 deletions src/content/docs/cloudflare-one/account-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ This page lists the default account limits for rules, applications, fields, and

## Access

| Feature | Limit |
| --------------------------- | ----- |
| Applications count | 500 |
| Audit Logpush jobs | 5 |
| Email addresses per rule | 1,000 |
| Group count | 300 |
| Group size | 1,000 |
| IP addresses per rule | 1,000 |
| mTLS root certificates | 50 |
| Service tokens count | 50 |
| IdP count | 50 |
| Rules count per application | 1,000 |
| Rules count per group | 1,000 |
| Domains per application | 5 |
| Infrastructure targets | 5,000 |
| Feature | Limit |
| --------------------------- | ----- |
| Applications count | 500 |
| Audit Logpush jobs | 5 |
| Email addresses per rule | 1,000 |
| Group count | 300 |
| Group size | 1,000 |
| IP addresses per rule | 1,000 |
| mTLS root certificates | 50 |
| Service tokens count | 50 |
| IdP count | 50 |
| Rules count per application | 1,000 |
| Rules count per group | 1,000 |
| Domains per application | 5 |
| Infrastructure targets | 5,000 |

## Gateway

Expand Down Expand Up @@ -62,14 +62,14 @@ This page lists the default account limits for rules, applications, fields, and
| IP routes per account | 1,000 |
| Active `cloudflared` replicas per tunnel | 25 |

## Digital Experience Monitoring
## Digital Experience Monitoring (DEX)

| Feature | Limit |
| --------------------------------------------- | ----- |
| Tests per account | 10 |
| Remote captures per day (Free users) | 100 |
| Remote captures per day (Pay-as-you-go users) | 200 |
| Remote captures per day (Enterprise users) | 800 |
| Feature | Limit |
| --------------------------------------------- | ----------------------------------------------------------------- |
| Tests per account | Free Plan: 10, <br/>Pro & Business Plans: 30, <br/>Enterprise: 50 |
| Remote captures per day (Free users) | 100 |
| Remote captures per day (Pay-as-you-go users) | 200 |
| Remote captures per day (Enterprise users) | 800 |

## Certificates

Expand Down
5 changes: 2 additions & 3 deletions src/content/docs/cloudflare-one/insights/dex/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ pcx_content_type: navigation
title: Digital Experience Monitoring
sidebar:
order: 2

---

import { DirectoryListing } from "~/components"
import { DirectoryListing } from "~/components";

Digital Experience Monitoring provides visibility into device, network, and application performance across your Zero Trust organization. This information enables you to understand the state of your WARP client deployment and quickly resolve issues impacting end-user productivity.
Digital Experience Monitoring (DEX) provides visibility into device, network, and application performance across your Zero Trust organization. This information enables you to understand the state of your WARP client deployment and quickly resolve issues impacting end-user productivity.

<DirectoryListing />
Loading