OpenSearch/docs/reference/modules/discovery
Boaz Leskes 6dd164d0bd Include pings from client nodes in master election
We currently have a `discovery.zen.master_election.filter_client` setting that control whether their ping responses are ignored for master election (which is the current default). With the push to treat client nodes as normal nodes (and promote the transport/rest clients for client work), this should be changed. This commit remove this setting and it's companion `discovery.zen.master_election.filter_data` setting (currently defaulting to  false) in favor of singe `discovery.zen.master_election.ignore_non_master_pings` setting with more intuitive name (defaulting to false).

Resolves #17325
Closes #17329
2016-03-24 17:48:05 +01:00
..
azure.asciidoc [cloud-azure] Split azure plugin in 3 plugins 2015-09-21 17:55:23 +02:00
ec2.asciidoc [doc] fix cross link between core and plugins doc 2015-09-03 12:11:58 +02:00
gce.asciidoc Rename cloud-gce plugin to discovery-gce plugin 2015-10-08 06:53:37 +02:00
zen.asciidoc Include pings from client nodes in master election 2016-03-24 17:48:05 +01:00