From c71ffea26f28ba61835aae18a4988b5fb68d3f5e Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Fri, 8 May 2020 13:28:05 -0400 Subject: [PATCH] [DOCS] Relocate `local gateway` setting content Moves `local gateway` setting content to `Configuring Elasticsearch` from `Modules`. Relates to #53303. --- docs/reference/modules.asciidoc | 10 ---------- docs/reference/modules/gateway.asciidoc | 8 ++++---- docs/reference/redirects.asciidoc | 9 +++++++-- docs/reference/setup.asciidoc | 2 ++ 4 files changed, 13 insertions(+), 16 deletions(-) diff --git a/docs/reference/modules.asciidoc b/docs/reference/modules.asciidoc index 865fea41a8928..2ab54762e6df2 100644 --- a/docs/reference/modules.asciidoc +++ b/docs/reference/modules.asciidoc @@ -25,19 +25,9 @@ The modules in this section are: <>:: Settings to control where, when, and how shards are allocated to nodes. - -<>:: - - How many nodes need to join the cluster before recovery can start. - -<>:: - - Global index-related settings. -- include::modules/discovery.asciidoc[] include::modules/cluster.asciidoc[] - -include::modules/gateway.asciidoc[] diff --git a/docs/reference/modules/gateway.asciidoc b/docs/reference/modules/gateway.asciidoc index c5bb5d1579c4f..4f2a74077f334 100644 --- a/docs/reference/modules/gateway.asciidoc +++ b/docs/reference/modules/gateway.asciidoc @@ -1,7 +1,7 @@ [[modules-gateway]] -== Local Gateway +=== Local gateway settings -The local gateway module stores the cluster state and shard data across full +The local gateway stores the cluster state and shard data across full cluster restarts. The following _static_ settings, which must be set on every master node, @@ -53,8 +53,8 @@ as long as the following conditions are met: NOTE: These settings only take effect on a full cluster restart. -[[modules-gateway-dangling-indices]] -=== Dangling indices +[[dangling-indices]] +==== Dangling indices When a node joins the cluster, any shards stored in its local data directory which do not already exist in the cluster will be imported into the diff --git a/docs/reference/redirects.asciidoc b/docs/reference/redirects.asciidoc index 9bc5e3c8b51e1..c3ec903ea7a2f 100644 --- a/docs/reference/redirects.asciidoc +++ b/docs/reference/redirects.asciidoc @@ -495,6 +495,11 @@ See <>. See <>. [role="exclude",id="search-uri-request"] -=== URI Search +=== URI search -See <>. \ No newline at end of file +See <>. + +[role="exclude",id="modules-gateway-dangling-indices"] +=== Dangling indices + +See <>. \ No newline at end of file diff --git a/docs/reference/setup.asciidoc b/docs/reference/setup.asciidoc index 4d4672d1dd04d..3c29af1c173cd 100644 --- a/docs/reference/setup.asciidoc +++ b/docs/reference/setup.asciidoc @@ -63,6 +63,8 @@ include::modules/indices/indexing_buffer.asciidoc[] include::settings/license-settings.asciidoc[] +include::modules/gateway.asciidoc[] + include::setup/logging-config.asciidoc[] include::settings/ml-settings.asciidoc[]