Skip to content

[MNN] New rule types #21448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 35 commits into from
Apr 7, 2025
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
a5403f4
added new content
marciocloudflare Apr 4, 2025
148a8a9
refined text
marciocloudflare Apr 4, 2025
a82b178
refined text
marciocloudflare Apr 4, 2025
8e6f59e
deleted old pages
marciocloudflare Apr 4, 2025
5e07d12
added static threshold
marciocloudflare Apr 7, 2025
2ad711e
refined text
marciocloudflare Apr 7, 2025
29a44f9
refined text
marciocloudflare Apr 7, 2025
ed5da21
refined text
marciocloudflare Apr 7, 2025
bdc4d63
added dynamic threshold
marciocloudflare Apr 7, 2025
4810ce1
refined text
marciocloudflare Apr 7, 2025
ba8c911
refined url
marciocloudflare Apr 7, 2025
12913ad
refined title
marciocloudflare Apr 7, 2025
1d2edcc
refined url
marciocloudflare Apr 7, 2025
ba32156
refined text
marciocloudflare Apr 7, 2025
d81d6ba
refined text
marciocloudflare Apr 7, 2025
3e60d97
added sflow rule
marciocloudflare Apr 7, 2025
27f5b9e
corrected url
marciocloudflare Apr 7, 2025
3a13201
refined text
marciocloudflare Apr 7, 2025
3736236
refined text
marciocloudflare Apr 7, 2025
3b4896a
refined text
marciocloudflare Apr 7, 2025
836937a
added ul
marciocloudflare Apr 7, 2025
cf752ee
added rule notifications
marciocloudflare Apr 7, 2025
2b96af5
refined text
marciocloudflare Apr 7, 2025
2fe88db
refined text
marciocloudflare Apr 7, 2025
dc67623
refined text
marciocloudflare Apr 7, 2025
53e4dfd
refined links
marciocloudflare Apr 7, 2025
b5fd79c
refined text
marciocloudflare Apr 7, 2025
2d40bc7
refined url
marciocloudflare Apr 7, 2025
dacf4ab
refined text
marciocloudflare Apr 7, 2025
458233e
deleted old notification page
marciocloudflare Apr 7, 2025
66f174c
added redirects
marciocloudflare Apr 7, 2025
b47f8b0
corrected link
marciocloudflare Apr 7, 2025
b2e27d2
refined text
marciocloudflare Apr 7, 2025
469fc78
Apply suggestions from code review
marciocloudflare Apr 7, 2025
23523ea
refined text
marciocloudflare Apr 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refined text
  • Loading branch information
marciocloudflare committed Apr 7, 2025
commit ed5da211afecbd4cde82f0fc83e8d892d5d68ef8
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Static threshold rule
pcx_content_type: how-to
sidebar:
order: 1

---

A static threshold rule allows you to define a constant numeric threshold, in terms of bits or packets, for DDoS traffic monitoring. The total traffic across all IP prefixes and IP addresses in the rule is compared to the static rule threshold. If the total traffic exceeds the static rule threshold for the duration of the rule, then an alert is sent.
Expand Down