[DOCS] Update prohibited ops for ds write index
Adds 'clone' and 'split' to a list of actions that are prohibited on a data stream's write index
This commit is contained in:
parent
9392210cb5
commit
66c33c8c96
|
@ -87,10 +87,12 @@ Because it's the only index capable of ingesting new documents, you cannot
|
||||||
perform operations on a write index that might hinder indexing. These
|
perform operations on a write index that might hinder indexing. These
|
||||||
prohibited operations include:
|
prohibited operations include:
|
||||||
|
|
||||||
|
* <<indices-clone-index,Clone>>
|
||||||
* <<indices-close,Close>>
|
* <<indices-close,Close>>
|
||||||
* <<indices-delete-index,Delete>>
|
* <<indices-delete-index,Delete>>
|
||||||
* <<freeze-index-api,Freeze>>
|
* <<freeze-index-api,Freeze>>
|
||||||
* <<indices-shrink-index,Shrink>>
|
* <<indices-shrink-index,Shrink>>
|
||||||
|
* <<indices-split-index,Split>>
|
||||||
|
|
||||||
[discrete]
|
[discrete]
|
||||||
[[data-streams-rollover]]
|
[[data-streams-rollover]]
|
||||||
|
|
Loading…
Reference in New Issue