You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/index-modules.asciidoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ specific index module:
105
105
for the upper bound (e.g. `0-all`). Defaults to `false` (i.e. disabled).
106
106
Note that the auto-expanded number of replicas only takes
107
107
<<shard-allocation-filtering,allocation filtering>> rules into account, but ignores
108
-
any other allocation rules such as <<allocation-awareness,shard allocation awareness>>
108
+
any other allocation rules such as <<shard-allocation-awareness,shard allocation awareness>>
109
109
and <<allocation-total-shards,total shards per node>>, and this can lead to the
110
110
cluster health becoming `YELLOW` if the applicable rules prevent all the replicas
111
111
from being allocated.
@@ -180,7 +180,7 @@ specific index module:
180
180
`index.blocks.read_only_allow_delete`::
181
181
182
182
Similar to `index.blocks.read_only`, but also allows deleting the index to
183
-
make more resources available. The <<disk-allocator,disk-based shard
183
+
make more resources available. The <<shard-allocation-awareness,disk-based shard
184
184
allocator>> may add and remove this block automatically.
185
185
186
186
Deleting documents from an index to release resources - rather than deleting the index itself - can increase the index size over time. When `index.blocks.read_only_allow_delete` is set to `true`, deleting documents is not permitted. However, deleting the index itself releases the read-only index block and makes resources available almost immediately.
0 commit comments