elasticsearch/docs/reference
Bukhtawar c592d24300 Auto-release flood-stage write block (#42559)
If a node exceeds the flood-stage disk watermark then we add a block to all of
its indices to prevent further writes as a last-ditch attempt to prevent the
node completely exhausting its disk space. However today this block remains in
place until manually removed, and this block is a source of confusion for users
who current have ample disk space and did not even realise they nearly ran out
at some point in the past.

This commit changes our behaviour to automatically remove this block when a
node drops below the high watermark again. The expectation is that the high
watermark is some distance below the flood-stage watermark and therefore the
disk space problem is truly resolved.

Fixes #39334
2019-08-07 10:53:17 +01:00
..
administering [DOC] Backup & Restore Security Configuration (#42970) 2019-07-10 14:05:01 +03:00
aggregations Allow pipeline aggs to select specific buckets from multi-bucket aggs (#44179) 2019-08-05 12:15:42 -04:00
analysis [DOCS] Modified section headings, edited text for clarity. (#44988) 2019-07-30 16:03:05 -04:00
cat Introduce formal node ML role (#45174) 2019-08-06 12:58:46 -04:00
ccr [DOCS] Reformats API parameter details (#44194) 2019-07-12 08:26:31 -07:00
cluster [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:35:36 -04:00
commands [DOCS] Adds command reference for elasticsearch-croneval (#43946) 2019-07-25 11:32:31 -07:00
data-frames/apis [DOCS] Clarifies dataframe transform validations 2019-07-25 15:03:57 -07:00
docs Add guide for using ILM with existing indices (#43667) 2019-08-05 13:39:09 -06:00
graph
how-to Expand docs on force-merge and global ordinals (#44684) 2019-07-23 07:32:44 +01:00
ilm Add guide for using ILM with existing indices (#43667) 2019-08-05 13:39:09 -06:00
images Add RareTerms aggregation (#35718) 2019-07-01 10:02:36 -04:00
index-modules [DOCS] Update anchors and links for Elasticsearch API relocation (#44500) 2019-07-19 09:16:35 -04:00
indices [DOCS] Offset clone index API headings to correct nav (#45097) 2019-08-01 11:21:11 -04:00
ingest Add back lowercase processor in docs (#45090) 2019-08-06 09:20:04 -04:00
licensing
mapping Correct a code snippet in removal_of_types. (#45118) 2019-08-06 13:54:53 -07:00
migration Rename HLRC 'indexlifecycle' components to 'ilm' (#44982) 2019-07-30 15:09:06 -06:00
ml [DOCS] Reformats ML update APIs (#45253) 2019-08-06 11:05:01 -07:00
modules Auto-release flood-stage write block (#42559) 2019-08-07 10:53:17 +01:00
monitoring [DOCS] Describe setup for monitoring logs (#42655) 2019-06-20 07:22:18 -07:00
query-dsl [DOCS] Reformat match phrase prefix query (#45209) 2019-08-06 14:01:49 -04:00
release-notes [DOCS] Remove abbrevtitles for Asciidoctor migration (#41366) 2019-04-22 05:26:36 -07:00
rest-api [DOCS] Reformat cat count API (#45160) 2019-08-06 08:36:22 -04:00
rollup [DOCS] Reformats get rollup jobs API (#45114) 2019-08-06 09:38:47 -07:00
scripting [DOCS] Update anchors and links for Elasticsearch API relocation (#44500) 2019-07-19 09:16:35 -04:00
search [Docs] Fix typo in rank-eval.asciidoc (#44978) 2019-07-31 12:38:26 +02:00
security [DOCS] Remove :edit_url: overrides. (#44445) 2019-07-16 15:02:38 -04:00
settings [ML][Data Frame] adding dynamic cluster setting for failure retries (#44577) 2019-07-19 13:50:28 -05:00
setup [DOCS] Remove xpack terminology from installation pages (#44973) 2019-07-30 14:59:20 -07:00
sql Switch from using docvalue_fields to extracting values from _source (#44062) 2019-07-24 13:59:02 +03:00
testing
upgrade [DOCS] Update anchors and links for Elasticsearch API relocation (#44500) 2019-07-19 09:16:35 -04:00
vectors Add l1norm and l2norm distances for vectors (#44116) 2019-07-11 14:14:23 -04:00
administering.asciidoc [DOC] Backup & Restore Security Configuration (#42970) 2019-07-10 14:05:01 +03:00
aggregations.asciidoc
analysis.asciidoc [DOCS] Reformat match phrase prefix query (#45209) 2019-08-06 14:01:49 -04:00
api-conventions.asciidoc Rename "indices APIs" to "index APIs" (#44863) 2019-08-02 14:09:46 -04:00
cat.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:35:36 -04:00
cluster.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:35:36 -04:00
docs.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:35:36 -04:00
frozen-indices.asciidoc [DOCS] Change `// TESTRESPONSE[_cat]` to `// TESTRESPONSE[non_json]` (#43006) 2019-06-10 09:33:32 -04:00
getting-started.asciidoc Introduce formal node ML role (#45174) 2019-08-06 12:58:46 -04:00
glossary.asciidoc Update glossary.asciidoc (#41364) 2019-04-19 10:24:29 +02:00
gs-index.asciidoc
how-to.asciidoc
index-docinfo.xml [DOCS] Add intro blurb to ES Ref TOC page (#44728) 2019-07-23 12:51:05 -07:00
index-modules.asciidoc [DOCS] Rewrite `regexp` query (#42711) 2019-07-24 08:37:37 -04:00
index.asciidoc [DOCS] Move Elasticsearch APIs to REST APIs section. (#44238) (#44372) 2019-07-17 08:49:22 -04:00
index.x-docinfo.xml [DOCS] Adding x version of the intro blurb for the TOC. 2019-07-24 14:25:07 -07:00
index.x.asciidoc
indices.asciidoc Add Clone Index API (#44267) 2019-07-25 20:17:51 +02:00
ingest.asciidoc show a full ingest example in the index page, to let user fast understand ingest node. (#43476) 2019-07-01 08:04:26 +02:00
intro.asciidoc [DOCS] Edited title/subtitle. (#43552) 2019-06-24 15:29:47 -07:00
mapping.asciidoc [DOCS] Update anchors and links for Elasticsearch API relocation (#44500) 2019-07-19 09:16:35 -04:00
modules.asciidoc [DOCS] Remove :edit_url: overrides. (#44445) 2019-07-16 15:02:38 -04:00
query-dsl.asciidoc [DOCS] Rewrite `regexp` query (#42711) 2019-07-24 08:37:37 -04:00
redirects.asciidoc [DOCS] Move Elasticsearch APIs to REST APIs section. (#44238) (#44372) 2019-07-17 08:49:22 -04:00
release-notes.asciidoc
scripting.asciidoc [DOCS] Move 'Scripting' section to top-level navigation. (#42939) 2019-06-06 10:45:04 -04:00
search.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:35:36 -04:00
setup.asciidoc [ML][Data Frame] adding dynamic cluster setting for failure retries (#44577) 2019-07-19 13:50:28 -05:00
testing.asciidoc
upgrade.asciidoc Update docs to refer to 6.8 instead of 6.7 (#43685) 2019-07-02 09:06:14 +02:00