Skip to content

Commit

Permalink
Fix formatting for APM known issues doc (#4226) (#4227)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6d5601b)

Co-authored-by: Vishal Raj <[email protected]>
  • Loading branch information
mergify[bot] and lahsivjar authored Sep 5, 2024
1 parent 0f99b78 commit c90cd0c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/en/observability/apm/known-issues.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c90cd0c

Please sign in to comment.