Skip to content

Commit

Permalink
[DOCS] Backports elastic#42823
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jun 5, 2019
1 parent af9e9c9 commit fd6d0c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/reference/modules/discovery/zen.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,13 @@ cluster.
The `discovery.zen.no_master_block` setting doesn't apply to nodes-based apis
(for example cluster stats, node info and node stats apis). Requests to these
apis will not be blocked and can run on any available node.

[float]
[[single-node]]
==== Single-node discovery

The `discovery.type` setting 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,Bootstrap checks>>.

0 comments on commit fd6d0c7

Please sign in to comment.