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
|`Artifactory - Excessive Denied Login Attempts`| This alert is triggered when there are multiple denied login attempts from the same IP or user. | Count `>` 5 | Count `<=` 5 |
263
-
|`Artifactory - High 4xx Status Codes`| This alert is triggered when there's a high number of HTTP 4xx error responses. | Count `>` 10 | Count `<=` 10 |
264
-
|`Artifactory - High 5xx Status Codes`| This alert is triggered when there's a high number of HTTP 5xx error responses. | Count `>` 10 | Count `<=` 10 |
265
-
|`Artifactory - High Denied Deploys to Cached Repos`| This alert is triggered when there's a high number of denied deploy attempts to cached repositories. | Count `>` 5 | Count `<=` 5 |
266
-
|`Artifactory - High Denied Deploys to Non-Cached Repos`| This alert is triggered when there's a spike in denied deploy attempts to non-cached repositories. | Count `>` 5 | Count `<=` 5 |
267
-
|`Artifactory - High Denied Downloads`| This alert is triggered when there's a high number of denied download attempts. | Count `>` 5 | Count `<=` 5 |
268
-
|`Artifactory - Slow HTTP Response Times`| This alert is triggered when Artifactory response times are high. | Count `>` 5 | Count `<=` 5 |
262
+
|`Artifactory - Excessive Denied Login Attempts`| This alert is triggered when there are multiple denied login attempts from the same IP or user. | Count > 5 | Count \<= 5 |
263
+
|`Artifactory - High 4xx Status Codes`| This alert is triggered when there's a high number of HTTP 4xx error responses. | Count > 10 | Count \<= 10 |
264
+
|`Artifactory - High 5xx Status Codes`| This alert is triggered when there's a high number of HTTP 5xx error responses. | Count > 10 | Count \<= 10 |
265
+
|`Artifactory - High Denied Deploys to Cached Repos`| This alert is triggered when there's a high number of denied deploy attempts to cached repositories. | Count > 5 | Count \<= 5 |
266
+
|`Artifactory - High Denied Deploys to Non-Cached Repos`| This alert is triggered when there's a spike in denied deploy attempts to non-cached repositories. | Count > 5 | Count \<= 5 |
267
+
|`Artifactory - High Denied Downloads`| This alert is triggered when there's a high number of denied download attempts. | Count > 5 | Count \<= 5 |
268
+
|`Artifactory - Slow HTTP Response Times`| This alert is triggered when Artifactory response times are high. | Count > 5 | Count \<= 5 |
|`Jira - Abnormal Session Creation Rate Alert`| This alert is triggered when there are unusual patterns in session creation/destruction that might indicate security issues or system problems | Count `>=` 1 | Count `<` 1 |
293
-
|`Jira - High Average Response Time Alert`| This alert is triggered when elevated response timesin Jira are detected, indicating potential performance degradation. | Count `>=` 5000 | Count `<` 5000 |
294
-
|`Jira - High HTTP 4xx Error Rate Alert`| This alert is triggered when there is increase in HTTP 4xx errors to detect service disruptions | Count `>=` 50 | Count `<` 50 |
295
-
|`Jira - High HTTP 5xx Error Rate Alert`| This alert is triggered when there is increase in HTTP 5xx errors to detect service disruptions | Count `>=` 50 | Count `<` 50 |
296
-
|`Jira - High Priority Issues Unassigned SLA Alert`| This alert is triggered when high-priority issues remain unassigned beyond the Default SLA threshold of 30 minutes (1800000 milliseconds). To adjust the SLA, update the value in the query to the desired timein milliseconds (e.g., 15 minutes = 900000, 1 hour = 3600000) | Count `>=` 1 | Count `<` 1 |
297
-
|`Jira - Rapid Authentication Failures Alert`| This alert is triggered when a single user experiences more than 10 failed login attempts within 5 minutes, indicating potential password guessing attempts or account lockout issues. | Count `>` 10 | Count `<=` 10 |
292
+
|`Jira - Abnormal Session Creation Rate Alert`| This alert is triggered when there are unusual patterns in session creation/destruction that might indicate security issues or system problems | Count >= 1 | Count < 1 |
293
+
|`Jira - High Average Response Time Alert`| This alert is triggered when elevated response timesin Jira are detected, indicating potential performance degradation. | Count >= 5000 | Count < 5000 |
294
+
|`Jira - High HTTP 4xx Error Rate Alert`| This alert is triggered when there is increase in HTTP 4xx errors to detect service disruptions | Count >= 50 | Count < 50 |
295
+
|`Jira - High HTTP 5xx Error Rate Alert`| This alert is triggered when there is increase in HTTP 5xx errors to detect service disruptions | Count >= 50 | Count < 50 |
296
+
|`Jira - High Priority Issues Unassigned SLA Alert`| This alert is triggered when high-priority issues remain unassigned beyond the Default SLA threshold of 30 minutes (1800000 milliseconds). To adjust the SLA, update the value in the query to the desired timein milliseconds (e.g., 15 minutes = 900000, 1 hour = 3600000) | Count >= 1 | Count < 1 |
297
+
|`Jira - Rapid Authentication Failures Alert`| This alert is triggered when a single user experiences more than 10 failed login attempts within 5 minutes, indicating potential password guessing attempts or account lockout issues. | Count > 10 | Count \<= 10 |
|`Puppet - Catalog Compilation Performance`| This alert is triggered when average time taken to compile Puppet catalogs is greater than given value (Default 30 seconds). Extended compilation times can indicate Puppet master performance issues, complex catalogs, or resource constraints. | Count `>=` 30 | Count `<` 30 |
291
-
|`Puppet - Erroneous Nodes`| This alert is triggered when a node has error more errors then given value (Default 5) | Count `>=` 5 | Count `<` 5 |
292
-
|`Puppet - Error Pattern Analysis`| This alert is triggered when Puppet error logs show recurring patterns that may indicate issues, helping detect problems that need investigation. | Count `>=` 20 | Count `<` 20 |
293
-
|`Puppet - Resource Status Failures`| This alert is triggered when there are specific resource failures greater than given value (Default 5). | Count `>=` 5 | Count `<` 5 |
294
-
290
+
|`Puppet - Catalog Compilation Performance`| This alert is triggered when average time taken to compile Puppet catalogs is greater than given value (Default 30 seconds). Extended compilation times can indicate Puppet master performance issues, complex catalogs, or resource constraints. | Count \>= 30 | Count \< 30 |
291
+
|`Puppet - Erroneous Nodes`| This alert is triggered when a node has error more errors then given value (Default 5) | Count \>= 5 | Count \< 5 |
292
+
|`Puppet - Error Pattern Analysis`| This alert is triggered when Puppet error logs show recurring patterns that may indicate issues, helping detect problems that need investigation. | Count \>= 20 | Count \< 20 |
293
+
|`Puppet - Resource Status Failures`| This alert is triggered when there are specific resource failures greater than given value (Default 5). | Count \>= 5 | Count \< 5 |
|`Linux CSMA - Excessive Failed Authentication`| This alert is triggered when multiple failed login attempts from the same source are detected, indicating potential brute force attempts. | Count `>` 10 | Count `<=` 10 |
239
-
|`Linux CSMA - Root Login Detection`| This alert is triggered when direct login attempts using the root account are detected, indicating a potential security concern since root logins should typically be disabled. | Count `>=` 1 | Count `<` 1 |
240
-
|`Linux CSMA - System Shutdown Detection`| This alert is triggered when unexpected system shutdown events are detected through kernel stop messages, which may indicate unauthorized access, malicious activity, power issues, or system failures. | Count `>` 0 | Count `<=` 0 |
241
-
|`Linux CSMA - User Account Creation Spike`| This alert is triggered when multiple user accounts are created in a short time period, which may indicate automated account creation, compromised systems, or unauthorized bulk user provisioning. | Count `>` 3 | Count `<=` 3 |
238
+
|`Linux CSMA - Excessive Failed Authentication`| This alert is triggered when multiple failed login attempts from the same source are detected, indicating potential brute force attempts. | Count > 10 | Count \<= 10 |
239
+
|`Linux CSMA - Root Login Detection`| This alert is triggered when direct login attempts using the root account are detected, indicating a potential security concern since root logins should typically be disabled. | Count \>= 1 | Count < 1 |
240
+
|`Linux CSMA - System Shutdown Detection`| This alert is triggered when unexpected system shutdown events are detected through kernel stop messages, which may indicate unauthorized access, malicious activity, power issues, or system failures. | Count > 0 | Count \<= 0 |
241
+
|`Linux CSMA - User Account Creation Spike`| This alert is triggered when multiple user accounts are created in a short time period, which may indicate automated account creation, compromised systems, or unauthorized bulk user provisioning. | Count > 3 | Count \<= 3 |
0 commit comments