瀏覽代碼

[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
James Rodewig 5 年之前
父節點
當前提交
e9279d6299
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/reference/data-streams/data-streams-overview.asciidoc

+ 2 - 0
docs/reference/data-streams/data-streams-overview.asciidoc

@@ -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]]