Merge pull request #15852 from ywelsch/fix/doc-tribe
Fix tribe blocks documentation
This commit is contained in:
commit
eeb552b3a5
|
@ -56,13 +56,14 @@ tribe:
|
|||
metadata: true
|
||||
--------------------------------
|
||||
|
||||
The tribe node can also configure blocks on indices explicitly:
|
||||
The tribe node can also configure blocks on selected indices:
|
||||
|
||||
[source,yaml]
|
||||
--------------------------------
|
||||
tribe:
|
||||
blocks:
|
||||
indices.write: hk*,ldn*
|
||||
write.indices: hk*,ldn*
|
||||
metadata.indices: hk*,ldn*
|
||||
--------------------------------
|
||||
|
||||
When there is a conflict and multiple clusters hold the same index, by default
|
||||
|
|
Loading…
Reference in New Issue