diff --git a/docs/cse/rules/rules-status.md b/docs/cse/rules/rules-status.md
index 988c4337aa..6958cb682d 100644
--- a/docs/cse/rules/rules-status.md
+++ b/docs/cse/rules/rules-status.md
@@ -36,10 +36,7 @@ Following are the different kinds of rule status. A rule's status can change dep
| **Degraded** | The rule is approaching a rule limit and it is removed from execution for one hour to allow processing to catch up. At the end of the hour, the rule is allowed to execute again and its status changes back to Active. | Click the information button
on the **Degraded** label for details. Depending on the information provided, you may want to edit the rule to reduce the chance it will become degraded again later. See [Degraded rules](#degraded-rules) below for more information. |
| **Disabled** | The rule was manually disabled using the toggle in the UI, or was disabled with the API. | Enable the rule with the toggle in the UI, or enable the rule with the [API](https://api.sumologic.com/docs/sec/#operation/UpdateRuleEnabled). |
| **Failed** | The rule exceeded a rule limit and was automatically disabled. | Click the information button
on the **Failed** label for details about the failure. Depending on the reasons provided in the details, you may need to edit the rule to prevent it from failing again in the future.
After addressing the reasons for the failure, enable the rule with the toggle in the UI, or enable the rule with the [API](https://api.sumologic.com/docs/sec/#operation/UpdateRuleEnabled). |
-
-
+| **Warning** | The rule is approaching a rule limit and risks being disabled. | Click the information button
on the **Warning** label for details about the warning. Depending on the reasons provided in the details, you may need to edit the rule to prevent it from being disabled. |
### Degraded rules
@@ -55,12 +52,6 @@ To resolve a degraded rule issue, create a [rule tuning expression](/docs/cse/ru
Limits are set on how often a rule fires so that the system is not overloaded. For example, if a rule fires too many signals in an hour, it can cause performance problems for all rule processes. If a rule exceeds a limit, its rule status changes from Active to Failed and the rule is disabled.
-| Type | Limit |
-| :-- | :-- |
-| Signals per hour | 100K |
-| Signals per 24 hours | 1M |
-
-
-
## Query for rule status changes
You can query audit logs for rule status changes. For more information about querying audit logs, see [Cloud SIEM Audit Logging](/docs/cse/administration/cse-audit-logging/) and [Cloud SIEM audit log definitions](/docs/manage/security/audit-indexes/documentation-audit-log-definitions/#cloud-siem-audit-log-definitions).