Skip to content

Commit

Permalink
[DOCS] Adds discovery.type (#42823)
Browse files Browse the repository at this point in the history
Co-Authored-By: David Turner <[email protected]>
  • Loading branch information
lcawl and DaveCTurner committed Jun 5, 2019
1 parent ab5bc83 commit 757c6a4
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/reference/modules/discovery/discovery-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 757c6a4

Please sign in to comment.