Skip to content

Commit

Permalink
(Doc+) Include cluster.blocks.* default settings (elastic#110560)
Browse files Browse the repository at this point in the history
πŸ‘‹ howdy, team! Mini doc update to include default settings for `cluster.blocks.*` settings.
  • Loading branch information
stefnestor committed Jul 11, 2024
1 parent dcbc230 commit 0229573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/modules/cluster/misc.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ An entire cluster may be set to read-only with the following setting:
(<<dynamic-cluster-setting,Dynamic>>)
Make the whole cluster read only (indices do not accept write
operations), metadata is not allowed to be modified (create or delete
indices).
indices). Defaults to `false`.

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

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

0 comments on commit 0229573

Please sign in to comment.