Преглед на файлове

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