mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Update index-modules.asciidoc
Docs: Clarified `blocks.write` vs `blocks.read_only`
This commit is contained in:
parent
0d11b9fe34
commit
65e602c2be
@ -180,7 +180,9 @@ specific index module:
|
||||
|
||||
`index.blocks.write`::
|
||||
|
||||
Set to `true` to disable write operations against the index.
|
||||
Set to `true` to disable data write operations against the index. Unlike `read_only',
|
||||
this setting does not affect metadata. For instance, you can close an index with a `write`
|
||||
block, but not an index with a `read_only` block.
|
||||
|
||||
`index.blocks.metadata`::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user