Skip to content

Commit bda2d21

Browse files
authored
[DOCS] Relocate local gateway setting content (#56448) (#57445)
Moves `local gateway` setting content to `Configuring Elasticsearch` from `Modules`. Relates to #53303.
1 parent e4f6dec commit bda2d21

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

docs/reference/modules.asciidoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

3931
include::modules/discovery.asciidoc[]
4032

4133
include::modules/cluster.asciidoc[]
42-
43-
include::modules/gateway.asciidoc[]

docs/reference/modules/gateway.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
cluster restarts.
66

77
The following _static_ settings, which must be set on every master node,
@@ -53,8 +53,8 @@ as long as the following conditions are met:
5353

5454
NOTE: 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

5959
When a node joins the cluster, any shards stored in its local data
6060
directory which do not already exist in the cluster will be imported into the

docs/reference/redirects.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,11 @@ See <<ilm-actions>>.
722722

723723
See <<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

docs/reference/setup.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ include::settings/ilm-settings.asciidoc[]
6161

6262
include::settings/license-settings.asciidoc[]
6363

64+
include::modules/gateway.asciidoc[]
65+
6466
include::setup/logging-config.asciidoc[]
6567

6668
include::settings/ml-settings.asciidoc[]

0 commit comments

Comments
 (0)