Skip to content

Commit 7485fc6

Browse files
committed
Fix 8
1 parent bb437df commit 7485fc6

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

src/content/docs/ddos-protection/advanced-ddos-systems/how-to/create-filter.mdx

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,17 @@ Filters only apply to Advanced TCP Protection.
2222

2323
To create a [filter](/ddos-protection/advanced-ddos-systems/concepts/#filter) for one of the system components:
2424

25+
{/* prettier-ignore */}
2526
<Steps>
26-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and
27-
select your account. 2. Go to **L3/4 DDoS** > **Advanced Protection** >
28-
**Advanced TCP Protection**. 3. Under the system component for which you are
29-
creating the filter (**SYN Flood Protection** or **Out-of-state TCP
30-
Protection**), select **Create** next to the type of filter you want to
31-
create: - **Mitigation Filter**: The protection system will drop{" "}
32-
<GlossaryTooltip term="data packet">packets</GlossaryTooltip> matching the
33-
filter expression. - **Monitoring Filter**: The protection system will log
34-
packets matching the filter expression. - **Off Filter**: The protection
35-
system will ignore packets matching the filter expression. 4. Under **When
36-
incoming packets match**, define a filter expression using the Expression
37-
Builder (specifying one or more values for **Field**, **Operator**, and
38-
**Value**), or manually enter an expression using the Expression Editor. For
39-
more information, refer to [Edit rule
40-
expressions](/ruleset-engine/rules-language/expressions/edit-expressions/). 5.
41-
Select **Save**.
27+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and
28+
select your account.
29+
2. Go to **L3/4 DDoS** > **Advanced Protection** > **Advanced TCP Protection**.
30+
3. Under the system component for which you are creating the filter (**SYN Flood Protection** or **Out-of-state TCP Protection**), select **Create** next to the type of filter you want to create:
31+
- **Mitigation Filter**: The protection system will drop <GlossaryTooltip term="data packet">packets</GlossaryTooltip> matching the filter expression. - **Monitoring Filter**: The protection system will log
32+
packets matching the filter expression.
33+
- **Off Filter**: The protection system will ignore packets matching the filter expression.
34+
4. Under **When incoming packets match**, define a filter expression using the Expression Builder (specifying one or more values for **Field**, **Operator**, and **Value**), or manually enter an expression using the Expression Editor. For more information, refer to [Edit rule expressions](/ruleset-engine/rules-language/expressions/edit-expressions/).
35+
5. Select **Save**.
4236
</Steps>
4337

4438
<Render file="atp-filters-rules-precedence" product="ddos-protection" />

0 commit comments

Comments
 (0)