Skip to content

Commit 44f31cc

Browse files
authored
[Security] Use DashButton in dashboard instructions (#25899)
1 parent 5581df7 commit 44f31cc

File tree

6 files changed

+62
-26
lines changed

6 files changed

+62
-26
lines changed

src/content/docs/security/analytics.mdx

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
11
---
2-
title: Security analytics (new dashboard)
2+
title: Security Analytics (new dashboard)
33
pcx_content_type: concept
44
sidebar:
55
order: 3
6-
label: Security analytics
7-
description: Security analytics shows information about all incoming HTTP requests or mitigated requests (rule matches).
6+
label: Security Analytics
7+
description: Security Analytics shows information about all incoming HTTP requests or mitigated requests (rule matches).
88
---
99

10-
import { Stream, GlossaryTooltip } from "~/components";
10+
import { Stream, GlossaryTooltip, DashButton } from "~/components";
1111

12-
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.
1313

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.
1515

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.
1717

18-
Security analytics is available in **Security** > **Analytics**.
18+
<DashButton url="/?to=/:account/:zone/security/analytics" />
1919

2020
<Stream
21-
id="1a426a3ae597ae3935eb97b5f97f106f"
22-
title="Application Security: Get started guide"
23-
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/appsec-get-started-guide.png"
21+
id="1a426a3ae597ae3935eb97b5f97f106f"
22+
title="Application Security: Get started guide"
23+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/appsec-get-started-guide.png"
2424
/>
2525

26+
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+
2628
## Traffic
2729

2830
The **Traffic** tab displays information about all incoming HTTP requests for your domain, including requests not handled by Cloudflare security products.

src/content/docs/security/index.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import {
1616
LinkTitleCard,
1717
RelatedProduct,
1818
Stream,
19+
DashButton,
1920
} from "~/components";
2021

21-
2222
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.
2323

2424
<Card title="New dashboard experience" icon="rocket">
@@ -31,9 +31,11 @@ Cloudflare is gradually making the new **Security** dashboard available by defau
3131

3232
To opt out of the new security dashboard:
3333

34-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com), and select your account and domain.
35-
2. Go to **Security** > **Settings**.
36-
3. Search for the setting **New application security dashboard** and turn it off.
34+
1. In the Cloudflare dashboard, go to the Security **Settings** page.
35+
36+
<DashButton url="/?to=/:account/:zone/security/settings" />
37+
38+
2. Turn off the setting **New application security dashboard**.
3739

3840
The opt-out option will be available for a limited time.
3941

src/content/docs/security/overview.mdx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@ sidebar:
55
order: 2
66
---
77

8+
import { DashButton } from "~/components";
9+
810
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.
911

12+
To acess Security overview in the new security dashboard, go to the **Overview** page.
13+
14+
<DashButton url="/?to=/:account/:zone/security/overview" />
15+
1016
The Security overview page displays the following information:
1117

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.

src/content/docs/security/rules.mdx

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,27 @@ sidebar:
66
description: Security rules perform security actions on incoming requests that match specified filters.
77
---
88

9+
import { DashButton } from "~/components";
10+
911
Security rules perform security-related actions on incoming requests that match specified filters. Rules are evaluated and executed in order, from first to last.
1012

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.
14+
15+
<DashButton url="/?to=/:account/:zone/security/security-rules" />
1216

1317
## Security rules
1418

1519
The **Security rules** tab includes a list of different types of rules configured in your domain/zone to protect your applications and resources.
1620

1721
To create a security rule:
1822

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.
24+
25+
<DashButton url="/?to=/:account/:zone/security/security-rules" />
26+
27+
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:
2330
- [Custom rules](/waf/custom-rules/create-dashboard/#rule-form)
2431
- [Rate limiting rules](/waf/rate-limiting-rules/create-zone-dashboard/#rule-form)
2532
- [API sequence rules](/api-shield/security/sequence-mitigation/#rule-form)
@@ -29,7 +36,7 @@ To create a security rule:
2936

3037
:::note[Notes]
3138

32-
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).
3340

3441
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/).
3542

src/content/docs/security/settings.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ sidebar:
77
description: Configure different Cloudflare security features that protect your web applications, APIs, and resources.
88
---
99

10-
This page describes the settings available in **Security** > **Settings** for a given domain.
10+
import { DashButton } from "~/components";
11+
12+
This page describes the security settings available in the new security dashboard for a given domain.
13+
14+
To access security settings in the new security dashboard, go to the **Settings** page.
15+
16+
<DashButton url="/?to=/:account/:zone/security/settings" />
1117

1218
## Security setting categories
1319

src/content/docs/security/web-assets.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ sidebar:
66
description: Discover web assets such as your API endpoints and instruct Cloudflare how to best protect them.
77
---
88

9+
import { DashButton } from "~/components";
10+
911
Discover web assets such as your API endpoints and instruct Cloudflare how to best protect them.
1012

13+
To access web assets in the new security dashboard, go to the **Web assets** page.
14+
15+
<DashButton url="/?to=/:account/:zone/security/web-assets" />
16+
1117
## Endpoints
1218

1319
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
4349

4450
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.
4551

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.
55+
56+
<DashButton url="/?to=/:account/:zone/security/settings" />
57+
58+
2. Next to **Session identifiers**, select **Configure session identifiers** .
4759

4860
For more information on how Cloudflare identifies API sequences and how you can configure API sequence rules, refer to the following resources:
4961

0 commit comments

Comments
 (0)