[DOCS] Reword tip in data streams overview
This commit is contained in:
parent
41e8f584c1
commit
b213f0222c
|
@ -140,7 +140,7 @@ following requests to the backing index containing the document:
|
||||||
|
|
||||||
See <<update-delete-docs-in-a-data-stream>>.
|
See <<update-delete-docs-in-a-data-stream>>.
|
||||||
|
|
||||||
TIP: If you need to frequently update or delete existing documents across
|
TIP: If you frequently update or delete existing documents,
|
||||||
multiple indices, we recommend using an <<indices-add-alias,index alias>> and
|
we recommend using an <<indices-add-alias,index alias>> and
|
||||||
<<indices-templates,index template>> instead of a data stream. You can still
|
<<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.
|
||||||
|
|
Loading…
Reference in New Issue