From c90cd0c9aec54a60996d8f8b8023a6c86cf6d222 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:04:08 -0500 Subject: [PATCH] Fix formatting for APM known issues doc (#4226) (#4227) (cherry picked from commit 6d5601b6ece9ade7f24d611400d4e26d6d021847) Co-authored-by: Vishal Raj --- docs/en/observability/apm/known-issues.asciidoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/en/observability/apm/known-issues.asciidoc b/docs/en/observability/apm/known-issues.asciidoc index 256d030765..3ed733cd2c 100644 --- a/docs/en/observability/apm/known-issues.asciidoc +++ b/docs/en/observability/apm/known-issues.asciidoc @@ -43,11 +43,12 @@ lifecycle configurations. Upgrading to 8.15.1 should fix any new indices created for the data stream. However, indices created in version 8.15.0 would remain unmanaged if the default ILM policy is used. One of the following approaches can be adopted to fix the unmanaged indices: -1. Manually delete the indices when they are no longer needed. -2. Explicitly configure APM data streams with the default data stream lifecycle config. + +. Manually delete the indices when they are no longer needed. +. Explicitly configure APM data streams with the default data stream lifecycle config. Using this approach would migrate all data streams to use data stream lifecycles, which should be equivalent to the default ILM policies: - ++ [source,txt] ---- PUT _data_stream/traces-apm-*/_lifecycle