You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app includes [built-in monitors](#rabbitmq-alerts). For details on creating custom monitors, refer to [Create monitors for RabbitMQ app](#create-monitors-for-rabbitmq-app).
19
+
This app includes [built-in monitors](#rabbitmq-alerts). For details on creating custom monitors, refer to the [Create monitors for RabbitMQ app](#create-monitors-for-rabbitmq-app).
21
20
:::
22
21
23
22
## Fields creation in Sumo Logic for RabbitMQ
@@ -244,11 +243,11 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
244
243
245
244
### RabbitMQ alerts
246
245
247
-
|Alert Name |Alert Description and conditions| Alert Condition | Recover Condition |
|`RabbitMQ - High Consumer Count`| This alert is triggered when consumers are higher than given value (Default 10000) in a queue. |`>=` 10000 |`<` 10000 |
250
-
|`RabbitMQ - High Message Queue Size`| This alert is triggered when the number of messages in a queue exceeds a given threshold (Default 10000), indicating potential consumer issues or message processing bottlenecks. |`>=` 10000 |`<` 10000 |
251
-
|`RabbitMQ - High Messages Count`| This alert is triggered when messages are higher than given value (Default 10000) in a queue. |`>=` 10000 |`<` 10000 |
252
-
|`RabbitMQ - High Unacknowledged Messages`| This alert is triggered when there are too many unacknowledged messages (Default 5000), suggesting consumer processing issues. |`>=` 5000 |`<` 5000 |
253
-
|`RabbitMQ - Node Down`| This alert is triggered when a node in the RabbitMQ cluster is down. |`>=` 1 |`<` 1 |
254
-
|`RabbitMQ - Zero Consumers Alert`| This alert is triggered when a queue has no consumers, indicating potential service issues. |`<=` 0 |`>` 0 |
|`RabbitMQ - High Consumer Count`| This alert is triggered when consumers are higher than given value in a queue. |Count > = 10000 |Count < 10000 |
249
+
|`RabbitMQ - High Message Queue Size`| This alert is triggered when the number of messages in a queue exceeds a given threshold, indicating potential consumer issues or message processing bottlenecks. |Count > = 10000 |Count < 10000 |
250
+
|`RabbitMQ - High Messages Count`| This alert is triggered when messages are higher than given value in a queue. |Count > = 10000 |Count < 10000 |
251
+
|`RabbitMQ - High Unacknowledged Messages`| This alert is triggered when there are too many unacknowledged messages, suggesting consumer processing issues. |Count > = 5000 |Count < 5000 |
252
+
|`RabbitMQ - Node Down`| This alert is triggered when a node in the RabbitMQ cluster is down. |Count > = 1 |Count < 1 |
253
+
|`RabbitMQ - Zero Consumers Alert`| This alert is triggered when a queue has no consumers, indicating potential service issues. |Count < = 0 |Count > 0 |
0 commit comments