From 520ec7b8cb1e0b4d92b0c19428ceca17c1938532 Mon Sep 17 00:00:00 2001 From: Michael Peterson Date: Mon, 11 Mar 2024 09:07:49 -0400 Subject: [PATCH] Changed API docs to specify that the change occurs in 8.15, not 8.14 --- .../modules/cluster/remote-clusters-settings.asciidoc | 6 +++--- .../search/search-your-data/search-across-clusters.asciidoc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/reference/modules/cluster/remote-clusters-settings.asciidoc b/docs/reference/modules/cluster/remote-clusters-settings.asciidoc index b29b5e5d78dbb..b1e694261cd38 100644 --- a/docs/reference/modules/cluster/remote-clusters-settings.asciidoc +++ b/docs/reference/modules/cluster/remote-clusters-settings.asciidoc @@ -30,10 +30,10 @@ mode are described separately. nodes belonging to them are available and they are the target of a remote cluster request. -IMPORTANT: In Elasticsearch 8.14, the default value for `skip_unavailable` was -changed from `false` to `true`. Before Elasticsearch 8.14, if you want a cluster +IMPORTANT: In Elasticsearch 8.15, the default value for `skip_unavailable` was +changed from `false` to `true`. Before Elasticsearch 8.15, if you want a cluster to be treated as optional for a {ccs}, then you need to set that configuration. -From Elasticsearch 8.14 forward, you need to set the configuration in order to +From Elasticsearch 8.15 forward, you need to set the configuration in order to make a cluster required for the {ccs}. diff --git a/docs/reference/search/search-your-data/search-across-clusters.asciidoc b/docs/reference/search/search-your-data/search-across-clusters.asciidoc index 1ef712119b212..f836ddad92008 100644 --- a/docs/reference/search/search-your-data/search-across-clusters.asciidoc +++ b/docs/reference/search/search-your-data/search-across-clusters.asciidoc @@ -1180,10 +1180,10 @@ or returns an error where the search on all shards failed. Use the `skip_unavailable` cluster setting to mark a specific remote cluster as either optional or required for {ccs}. -IMPORTANT: In Elasticsearch 8.14, the default value for `skip_unavailable` was -changed from `false` to `true`. Before Elasticsearch 8.14, if you want a cluster +IMPORTANT: In Elasticsearch 8.15, the default value for `skip_unavailable` was +changed from `false` to `true`. Before Elasticsearch 8.15, if you want a cluster to be treated as optional for a {ccs}, then you need to set that configuration. -From Elasticsearch 8.14 forward, you need to set the configuration in order to +From Elasticsearch 8.15 forward, you need to set the configuration in order to make a cluster required for the {ccs}. If `skip_unavailable` is `true`, a {ccs}: