[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:
James Rodewig 2020-06-15 08:53:59 -04:00
parent 9392210cb5
commit 66c33c8c96
1 changed files with 2 additions and 0 deletions

View File

@ -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
prohibited operations include:
* <<indices-clone-index,Clone>>
* <<indices-close,Close>>
* <<indices-delete-index,Delete>>
* <<freeze-index-api,Freeze>>
* <<indices-shrink-index,Shrink>>
* <<indices-split-index,Split>>
[discrete]
[[data-streams-rollover]]