OpenSearch/docs/reference/modules
Yannick Welsch 25404cbe3d 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:56:45 +02:00
..
cluster [DOCS] Replace `twitter` dataset in docs (#60604) (#60609) 2020-08-03 13:31:19 -04:00
discovery Provide option to allow writes when master is down (#60605) 2020-08-12 16:56:45 +02:00
indices [DOCS] Replace `twitter` dataset in docs (#60604) (#60609) 2020-08-03 13:31:19 -04:00
cluster.asciidoc [DOCS] Relocate `shard allocation` module content (#56535) (#57448) 2020-06-01 13:15:08 -04:00
cross-cluster-search.asciidoc [DOCS] Move inner hits content to separate page (#60840) (#60843) 2020-08-06 14:06:01 -04:00
discovery.asciidoc Dangling indices documentation (#58751) 2020-07-09 14:02:23 +01:00
gateway.asciidoc Dangling indices documentation (#58751) 2020-07-09 14:02:23 +01:00
http.asciidoc [DOCS] http -> https, remove outdated plugin docs (#60380) (#60545) 2020-07-31 16:16:31 -04:00
memcached.asciidoc [DOCS] Swap `[float]` for `[discrete]` (#60134) 2020-07-23 12:42:33 -04:00
network.asciidoc Properly document keepalive and other tcp options (#60216) 2020-07-28 11:10:04 +02:00
node.asciidoc Update node.asciidoc (#59201) (#59479) 2020-07-13 16:51:14 -07:00
plugins.asciidoc [DOCS] Relocate "Plugins" page (#54974) (#57418) 2020-06-01 10:07:50 -04:00
remote-clusters.asciidoc Clarify remote clusters' use of transport layer (#60268) 2020-07-29 13:04:10 +01:00
threadpool.asciidoc System index reads in separate threadpool (#60927) 2020-08-11 12:16:34 -06:00
thrift.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
transport.asciidoc Clarify remote clusters' use of transport layer (#60268) 2020-07-29 13:04:10 +01:00