From 4f712f3b7997d09064edf5be59419bd02a6c9d11 Mon Sep 17 00:00:00 2001 From: Kostiantyn Masliuk <1pkg@protonmail.com> Date: Tue, 17 Dec 2024 12:13:04 -0800 Subject: [PATCH] apm-ilm: update apm-ilm-how-to expand dsl migration note (#4691) * apm-ilm: update apm-ilm-how-to expand dsl migration note * Update docs/en/observability/apm/manage-storage/ilm-how-to.asciidoc Co-authored-by: Colleen McGinnis * Update docs/en/observability/apm/manage-storage/ilm-how-to.asciidoc Co-authored-by: Colleen McGinnis --------- Co-authored-by: Colleen McGinnis (cherry picked from commit b050e5f2c5cda74657309454a1b47ca5e04ae282) --- .../en/observability/apm/manage-storage/ilm-how-to.asciidoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/observability/apm/manage-storage/ilm-how-to.asciidoc b/docs/en/observability/apm/manage-storage/ilm-how-to.asciidoc index 7c03dd5645..af1ac8aee9 100644 --- a/docs/en/observability/apm/manage-storage/ilm-how-to.asciidoc +++ b/docs/en/observability/apm/manage-storage/ilm-how-to.asciidoc @@ -18,8 +18,12 @@ customization for lifecycle. [NOTE] ==== -Some older indices might be managed by {ref}/data-stream-lifecycle.html[data stream lifecycle (DSL)] if a cluster is upgraded to 8.17. +Indices created in 8.15.x and 8.16.x might be managed by {ref}/data-stream-lifecycle.html[data stream lifecycle (DSL)]. +More details are available in <>. +By default, new indices created in 8.17 are managed by ILM. More details are available in <>. +If you have indices managed by DSL, any custom DSL settings that you specified will _not_ automatically apply to the new indices managed by ILM. +Instead, you can replicate custom DSL settings in ILM using this guide. ==== [discrete]