Merge pull request #17368 from spalger/docs/clarifyMinMasterCheck

[docs] clarify where discovery.zen.minimum_master_node is required
This commit is contained in:
Spencer 2016-03-29 11:44:50 -07:00
commit f07b35b328

View File

@ -213,8 +213,8 @@ name of the setting must be prefixed with `es.`.
==== Discovery Settings
The `discovery.zen.minimum_master_node` must bet set for nodes that are bound
to a non-loopback network interface. We see those nodes as in "production" mode and
thus require the setting.
The `discovery.zen.minimum_master_node` must bet set for nodes that have
`network.host`, `network.bind_host`, `network.publish_host`,
`transport.host`, `transport.bind_host`, or `transport.publish_host`
configuration options set. We see those nodes as in "production" mode
and thus require the setting.