From 86b82e7aa3e9a944334b6566428b5f8f7cb34565 Mon Sep 17 00:00:00 2001 From: Alexander Spies Date: Fri, 20 Sep 2024 10:31:53 +0200 Subject: [PATCH] ESQL Docs: Mention Discover/Field Statistics in OOM known issue in 8.15.1/2 (#113196) --- docs/reference/release-notes/8.15.0.asciidoc | 1 + docs/reference/release-notes/8.15.1.asciidoc | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/reference/release-notes/8.15.0.asciidoc b/docs/reference/release-notes/8.15.0.asciidoc index c19f4f7cf989b..1496d7846a080 100644 --- a/docs/reference/release-notes/8.15.0.asciidoc +++ b/docs/reference/release-notes/8.15.0.asciidoc @@ -35,6 +35,7 @@ can be configured using the https://www.elastic.co/guide/en/elasticsearch/refere ** These indices have many conflicting field mappings ** Many of those fields are included in the request These issues deplete heap memory, increasing the likelihood of OOM errors. (issue: {es-issue}111964[#111964], {es-issue}111358[#111358]). +In Kibana, you might indirectly execute these queries when using Discover, or adding a Field Statistics panel to a dashboard. + To work around this issue, you have a number of options: ** Downgrade to an earlier version diff --git a/docs/reference/release-notes/8.15.1.asciidoc b/docs/reference/release-notes/8.15.1.asciidoc index 01a6233a83ebf..e3bfaa18b6986 100644 --- a/docs/reference/release-notes/8.15.1.asciidoc +++ b/docs/reference/release-notes/8.15.1.asciidoc @@ -15,6 +15,7 @@ can be configured using the https://www.elastic.co/guide/en/elasticsearch/refere ** These indices have many conflicting field mappings ** Many of those fields are included in the request These issues deplete heap memory, increasing the likelihood of OOM errors. (issue: {es-issue}111964[#111964], {es-issue}111358[#111358]). +In Kibana, you might indirectly execute these queries when using Discover, or adding a Field Statistics panel to a dashboard. + To work around this issue, you have a number of options: ** Downgrade to an earlier version