File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/reference/modules/cluster Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ An entire cluster may be set to read-only with the following setting:
11
11
(<<dynamic-cluster-setting,Dynamic>>)
12
12
Make the whole cluster read only (indices do not accept write
13
13
operations), metadata is not allowed to be modified (create or delete
14
- indices).
14
+ indices). Defaults to `false`.
15
15
16
16
`cluster.blocks.read_only_allow_delete`::
17
17
(<<dynamic-cluster-setting,Dynamic>>)
18
18
Identical to `cluster.blocks.read_only` but allows to delete indices
19
- to free up resources.
19
+ to free up resources. Defaults to `false`.
20
20
21
21
WARNING: Don't rely on this setting to prevent changes to your cluster. Any
22
22
user with access to the <<cluster-update-settings,cluster-update-settings>>
You can’t perform that action at this time.
0 commit comments