File tree Expand file tree Collapse file tree 4 files changed +11
-14
lines changed
Expand file tree Collapse file tree 4 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,9 @@ The modules in this section are:
2525<<modules-cluster,Shard allocation and cluster-level routing>>::
2626
2727 Settings to control where, when, and how shards are allocated to nodes.
28-
29- <<modules-gateway,Gateway>>::
30-
31- How many nodes need to join the cluster before recovery can start.
32-
33- <<modules-indices,Indices>>::
34-
35- Global index-related settings.
3628--
3729
3830
3931include::modules/discovery.asciidoc[]
4032
4133include::modules/cluster.asciidoc[]
42-
43- include::modules/gateway.asciidoc[]
Original file line number Diff line number Diff line change 11[[modules-gateway]]
2- == Local Gateway
2+ === Local gateway settings
33
4- The local gateway module stores the cluster state and shard data across full
4+ The local gateway stores the cluster state and shard data across full
55cluster restarts.
66
77The following _static_ settings, which must be set on every master node,
@@ -53,8 +53,8 @@ as long as the following conditions are met:
5353
5454NOTE: These settings only take effect on a full cluster restart.
5555
56- [[modules-gateway- dangling-indices]]
57- === Dangling indices
56+ [[dangling-indices]]
57+ ==== Dangling indices
5858
5959When a node joins the cluster, any shards stored in its local data
6060directory which do not already exist in the cluster will be imported into the
Original file line number Diff line number Diff line change @@ -722,6 +722,11 @@ See <<ilm-actions>>.
722722
723723See <<ilm-index-lifecycle>>.
724724
725+ [role="exclude",id="modules-gateway-dangling-indices"]
726+ === Dangling indices
727+
728+ See <<dangling-indices>>.
729+
725730[role="exclude",id="_timing"]
726731=== Timing
727732
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ include::settings/ilm-settings.asciidoc[]
6161
6262include::settings/license-settings.asciidoc[]
6363
64+ include::modules/gateway.asciidoc[]
65+
6466include::setup/logging-config.asciidoc[]
6567
6668include::settings/ml-settings.asciidoc[]
You can’t perform that action at this time.
0 commit comments