Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 26 additions & 2 deletions docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -490,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]]
Expand Down Expand Up @@ -526,7 +536,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].

Expand All @@ -537,6 +547,20 @@ 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 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
Expand Down