File tree 1 file changed +0
-20
lines changed
docs/reference/index-modules 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -47,26 +47,6 @@ IMPORTANT: {es} adds and removes the read-only index block automatically when th
47
47
48
48
Set to `true` to disable index metadata reads and writes.
49
49
50
- `index.blocks.read_only_allow_delete`::
51
-
52
- Similar to `index.blocks.read_only`, but also allows deleting the index to
53
- make more resources available. The <<disk-based-shard-allocation,disk-based shard
54
- allocator>> adds and removes this block automatically.
55
-
56
- Deleting documents from an index - rather than deleting the index itself - can
57
- in fact increase the index size. When you are running out of disk space
58
- `index.blocks.read_only_allow_delete` is set to `true`, preventing you from
59
- consuming more disk space by deleting some documents. However, this block does
60
- permit you to delete the index itself since this does not require any extra
61
- disk space. When you delete an index the data is removed from disk almost
62
- immediately, freeing the space it consumes.
63
-
64
- IMPORTANT: {es} adds the read-only-allow-delete index block automatically when
65
- disk utilisation exceeds the <<cluster-routing-flood-stage,flood-stage
66
- watermark>> and removes it again when disk utilisation is below the
67
- <<cluster-routing-watermark-high,high watermark>>. You should not apply this
68
- block yourself.
69
-
70
50
[discrete]
71
51
[[add-index-block]]
72
52
=== Add index block API
You can’t perform that action at this time.
0 commit comments