Skip to content
Open
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
3 changes: 3 additions & 0 deletions public/__redirects
Original file line number Diff line number Diff line change
Expand Up @@ -2720,6 +2720,9 @@
/cloudflare-one/insights/logs/filter-views/ /cloudflare-one/insights/logs/logpush/network-firewall-log-filters/ 301
/cloudflare-one/remote-browser-isolation/canvas-rendering/ /cloudflare-one/remote-browser-isolation/canvas-remoting/ 301

# Security Center Get Started (redundant – content already exists at /security/security-insights/)
/security-center/get-started/ /security/security-insights/ 301

# ============================================================================
# DYNAMIC REDIRECTS
/agents/think/* /agents/harnesses/think/:splat 301
Expand Down
42 changes: 0 additions & 42 deletions src/content/docs/security-center/get-started.mdx

This file was deleted.

24 changes: 22 additions & 2 deletions src/content/docs/security/security-insights/how-it-works.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar:
order: 1
---

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

Cloudflare runs regular security scans on your account. These scans check your Cloudflare account settings, DNS record configurations, and product configurations — such as SSL/TLS, WAF, and Access — across all domains in your account.

Expand All @@ -32,4 +32,24 @@ For a full list of insight types and their descriptions, refer to [Security Insi

<Render file="scan-frequency" product="security-center" />

Eligible accounts (Business, Enterprise, or Teams plans) can also manually start a scan. Refer to [Get started](/security-center/get-started/) for instructions.
All accounts can also manually start a scan.

## Manage scans

Security Insights scans are enabled by default. The initial scan time depends on the number of IT assets in all the domains of your Cloudflare account. When the scan is complete, the status of the page will change from **Scan in Progress** to **Last scan performed on: `<DATE_TIME>`**.

### Disable scans

1. In the Cloudflare dashboard, go to the **Security Insights** page.

<DashButton url="/?to=/:account/security-center" />

2. Go to **Disable Security Center scans**, select **Disable scans**.

### Start a new scan

1. In the Cloudflare dashboard, go to the **Security Insights** page.

<DashButton url="/?to=/:account/security-center" />

2. Select **Scan now**.
Loading