mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 06:16:40 +00:00
[DOCS] Adds discovery.type (#42823)
Co-Authored-By: David Turner <david.turner@elastic.co>
This commit is contained in:
parent
ab5bc83597
commit
757c6a45a0
@ -25,12 +25,19 @@ Discovery and cluster formation are affected by the following settings:
|
|||||||
compatibility. Support for the old name will be removed in a future
|
compatibility. Support for the old name will be removed in a future
|
||||||
version.
|
version.
|
||||||
|
|
||||||
|
`discovery.type`::
|
||||||
|
|
||||||
|
Specifies whether {es} should form a multiple-node cluster. By default, {es}
|
||||||
|
discovers other nodes when forming a cluster and allows other nodes to join
|
||||||
|
the cluster later. If `discovery.type` is set to `single-node`, {es} forms a
|
||||||
|
single-node cluster. For more information about when you might use this
|
||||||
|
setting, see <<single-node-discovery>>.
|
||||||
|
|
||||||
`cluster.initial_master_nodes`::
|
`cluster.initial_master_nodes`::
|
||||||
|
|
||||||
Sets a list of the <<node.name,node names>> or transport addresses of the
|
Sets the initial set of master-eligible nodes in a brand-new cluster. By
|
||||||
initial set of master-eligible nodes in a brand-new cluster. By default
|
default this list is empty, meaning that this node expects to join a cluster
|
||||||
this list is empty, meaning that this node expects to join a cluster that
|
that has already been bootstrapped. See <<initial_master_nodes>>.
|
||||||
has already been bootstrapped. See <<initial_master_nodes>>.
|
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
==== Expert settings
|
==== Expert settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user