Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Doc+) Include cluster.blocks.* default settings #110560

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading