Browse Source

[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 years ago
parent
commit
b3a197715e
1 changed files with 0 additions and 1 deletions
  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>>