diff --git a/cid-redirects.json b/cid-redirects.json
index 141eab3f74..57e2eada7a 100644
--- a/cid-redirects.json
+++ b/cid-redirects.json
@@ -1667,6 +1667,7 @@
"/cid/10147": "/docs/cse/integrations",
"/cid/10148": "/docs/cse/rules",
"/cid/101481": "/docs/cse/rules/about-cse-rules",
+ "/cid/101482": "/docs/cse/rules/rules-status",
"/cid/10149": "/docs/cse/rules/write-match-rule",
"/cid/1015": "/docs/send-data/reference-information/use-wildcards-paths",
"/cid/10150": "/docs/cse/rules/write-threshold-rule",
diff --git a/docs/cse/rules/before-writing-custom-rule.md b/docs/cse/rules/before-writing-custom-rule.md
index d637321c5e..4088edf479 100644
--- a/docs/cse/rules/before-writing-custom-rule.md
+++ b/docs/cse/rules/before-writing-custom-rule.md
@@ -104,13 +104,3 @@ Now we have a query we can use as the rule expression for our rule. Note that
You can use an expression like this example in any rule type. Here is an example Match rule with the expression, shown in the rules editor.
-
-## Degraded rules
-
-A degraded rule is one that has had a portion of the rule shut off to prevent it from exceeding a processing limit. If you write a custom rule that becomes degraded, you must tune the rule to correct the problem.
-
-For example, rules have a limit on the number of records per second they can evaluate. If there is a value used in the "group by" field that causes the rule to exceed that threshold, the particular value will be ignored, but the rest of the rule is still be used. In this case, Cloud SIEM might display a message like this:
-
-`The aggregation on the group key 'admin@company.com' has a record volume exceeding the supported limit, and has been disabled. Consider tuning the rule to exclude records producing this group key.`
-
-To resolve a degraded rule issue, create a [rule tuning expression](/docs/cse/rules/rule-tuning-expressions/) to address the portion of the rule causing the rule degradation.
diff --git a/docs/cse/rules/index.md b/docs/cse/rules/index.md
index 8033c3f4da..c1722544bf 100644
--- a/docs/cse/rules/index.md
+++ b/docs/cse/rules/index.md
@@ -17,6 +17,12 @@ In this section, we'll introduce the following concepts:
Learn about Cloud SIEM rules, rules syntax, and how to write rules.
+Learn about Cloud SIEM rules statuses and how to address rules in a degraded or failed state.
+
+* On the rule details page:
+
+## Search for rules by status
+
+1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the top menu select **Content > Rules**.
+1. For **Operator** select **is**.
+1. Select a status.})
+
+
+
diff --git a/sidebars.ts b/sidebars.ts
index 5c2d4229dd..93b5e4fccf 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -2855,6 +2855,7 @@ integrations: [
link: {type: 'doc', id: 'cse/rules/index'},
items: [
'cse/rules/about-cse-rules',
+ 'cse/rules/rules-status',
'cse/rules/before-writing-custom-rule',
'cse/rules/cse-rules-syntax',
'cse/rules/write-match-rule',
diff --git a/static/img/cse/example-monitor-for-rule-status-change.png b/static/img/cse/example-monitor-for-rule-status-change.png
new file mode 100644
index 0000000000..49a4bcb5af
Binary files /dev/null and b/static/img/cse/example-monitor-for-rule-status-change.png differ
diff --git a/static/img/cse/filter-on-rule-status-1.png b/static/img/cse/filter-on-rule-status-1.png
new file mode 100644
index 0000000000..ebaeef0af0
Binary files /dev/null and b/static/img/cse/filter-on-rule-status-1.png differ
diff --git a/static/img/cse/filter-on-rule-status-2.png b/static/img/cse/filter-on-rule-status-2.png
new file mode 100644
index 0000000000..c7ae2e6968
Binary files /dev/null and b/static/img/cse/filter-on-rule-status-2.png differ
diff --git a/static/img/cse/rule-degraded-info-button.png b/static/img/cse/rule-degraded-info-button.png
new file mode 100644
index 0000000000..06af2decfc
Binary files /dev/null and b/static/img/cse/rule-degraded-info-button.png differ
diff --git a/static/img/cse/rule-failed-info-button.png b/static/img/cse/rule-failed-info-button.png
new file mode 100644
index 0000000000..bcdb0e3970
Binary files /dev/null and b/static/img/cse/rule-failed-info-button.png differ
diff --git a/static/img/cse/rule-status-information-button.png b/static/img/cse/rule-status-information-button.png
new file mode 100644
index 0000000000..cd20597660
Binary files /dev/null and b/static/img/cse/rule-status-information-button.png differ
diff --git a/static/img/cse/rule-status-on-detail-page.png b/static/img/cse/rule-status-on-detail-page.png
new file mode 100644
index 0000000000..43eecbf7f4
Binary files /dev/null and b/static/img/cse/rule-status-on-detail-page.png differ
diff --git a/static/img/cse/rule-status-on-list-page.png b/static/img/cse/rule-status-on-list-page.png
new file mode 100644
index 0000000000..b061e7a551
Binary files /dev/null and b/static/img/cse/rule-status-on-list-page.png differ
diff --git a/static/img/cse/rule-warning-info-button.png b/static/img/cse/rule-warning-info-button.png
new file mode 100644
index 0000000000..8963322836
Binary files /dev/null and b/static/img/cse/rule-warning-info-button.png differ