elasticsearch/docs/reference/modules
Yannick Welsch 0b517ddca6
Provide option to allow writes when master is down (#60605)
Elasticsearch currently blocks writes by default when a master is unavailable. The cluster.no_master_block setting allows
a user to change this behavior to also block reads when a master is unavailable. This PR introduces a way to now also still
allow writes when a master is offline. Writes will continue to work as long as routing table changes are not needed (as
those require the master for consistency), or if dynamic mapping updates are not required (as again, these require the
master for consistency).

Eventually we should switch the default of cluster.no_master_block to this new mode.
2020-08-12 16:37:32 +02:00
..
cluster [DOCS] Replace twitter dataset in docs (#60604) 2020-08-03 12:49:56 -04:00
discovery Provide option to allow writes when master is down (#60605) 2020-08-12 16:37:32 +02:00
indices [DOCS] Replace twitter dataset in docs (#60604) 2020-08-03 12:49:56 -04:00
cluster.asciidoc [DOCS] Relocate shard allocation module content (#56535) 2020-05-12 08:55:57 -04:00
cross-cluster-search.asciidoc [DOCS] Move inner hits content to separate page (#60840) 2020-08-06 13:47:06 -04:00
discovery.asciidoc Dangling indices documentation (#58751) 2020-07-03 16:28:32 +01:00
gateway.asciidoc Remove dangling index auto import functionality (#59698) 2020-07-17 15:17:58 +01:00
http.asciidoc [DOCS] http -> https, remove outdated plugin docs (#60380) 2020-07-31 15:58:38 -04:00
network.asciidoc Properly document keepalive and other tcp options (#60216) 2020-07-28 10:14:56 +02:00
node.asciidoc Update node.asciidoc (#59201) (#59480) 2020-07-13 16:50:54 -07:00
plugins.asciidoc [DOCS] Relocate "Plugins" page (#54974) 2020-04-10 15:29:44 -04:00
remote-clusters.asciidoc Clarify remote clusters' use of transport layer (#60268) 2020-07-29 13:01:17 +01:00
threadpool.asciidoc System index reads in separate threadpool (#57936) 2020-08-10 12:38:54 -06:00
transport.asciidoc Clarify remote clusters' use of transport layer (#60268) 2020-07-29 13:01:17 +01:00