OpenSearch/docs/reference/modules
Simon Willnauer 6e5cc424a8 Switch indices read-only if a node runs out of disk space (#25541)
Today when we run out of disk all kinds of crazy things can happen
and nodes are becoming hard to maintain once out of disk is hit.
While we try to move shards away if we hit watermarks this might not
be possible in many situations. Based on the discussion in #24299
this change monitors disk utilization and adds a flood-stage watermark
that causes all indices that are allocated on a node hitting the flood-stage
mark to be switched read-only (with the option to be deleted). This allows users to react on the low disk
situation while subsequent write requests will be rejected. Users can switch
individual indices read-write once the situation is sorted out. There is no
automatic read-write switch once the node has enough space. This requires
user interaction.

The flood-stage watermark is set to `95%` utilization by default.

Closes #24299
2017-07-05 22:18:23 +02:00
..
cluster Switch indices read-only if a node runs out of disk space (#25541) 2017-07-05 22:18:23 +02:00
discovery Link to minimum master nodes docs from Zen docs 2017-04-25 16:53:05 -04:00
indices Docs: Fix typo for request cache (#25444) 2017-06-28 14:31:03 +02:00
scripting [DOCS] Defined es-test-dir and plugins-examples-dir in index.asciidoc. (#25232) 2017-06-15 08:54:10 -07:00
cluster.asciidoc Fix typo in cluster module docs 2016-07-12 16:32:23 -04:00
cross-cluster-search.asciidoc Fix queries in cross-cluster search docs 2017-06-16 21:15:35 -04:00
discovery.asciidoc [DOCS] add azure and gce discovery plugins 2014-02-06 09:18:42 +01:00
gateway.asciidoc Update gateway.asciidoc (#19572) 2016-07-28 13:09:05 +02:00
http.asciidoc Enforce Content-Type requirement on the rest layer and remove deprecated methods (#23146) 2017-02-17 14:45:41 -05:00
indices.asciidoc Fix doc build. 2016-06-22 09:34:49 +02:00
memcached.asciidoc Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
network.asciidoc Add doc note regarding explicit publish host 2017-06-30 12:59:02 -04:00
node.asciidoc [DOCS] Add ML node to node.asciidoc (#24495) 2017-06-13 14:03:42 -07:00
plugins.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
scripting.asciidoc [DOCS] Added Painless Language Spec content 2017-05-16 12:46:56 -07:00
snapshots.asciidoc Enhances get snapshots API to allow retrieving repository index only (#24477) 2017-05-10 15:48:40 -04:00
threadpool.asciidoc Marked `fixed_auto_queue_size` as experimental 2017-05-22 10:03:31 +02:00
thrift.asciidoc Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
transport.asciidoc Docs: CONSOLEify transport docs (#23027) 2017-02-07 20:06:28 -06:00
tribe.asciidoc Remove path.conf setting 2017-06-26 15:18:29 -04:00