Skip to content

Commit e21d2be

Browse files
stefnestoralbertzaharovits
authored andcommitted
(Doc+) Include cluster.blocks.* default settings (#110560)
👋 howdy, team! Mini doc update to include default settings for `cluster.blocks.*` settings.
1 parent 99c3aec commit e21d2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/modules/cluster/misc.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ An entire cluster may be set to read-only with the following setting:
1111
(<<dynamic-cluster-setting,Dynamic>>)
1212
Make the whole cluster read only (indices do not accept write
1313
operations), metadata is not allowed to be modified (create or delete
14-
indices).
14+
indices). Defaults to `false`.
1515

1616
`cluster.blocks.read_only_allow_delete`::
1717
(<<dynamic-cluster-setting,Dynamic>>)
1818
Identical to `cluster.blocks.read_only` but allows to delete indices
19-
to free up resources.
19+
to free up resources. Defaults to `false`.
2020

2121
WARNING: Don't rely on this setting to prevent changes to your cluster. Any
2222
user with access to the <<cluster-update-settings,cluster-update-settings>>

0 commit comments

Comments
 (0)