Skip to content

Commit 0c603e6

Browse files
ddos
1 parent 63fbcdb commit 0c603e6

File tree

3 files changed

+32
-24
lines changed

3 files changed

+32
-24
lines changed

src/content/docs/ddos-protection/managed-rulesets/adaptive-protection.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ To view traffic flagged by HTTP Adaptive DDoS Protection rules:
5959
</TabItem>
6060
<TabItem label="New dashboard" icon="rocket">
6161
<Steps>
62-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
63-
2. Go to **Security** > **Analytics** > **Events**.
62+
1. In the Cloudflare dashboard, go to the **Security Analytics** page.
63+
64+
<DashButton url="/?to=/:account/:zone/security/analytics" />
65+
2. Go to **Events**.
6466
3. Filter by `Service equals HTTP DDoS` and by rule ID.
6567
</Steps>
6668
</TabItem>
@@ -79,8 +81,10 @@ To view traffic flagged by L3/4 Adaptive DDoS Protection rules:
7981
</TabItem>
8082
<TabItem label="New dashboard" icon="rocket">
8183
<Steps>
82-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
83-
2. Go to **Security** > **Analytics** > **Events**.
84+
1. In the Cloudflare dashboard, go to the **Security Analytics** page.
85+
86+
<DashButton url="/?to=/:account/:zone/security/analytics" />
87+
2. Go to **Events**.
8488
3. Filter by rule ID.
8589
</Steps>
8690
</TabItem>

src/content/docs/ddos-protection/managed-rulesets/http/http-overrides/configure-dashboard.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ head:
88
content: Configure HTTP DDoS Attack Protection in the dashboard
99
---
1010

11-
import { Details, Render, Tabs, TabItem, Steps } from "~/components";
11+
import { Details, Render, Tabs, TabItem, Steps, DashButton } from "~/components";
1212

1313
Configure the HTTP DDoS Attack Protection managed ruleset by defining [overrides](/ruleset-engine/managed-rulesets/override-managed-ruleset/) in the Cloudflare dashboard. DDoS overrides allow you to customize the **action** and **sensitivity** of one or more rules in the managed ruleset.
1414

@@ -37,8 +37,10 @@ If you cannot deploy any additional overrides, consider editing an existing over
3737
</TabItem>
3838
<TabItem label="New dashboard" icon="rocket">
3939
<Steps>
40-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
41-
2. Go to **Security** > **Security rules** > **DDoS protection** tab.
40+
1. In the [Cloudflare dashboard, go to the **Security rules** page.
41+
42+
<DashButton url="/?to=/:account/:zone/security/security-rules" />
43+
2. Go to the **DDoS protection** tab.
4244
3. On **HTTP DDoS attack protection**, select **Create override**.
4345
</Steps>
4446
</TabItem>

src/content/partials/ddos-protection/managed-rulesets/delete-override.mdx

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,27 @@ inputParameters: selectAccountWebsite;;dashboardLocation
33

44
---
55

6-
import { Markdown, Tabs, TabItem, Steps } from "~/components"
6+
import { Markdown, Tabs, TabItem, Steps, DashButton } from "~/components"
77

88
### Delete a DDoS override
99

1010
<Tabs syncKey="dashNewNav">
11-
<TabItem label="Old dashboard">
12-
<Steps>
13-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and {props.one}.
14-
2. Go to **Security** > **DDoS**.
15-
3. Next to the DDoS override you wish to delete, select **Delete**.
16-
4. Select **Delete** to confirm the operation.
17-
</Steps>
18-
</TabItem>
19-
<TabItem label="New dashboard" icon="rocket">
20-
<Steps>
21-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
22-
2. Go to **Security** > **Security rules** > **DDoS protection** tab.
23-
3. Select the override.
24-
4. Select **Delete deployment**.
25-
</Steps>
26-
</TabItem>
11+
<TabItem label="Old dashboard">
12+
<Steps>
13+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and {props.one}.
14+
2. Go to **Security** > **DDoS**.
15+
3. Next to the DDoS override you wish to delete, select **Delete**.
16+
4. Select **Delete** to confirm the operation.
17+
</Steps>
18+
</TabItem>
19+
<TabItem label="New dashboard" icon="rocket">
20+
<Steps>
21+
1. In the Cloudflare dashboard, go to the **Security rules** page.
22+
23+
<DashButton url="/?to=/:account/:zone/security/security-rules" />
24+
2. Go to the **DDoS protection** tab.
25+
3. Select the override.
26+
4. Select **Delete deployment**.
27+
</Steps>
28+
</TabItem>
2729
</Tabs>

0 commit comments

Comments
 (0)