浏览代码

[DOCS] Update allowed operations on data stream write index (#72994)

With #70908, you can now close a write index in 7.12.1 and later versions.
This removes an outdated reference from the data stream overview docs.
James Rodewig 4 年之前
父节点
当前提交
b3a197715e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      docs/reference/data-streams/data-streams.asciidoc

+ 0 - 1
docs/reference/data-streams/data-streams.asciidoc

@@ -66,7 +66,6 @@ You also cannot perform operations on a write index that may hinder indexing,
 such as:
 
 * <<indices-clone-index,Clone>>
-* <<indices-close,Close>>
 * <<indices-delete-index,Delete>>
 * <<freeze-index-api,Freeze>>
 * <<indices-shrink-index,Shrink>>