From db421ce650d84e5fcf15cabf77d653464f1da8cf Mon Sep 17 00:00:00 2001 From: Lukas Olson Date: Wed, 25 Sep 2024 11:28:01 -0700 Subject: [PATCH 1/4] Add search session deprecation to release notes --- docs/CHANGELOG.asciidoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index c164708bc12d8..e716ea1c57c50 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -186,6 +186,15 @@ you make the necessary updates after you upgrade to 8.15.0. The Uptime app is already hidden from Kibana when there is no recent Heartbeat data, and will be completely removed in early 2026. You should migrate to Synthetics as an alternative. For more details, refer to the {observability-guide}/uptime-intro.html[Uptime documentation]. ==== +[discrete] +[[deprecation-search-sessions]] +.<> is deprecated in 8.15.0 and will be removed in a future version. +[%collapsible] +==== +*Details* + +Search Sessions is now deprecated and will be removed in a future version. By default, queries that take longer than 10 minutes (the default for the advanced setting `search:timeout`) will be canceled. To allow queries to run longer, consider increasing `search:timeout` or setting it to `0` which will allow queries to continue executing as long as a user is waiting on-screen for results. +==== + [float] [[breaking-changes-8.15.0]] === Breaking changes From 5c689764e6341e46ed900f6657587f9a665a760f Mon Sep 17 00:00:00 2001 From: Lukas Olson Date: Thu, 10 Oct 2024 08:32:31 -0700 Subject: [PATCH 2/4] Update docs/CHANGELOG.asciidoc Co-authored-by: Lisa Cawley --- docs/CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 2ba2114e715f5..a871bffb53ac2 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -243,7 +243,7 @@ The Uptime app is already hidden from Kibana when there is no recent Heartbeat d [%collapsible] ==== *Details* + -Search Sessions is now deprecated and will be removed in a future version. By default, queries that take longer than 10 minutes (the default for the advanced setting `search:timeout`) will be canceled. To allow queries to run longer, consider increasing `search:timeout` or setting it to `0` which will allow queries to continue executing as long as a user is waiting on-screen for results. +Search sessions are now deprecated and will be removed in a future version. By default, queries that take longer than 10 minutes (the default for the advanced setting `search:timeout`) will be canceled. To allow queries to run longer, consider increasing `search:timeout` or setting it to `0` which will allow queries to continue running as long as a user is waiting on-screen for results. ==== [float] From 7b283cdb7c100427d6d066ea6c77529c5ab5a518 Mon Sep 17 00:00:00 2001 From: Lukas Olson Date: Thu, 10 Oct 2024 08:32:39 -0700 Subject: [PATCH 3/4] Update docs/CHANGELOG.asciidoc Co-authored-by: Lisa Cawley --- docs/CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index a871bffb53ac2..fd2232b6ceda5 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -239,7 +239,7 @@ The Uptime app is already hidden from Kibana when there is no recent Heartbeat d [discrete] [[deprecation-search-sessions]] -.<> is deprecated in 8.15.0 and will be removed in a future version. +.<> are deprecated in 8.15.0 and will be removed in a future version. [%collapsible] ==== *Details* + From ced31de3b116ef94256d5564926b8192a6b1e96c Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Thu, 17 Oct 2024 09:51:58 +0200 Subject: [PATCH 4/4] add deprecation to upgrade notes as well --- docs/CHANGELOG.asciidoc | 1 - docs/upgrade-notes.asciidoc | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index f746af9123885..074dc6ffd05f0 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -277,7 +277,6 @@ The Uptime app is already hidden from Kibana when there is no recent Heartbeat d ==== [discrete] -[[deprecation-search-sessions]] .<> are deprecated in 8.15.0 and will be removed in a future version. [%collapsible] ==== diff --git a/docs/upgrade-notes.asciidoc b/docs/upgrade-notes.asciidoc index d8ed74d367d86..5bde93df15490 100644 --- a/docs/upgrade-notes.asciidoc +++ b/docs/upgrade-notes.asciidoc @@ -1503,6 +1503,18 @@ The following rule action variables have been deprecated. Use the recommended va For more information, refer to ({kibana-pull}161136[#161136]). ==== +// Discover + +[discrete] +[[deprecation-search-sessions]] +.[Discover] <> are deprecated in 8.15.0 and will be removed in a future version. (8.15) +[%collapsible] +==== +*Details* + +Search sessions are now deprecated and will be removed in a future version. By default, queries that take longer than 10 minutes (the default for the advanced setting `search:timeout`) will be canceled. To allow queries to run longer, consider increasing `search:timeout` or setting it to `0` which will allow queries to continue running as long as a user is waiting on-screen for results. +==== + + // General settings [discrete]