[DOCS] Adds discovery.type (#42823)

Co-Authored-By: David Turner <david.turner@elastic.co>
This commit is contained in:
Lisa Cawley 2019-06-05 12:29:40 -07:00 committed by lcawl
parent ab5bc83597
commit 757c6a45a0
1 changed files with 12 additions and 5 deletions

View File

@ -24,14 +24,21 @@ Discovery and cluster formation are affected by the following settings:
name is deprecated but continues to work in order to preserve backwards
compatibility. Support for the old name will be removed in a future
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`::
Sets a list of the <<node.name,node names>> or transport addresses of the
initial set of master-eligible nodes in a brand-new cluster. By default
this list is empty, meaning that this node expects to join a cluster that
has already been bootstrapped. See <<initial_master_nodes>>.
Sets the initial set of master-eligible nodes in a brand-new cluster. By
default this list is empty, meaning that this node expects to join a cluster
that has already been bootstrapped. See <<initial_master_nodes>>.
[float]
==== Expert settings