From c0e1150fbddae0c1655988f081c960fee701b3b2 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Wed, 6 Aug 2025 11:59:56 -0400 Subject: [PATCH 1/5] first draft --- docs/CHANGELOG.asciidoc | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 477862e780e78..b2543a42b10f4 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -109,6 +109,11 @@ coming::[8.19.0] Review the following information about the {kib} 8.19.0 release. +[float] +[[known-issues-8.19.0]] +=== Known issues +include::CHANGELOG.asciidoc[tag::known-issue-230275] + [float] [[breaking-changes-8.19.0]] === Breaking changes @@ -526,7 +531,7 @@ Search:: [[release-notes-8.18.3]] == {kib} 8.18.3 -The 8.18.3 release includes the following fixes. +The 8.18.3 release includes the following known issues and fixes. IMPORTANT: The 8.18.3 release contains fixes for potential security vulnerabilities. Check our link:https://discuss.elastic.co/c/announcements/security-announcements/31[security advisory for more details]. @@ -537,6 +542,21 @@ include::CHANGELOG.asciidoc[tag=known-issue-227976] include::CHANGELOG.asciidoc[tag=known-issue-1508] include::CHANGELOG.asciidoc[tag=known-issue-2088] +// tag::known-issue-230275[] +.Issues with rules occur when `xpack.alerting.rules.run.alerts.max` is set to a value greater than 5000. +[%collapsible] +==== + +*Details* + + +If you've set `xpack.alerting.rules.run.alerts.max` to a value greater than `5000`, you will encounter `Result window is too large` error messages similar when a maintenance window is active. + +*Workaround* + +To mitigate the issue, set `xpack.alerting.rules.run.alerts.max` to a value equal to or less than `5000`. + +==== +// end::known-issue-230275[] + [float] [[enhancement-v8.18.3]] === Enhancements From 0fcb5bac7e8aa6b970ff585a46f24fa34f6dcd98 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Wed, 6 Aug 2025 12:14:07 -0400 Subject: [PATCH 2/5] Update docs/CHANGELOG.asciidoc --- docs/CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index b2543a42b10f4..dd85cf6ca698a 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -549,7 +549,7 @@ include::CHANGELOG.asciidoc[tag=known-issue-2088] *Details* + -If you've set `xpack.alerting.rules.run.alerts.max` to a value greater than `5000`, you will encounter `Result window is too large` error messages similar when a maintenance window is active. +If you've set `xpack.alerting.rules.run.alerts.max` to a value greater than `5000`, you will encounter `Result window is too large` error messages when a maintenance window is active. *Workaround* + To mitigate the issue, set `xpack.alerting.rules.run.alerts.max` to a value equal to or less than `5000`. From f7f7be0ca32c6602234dba89466c6f39c9320bb4 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Wed, 6 Aug 2025 12:26:40 -0400 Subject: [PATCH 3/5] Adds entry for 8.18.4 --- docs/CHANGELOG.asciidoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index dd85cf6ca698a..939d95b0a61b6 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -495,7 +495,12 @@ Search:: [[release-notes-8.18.4]] == {kib} 8.18.4 -The 8.18.4 release includes the following fixes. +The 8.18.4 release includes the following known issues and fixes. + +[float] +[[known-issues-8.18.4]] +=== Known issues +include::CHANGELOG.asciidoc[tag::known-issue-230275] [float] [[fixes-v8.18.4]] From 7b10f7a9d65d72c16368bf309dfccf6277078807 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Wed, 6 Aug 2025 15:37:27 -0400 Subject: [PATCH 4/5] Fix it felix! --- docs/CHANGELOG.asciidoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 939d95b0a61b6..67bc6553b4edb 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -112,7 +112,7 @@ Review the following information about the {kib} 8.19.0 release. [float] [[known-issues-8.19.0]] === Known issues -include::CHANGELOG.asciidoc[tag::known-issue-230275] +include::CHANGELOG.asciidoc[tag=known-issue-230275] [float] [[breaking-changes-8.19.0]] @@ -500,7 +500,7 @@ The 8.18.4 release includes the following known issues and fixes. [float] [[known-issues-8.18.4]] === Known issues -include::CHANGELOG.asciidoc[tag::known-issue-230275] +include::CHANGELOG.asciidoc[tag=known-issue-230275] [float] [[fixes-v8.18.4]] @@ -551,7 +551,6 @@ include::CHANGELOG.asciidoc[tag=known-issue-2088] .Issues with rules occur when `xpack.alerting.rules.run.alerts.max` is set to a value greater than 5000. [%collapsible] ==== - *Details* + If you've set `xpack.alerting.rules.run.alerts.max` to a value greater than `5000`, you will encounter `Result window is too large` error messages when a maintenance window is active. From c73c6d54d8c6570d31a9311ef8cd74447005b6fd Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Wed, 6 Aug 2025 15:39:11 -0400 Subject: [PATCH 5/5] remove backticks --- docs/CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 67bc6553b4edb..5864a4b346f20 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -548,7 +548,7 @@ include::CHANGELOG.asciidoc[tag=known-issue-1508] include::CHANGELOG.asciidoc[tag=known-issue-2088] // tag::known-issue-230275[] -.Issues with rules occur when `xpack.alerting.rules.run.alerts.max` is set to a value greater than 5000. +.Issues with rules occur when xpack.alerting.rules.run.alerts.max is set to a value greater than 5000. [%collapsible] ==== *Details* +