[DOCS] Relocate local gateway setting content (#56448) (#57443)

Moves `local gateway` setting content to `Configuring Elasticsearch`
from `Modules`.

Relates to #53303.
This commit is contained in:
James Rodewig 2020-06-01 12:40:15 -04:00 committed by GitHub
parent 2ea5372eb7
commit 5c12a1f063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 14 deletions

View File

@ -25,19 +25,9 @@ The modules in this section are:
<<modules-cluster,Shard allocation and cluster-level routing>>::
Settings to control where, when, and how shards are allocated to nodes.
<<modules-gateway,Gateway>>::
How many nodes need to join the cluster before recovery can start.
<<modules-indices,Indices>>::
Global index-related settings.
--
include::modules/discovery.asciidoc[]
include::modules/cluster.asciidoc[]
include::modules/gateway.asciidoc[]

View File

@ -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

View File

@ -723,6 +723,11 @@ See <<ilm-actions>>.
See <<ilm-index-lifecycle>>.
[role="exclude",id="modules-gateway-dangling-indices"]
=== Dangling indices
See <<dangling-indices>>.
[role="exclude",id="_timing"]
=== Timing

View File

@ -61,6 +61,8 @@ include::settings/ilm-settings.asciidoc[]
include::settings/license-settings.asciidoc[]
include::modules/gateway.asciidoc[]
include::setup/logging-config.asciidoc[]
include::settings/ml-settings.asciidoc[]