elasticsearch/docs/reference/index-modules
David Turner b1db7b67c6
Permit metadata updates on flood-stage-blocked indices (#81781)
If a node reaches the flood stage watermark then we automatically apply
the `read_only_allow_delete` block to all its indices to prevent any
further growth in data. Users are expected to fix the disk space issue
by adding more space or deleting indices. However some users may prefer
to fix the disk space issues by modifying some of the index settings,
perhaps removing replicas or adjusting an allocation filter to move
shards onto nodes with more space. Today this isn't possible since the
`read_only_allow_delete` block also applies to metadata writes. Blocking
metadata writes isn't necessary to protect against further increases in
disk usage, and makes it harder for users to resolve the disk space
issue, so this commit removes the `METADATA_WRITE` level from the block
definition.
2021-12-16 12:19:41 +00:00
..
allocation _tier_preference docs changes for 8.0 (#81389) 2021-12-06 19:40:47 -05:00
allocation.asciidoc DOCS: general overview of data tiers and roles (#63086) 2020-10-07 17:06:54 +01:00
analysis.asciidoc Fixing typo 2015-10-26 16:48:20 -04:00
blocks.asciidoc Permit metadata updates on flood-stage-blocked indices (#81781) 2021-12-16 12:19:41 +00:00
history-retention.asciidoc [DOCS] Update CCR docs to focus on Kibana (#60555) 2020-08-24 13:44:41 +02:00
index-sorting.asciidoc [DOCS] Fix typo (#75635) (#75705) 2021-07-26 18:05:22 -04:00
indexing-pressure.asciidoc Add ess marker to indexing_pressure.memory.limit (#61127) 2020-10-06 13:57:32 -06:00
mapper.asciidoc [DOCS] Replace put with create or update in API names (#70330) 2021-03-15 14:49:44 -04:00
merge.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
similarity.asciidoc [DOCS] Fix link in similarity module docs 2020-08-14 18:30:44 -04:00
slowlog.asciidoc [doc] Document workaround for slow log levels (#75438) 2021-07-22 10:53:51 +02:00
store.asciidoc Deprecate SimpleFS and replace it with NIOFS (#75156) (#75196) 2021-07-09 18:22:41 -04:00
translog.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00