Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions docs/reference/modules.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
8 changes: 4 additions & 4 deletions docs/reference/modules/gateway.asciidoc
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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
Expand Down
9 changes: 7 additions & 2 deletions docs/reference/redirects.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,11 @@ See <<ilm-actions>>.
See <<ilm-index-lifecycle>>.

[role="exclude",id="search-uri-request"]
=== URI Search
=== URI search

See <<search-search>>.
See <<search-search>>.

[role="exclude",id="modules-gateway-dangling-indices"]
=== Dangling indices

See <<modules-gateway-dangling-indices>>.
2 changes: 2 additions & 0 deletions docs/reference/setup.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down