Skip to content

Commit d690579

Browse files
committed
Add links
1 parent 79d4daf commit d690579

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

src/content/docs/waf/account/rate-limiting-rulesets/create-api.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import { Render, APIRequest } from "~/components";
1313

1414
To deploy rate limiting rules at the account level, you must create a rate limiting ruleset with one or more rules. Use the [Rulesets API](/ruleset-engine/rulesets-api/) to create and deploy rate limiting rulesets via API.
1515

16+
For more information on rule parameters, refer to [Rate limiting parameters](/waf/rate-limiting-rules/parameters/).
17+
1618
:::note
1719
At the API level, a rate limiting ruleset is a regular [custom ruleset](/waf/account/custom-rulesets/) with one or more rate limiting rules that you create in the `http_ratelimit` phase. The concept of custom rate limiting ruleset exists in the Cloudflare dashboard to make it clear that you are configuring and deploying rate limiting rules at the account level. This page with API instructions uses the same terminology.
1820
:::

src/content/docs/waf/account/rate-limiting-rulesets/create-dashboard.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This feature requires an Enterprise plan with a paid add-on.
1717

1818
At the account level, rate limiting rules are grouped into rate limiting rulesets. You must first create a custom ruleset with one or more rate limiting rules, and then deploy it to one or more zones on an Enterprise plan.
1919

20+
For more information on rule parameters, refer to [Rate limiting parameters](/waf/rate-limiting-rules/parameters/).
21+
2022
## 1. Create a custom rate limiting ruleset
2123

2224
<Steps>

src/content/docs/waf/account/rate-limiting-rulesets/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ A rate limiting rule defines a <GlossaryTooltip term="rate limiting">rate limit<
1313
This feature requires an Enterprise plan with a paid add-on.
1414
:::
1515

16-
To apply a rate limiting ruleset at the account level, create a custom rate limiting ruleset with one or more rate limiting rules and then deploy it to one or more zones on an Enterprise plan.
16+
To apply a rate limiting ruleset at the account level, create a custom rate limiting ruleset with one or more [rate limiting rules](/waf/rate-limiting-rules/), and then deploy it to one or more zones on an Enterprise plan.
17+
18+
For more information on how Cloudflare calculates request rates, refer to [Request rate calculation](/waf/rate-limiting-rules/request-rate/).
1719

1820
## Next steps
1921

src/content/docs/waf/rate-limiting-rules/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Rate limiting rules allow you to define rate limits for requests matching an exp
1212

1313
In the [new security dashboard](/security/), rate limiting rules are one of the available types of [security rules](/security/rules/). Security rules perform security-related actions on incoming requests that match specified filters.
1414

15+
Some Enterprise customers can create [rate limiting rulesets](/waf/account/rate-limiting-rulesets/) at the account level that they can deploy to multiple Enterprise zones.
16+
1517
## Rule parameters
1618

1719
Like other rules evaluated by Cloudflare's [Ruleset Engine](/ruleset-engine/), rate limiting rules have the following basic parameters:
@@ -51,8 +53,6 @@ For Terraform examples, refer to [Rate limiting rules configuration using Terraf
5153

5254
## Related resources
5355

54-
- [Rate limiting rulesets](/waf/account/rate-limiting-rulesets/): Some Enterprise customers can create rate limiting rulesets at the account level that they can deploy to multiple Enterprise zones.
56+
- [Learning Center: What is rate limiting?](https://www.cloudflare.com/learning/bots/what-is-rate-limiting/)
5557

5658
- [Cloudflare Rate Limiting (previous version, now deprecated)](/waf/reference/legacy/old-rate-limiting/): Documentation for the previous version of rate limiting rules (billed based on usage).
57-
58-
- [Learning Center: What is rate limiting?](https://www.cloudflare.com/learning/bots/what-is-rate-limiting/)

0 commit comments

Comments
 (0)