Browse Source

[DOCS] Reword tip in data streams overview

James Rodewig 5 years ago
parent
commit
433ab42b1d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/reference/data-streams/data-streams-overview.asciidoc

+ 3 - 3
docs/reference/data-streams/data-streams-overview.asciidoc

@@ -140,7 +140,7 @@ following requests to the backing index containing the document:
 
 See <<update-delete-docs-in-a-data-stream>>.
 
-TIP: If you need to frequently update or delete existing documents across
-multiple indices, we recommend using an <<indices-add-alias,index alias>> and
+TIP: If you frequently update or delete existing documents,
+we recommend using an <<indices-add-alias,index alias>> and
 <<indices-templates,index template>> instead of a data stream. You can still
-use <<index-lifecycle-management,{ilm-init}>> to manage the indices.
+use <<index-lifecycle-management,{ilm-init}>> to manage indices for the alias.