diff --git a/docs/reference/alias.asciidoc b/docs/reference/alias.asciidoc index 552b2addbbda4..6ddd3602e1467 100644 --- a/docs/reference/alias.asciidoc +++ b/docs/reference/alias.asciidoc @@ -240,8 +240,9 @@ POST _aliases include::{es-repo-dir}/indices/aliases.asciidoc[tag=write-index-defaults] TIP: We recommend using data streams to store append-only time series data. If -you frequently update or delete existing time series data, use an index alias -with a write index instead. See +you need to update or delete existing time series data, you can perform update or delete operations +directly on the data stream backing index. If you frequently send multiple documents using the same +`_id` expecting last-write-wins, you may want to use an index alias with a write index instead. See <>. [discrete] diff --git a/docs/reference/ilm/ilm-tutorial.asciidoc b/docs/reference/ilm/ilm-tutorial.asciidoc index 519eb03b1e7dd..c7f2c3537b5e8 100644 --- a/docs/reference/ilm/ilm-tutorial.asciidoc +++ b/docs/reference/ilm/ilm-tutorial.asciidoc @@ -14,11 +14,11 @@ requirements for your newest data, control costs over time, enforce retention po and still get the most out of your data. TIP: Data streams are best suited for -<> use cases. If you need to frequently -update or delete existing documents across multiple indices, we recommend -using an index alias and index template instead. You can still use ILM to -manage and rollover the alias's indices. Skip to -<>. +<> use cases. If you need to update or delete existing time +series data, you can perform update or delete operations directly on the data stream backing index. +If you frequently send multiple documents using the same `_id` expecting last-write-wins, you may +want to use an index alias with a write index instead. You can still use ILM to manage and rollover +the alias's indices. Skip to <>. To automate rollover and management of a data stream with {ilm-init}, you: