From 347a56a2979b3c1902ce124b4d217d1ed77a2f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20C=C3=B4t=C3=A9?= Date: Tue, 22 Aug 2023 09:03:52 -0400 Subject: [PATCH] [8.8] Add warning for max alerts circuit breaker (#164217) (#164423) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Backport This will backport the following commits from `main` to `8.8`: - [Add warning for max alerts circuit breaker (#164217)](https://github.com/elastic/kibana/pull/164217) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) --- docs/settings/alert-action-settings.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/settings/alert-action-settings.asciidoc b/docs/settings/alert-action-settings.asciidoc index 08db81e1de316..50b51414463c4 100644 --- a/docs/settings/alert-action-settings.asciidoc +++ b/docs/settings/alert-action-settings.asciidoc @@ -245,6 +245,8 @@ Specifies the maximum number of actions that a rule can generate each time detec `xpack.alerting.rules.run.alerts.max` {ess-icon}:: Specifies the maximum number of alerts that a rule can generate each time detection checks run. Default: 1000. ++ +WARNING: The exact number of alerts your cluster can safely handle depends on your cluster configuration and workload, however setting a value higher than the default (`1000`) is not recommended or supported. Doing so could strain system resources and lead to performance issues, delays in alert processing, and potential disruptions during high alert activity periods. `xpack.alerting.rules.run.timeout` {ess-icon}:: Specifies the default timeout for tasks associated with all types of rules.