Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 6 additions & 0 deletions docs/reference/release-notes/8.15.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ signed integer) may encounter errors (issue: {es-issue}111854[#111854])
`xpack.security.authc.realms.*.files.role_mapping` configuration option. As a workaround, custom role mappings
can be configured using the https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-role-mapping.html[REST API] (issue: {es-issue}112503[#112503])

* ES|QL queries can cause nodes to crash due to Out Of Memory errors under some circumstances when there are many indices matching the pattern,
many conflicting field mappings in those indices, and many of those fields are kept in the request.Lower memory proportional to all of that
makes it worse. (issue: {es-issue}111964[#111964], {es-issue}111358[#111358]).
Either downgrade to 8.14, upgrade to 8.15.2 upon release, or else follow the recommendation in the manual to
[disable ES|QL](https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-kibana.html#esql-kibana-enable) queries.

[[breaking-8.15.0]]
[float]
=== Breaking changes
Expand Down
14 changes: 14 additions & 0 deletions docs/reference/release-notes/8.15.1.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[release-notes-8.15.1]]
== {es} version 8.15.1

Also see <<breaking-changes-8.15,Breaking changes in 8.15>>.


[[known-issues-8.15.1]]
[float]
=== Known issues
* ES|QL queries can cause nodes to crash due to Out Of Memory errors under some circumstances when there are many indices matching the pattern,
many conflicting field mappings in those indices, and many of those fields are kept in the request.Lower memory proportional to all of that
makes it worse. (issue: {es-issue}111964[#111964], {es-issue}111358[#111358]).
Either downgrade to 8.14, upgrade to 8.15.2 upon release, or else follow the recommendation in the manual to
[disable ES|QL](https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-kibana.html#esql-kibana-enable) queries.
Loading