[DOCS] Reword tip in data streams overview

This commit is contained in:
James Rodewig 2020-06-23 08:56:41 -04:00
parent 41e8f584c1
commit b213f0222c
1 changed files with 3 additions and 3 deletions

View File

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