You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Security analytics shows information about all incoming HTTP requests or only about requests mitigated by Cloudflare.
12
+
Security Analytics shows information about all incoming HTTP requests or only about requests mitigated by Cloudflare.
13
13
14
-
Use Security analytics as your starting point to understand and analyze traffic patterns, and to create security rules based on the filters you applied.
14
+
Use Security Analytics as your starting point to understand and analyze traffic patterns, and to create security rules based on the filters you applied.
15
15
16
-
By default, Security Analytics queries filter on `requestSource = 'eyeball'`, which represents requests from end users. Note that requests from Cloudflare Workers (subrequests) are not visible in Security Analytics.
16
+
To access Security Analytics in the new security dashboard, go to the **Analytics** page.
17
17
18
-
Security analytics is available in **Security** > **Analytics**.
By default, Security Analytics queries filter on `requestSource = 'eyeball'`, which represents requests from end users. Note that requests from Cloudflare Workers (subrequests) are not visible in Security Analytics.
27
+
26
28
## Traffic
27
29
28
30
The **Traffic** tab displays information about all incoming HTTP requests for your domain, including requests not handled by Cloudflare security products.
Copy file name to clipboardExpand all lines: src/content/docs/security/index.mdx
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ import {
16
16
LinkTitleCard,
17
17
RelatedProduct,
18
18
Stream,
19
+
DashButton,
19
20
} from"~/components";
20
21
21
-
22
22
The application security dashboard is your starting point to better understand the security posture of your web applications, and to configure rules to protect them.
Copy file name to clipboardExpand all lines: src/content/docs/security/overview.mdx
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,17 @@ sidebar:
5
5
order: 2
6
6
---
7
7
8
+
import { DashButton } from"~/components";
9
+
8
10
Security overview provides a high-level overview of your domain. It allows you to identify security action items and review the security posture of your domain.
9
11
12
+
To acess Security overview in the new security dashboard, go to the **Overview** page.
The Security overview page displays the following information:
11
17
12
-
- If you are on a Free plan, the dashboard will display **Traffic last 24 hours**, which allows you to review traffic from the 24 hours that has been mitigated by Cloudflare. If you are on a Business, Pro, or Enterprise plan, the dashboard will display **Traffic last 7 days**, which allows you to review traffic from the last seven days that has been mitigated by Cloudflare.
13
-
-**Security category**: The dashboard will display security suggestions categorized by the different types of threats that Cloudflare detects and mitigates.
14
-
-**All suggestions**: The dashboard displays the full list of available suggestions to improve your security posture.
18
+
-**Traffic last 24 hours** (Free plan only): Allows you to review traffic from the last 24 hours that has been mitigated by Cloudflare.
19
+
-**Traffic last 7 days** (paid plans): Allows you to review traffic from the last seven days that has been mitigated by Cloudflare.
20
+
-**Security category**: Displays security suggestions categorized by the different types of threats that Cloudflare detects and mitigates.
21
+
-**All suggestions**: Displays the full list of available suggestions to improve your security posture.
Copy file name to clipboardExpand all lines: src/content/docs/security/rules.mdx
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,27 @@ sidebar:
6
6
description: Security rules perform security actions on incoming requests that match specified filters.
7
7
---
8
8
9
+
import { DashButton } from"~/components";
10
+
9
11
Security rules perform security-related actions on incoming requests that match specified filters. Rules are evaluated and executed in order, from first to last.
10
12
11
-
Security rules are available in the new security dashboard in **Security** > **Security rules**.
13
+
To access security rules in the new security dashboard, go to the **Security rules** page.
The **Security rules** tab includes a list of different types of rules configured in your domain/zone to protect your applications and resources.
16
20
17
21
To create a security rule:
18
22
19
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
20
-
2. Go to **Security** > **Security rules**.
21
-
3. (Optional) Select **Templates**, and then select a template from the list. You can customize the default configuration of the template before deploying the new rule. Refer to the resources listed in the next step.
22
-
4. Select **Create rule** > select the type of rule you want to create. Refer to the following resources about each rule type:
23
+
1. In the Cloudflare dashboard, go to the **Security rules** page.
2. (Optional) Select **Templates**, and then select a template from the list. You can customize the default configuration of the template before deploying the new rule. Refer to the resources listed in the next step.
28
+
29
+
3. Select **Create rule** > select the type of rule you want to create. Refer to the following resources about each rule type:
To deploy a managed ruleset, go to **Security** > **Settings**and filter by **Web application exploits**. For more information, refer to [Deploy a managed ruleset](/waf/managed-rules/deploy-zone-dashboard/#deploy-a-managed-ruleset).
39
+
To deploy a managed ruleset, go to the Security**Settings**page. For more information, refer to [Deploy a managed ruleset](/waf/managed-rules/deploy-zone-dashboard/#deploy-a-managed-ruleset).
33
40
34
41
The **Security rules** tab includes functionality available in different products in the previous dashboard navigation structure, such as the [WAF](/waf/), [API Shield](/api-shield/), and [Page Shield](/page-shield/).
Use the **Endpoints** tab to manage endpoints available on your domain and monitor their health.
@@ -43,7 +49,13 @@ Use **Sequences** to discover how users interact with your API, by tracking the
43
49
44
50
Once you configure [session identifiers](/api-shield/management-and-monitoring/session-identifiers/), the **Sequences** tab will start grouping and highlighting important user journeys (sequences) across your API.
45
51
46
-
To configure session identifiers, go to **Security** > **Settings** and select **Configure session identifiers** next to **Session identifiers**.
52
+
To configure session identifiers:
53
+
54
+
1. In the Cloudflare dashboard, go to the Security **Settings** page.
0 commit comments