Skip to content

Commit a6af8b7

Browse files
create http override
1 parent 6e49eb3 commit a6af8b7

File tree

1 file changed

+31
-15
lines changed

1 file changed

+31
-15
lines changed

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

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ head:
99

1010
---
1111

12-
import { Details, Render } from "~/components"
12+
import { Details, Render, Tabs, TabItem, Steps } from "~/components";
1313

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

@@ -26,25 +26,41 @@ If you cannot deploy any additional overrides, consider editing an existing over
2626

2727
## Create a DDoS override
2828

29-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and website.
30-
2. Go to **Security** > **DDoS**.
31-
3. Next to **HTTP DDoS attack protection**, select **Deploy a DDoS override**.
32-
4. Enter a descriptive name for the override in **Override name**.
33-
5. If you are an Enterprise customer with the Advanced DDoS Protection subscription:
29+
### Access
30+
31+
<Tabs syncKey="dashNewNav">
32+
<TabItem label="Old dashboard">
33+
<Steps>
34+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and website.
35+
2. Go to **Security** > **DDoS**.
36+
3. Next to **HTTP DDoS attack protection**, select **Deploy a DDoS override**.
37+
</Steps>
38+
</TabItem>
39+
<TabItem label="New dashboard" icon="rocket">
40+
<Steps>
41+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
42+
2. Go to **Security** > **Security rules**.
43+
3. On **HTTP DDoS Attack Protection**, select **Create override**.
44+
</Steps>
45+
</TabItem>
46+
</Tabs>
47+
48+
1. Enter a descriptive name for the override in **Override name**.
49+
2. If you are an Enterprise customer with the Advanced DDoS Protection subscription:
3450
1. Under **Override scope**, review the scope of the override — by default, all incoming requests for the current zone.
3551
2. If necessary, select **Edit scope** and configure the [custom filter expression](/ddos-protection/managed-rulesets/http/http-overrides/override-expressions/) that will determine the override scope.
36-
6. Depending on what you wish to override, refer to the following sections (you can perform both configurations on the same override):
52+
3. Depending on what you wish to override, refer to the following sections (you can perform both configurations on the same override):
3753
<Details header="Configure all the rules in the ruleset (ruleset override)">
38-
7. To always apply a given action for all the rules in the ruleset, select an action in **Ruleset action**.
39-
8. To set the sensitivity level for all the rules in the ruleset, select a value in **Ruleset sensitivity**.
54+
4. To always apply a given action for all the rules in the ruleset, select an action in **Ruleset action**.
55+
5. To set the sensitivity level for all the rules in the ruleset, select a value in **Ruleset sensitivity**.
4056
</Details>
4157

4258
<Details header="Configure one or more rules">
43-
9. Under **Rule configuration**, select **Browse rules**.
44-
10. Search for the rules you wish to configure using the available filters. You can search by [tag](/ddos-protection/managed-rulesets/http/rule-categories/) (also known as category).
45-
11. To configure a single rule, select the desired value for a field in the displayed dropdowns next to the rule.
59+
4. Under **Rule configuration**, select **Browse rules**.
60+
5. Search for the rules you wish to configure using the available filters. You can search by [tag](/ddos-protection/managed-rulesets/http/rule-categories/) (also known as category).
61+
6. To configure a single rule, select the desired value for a field in the displayed dropdowns next to the rule.
4662
To configure more than one rule, select the rules using the row checkboxes and update the fields for the selected rules using the dropdowns displayed before the table. You can also configure all the rules with a given tag. For more information, refer to [Configure rules in bulk in a managed ruleset](/waf/managed-rules/deploy-zone-dashboard/#configure-rules-in-bulk-in-a-managed-ruleset).
47-
12. Select **Next**.
63+
7. Select **Next**.
4864
</Details>
4965

5066
:::note[Notes]
@@ -53,6 +69,6 @@ If you cannot deploy any additional overrides, consider editing an existing over
5369
- <Render file="managed-rulesets/read-only-rules-note" />
5470
:::
5571

56-
7. Select **Save**.
72+
4. Select **Save**.
5773

58-
<Render file="managed-rulesets/delete-override" params={{ one: "select your account and website", two: "Security > DDoS" }} />
74+
<Render file="managed-rulesets/delete-override" params={{ one: "select your account and website", two: "Security > DDoS" }} />

0 commit comments

Comments
 (0)