Skip to content

Commit 6d5601b

Browse files
authored
Fix formatting for APM known issues doc (#4226)
1 parent 007ba52 commit 6d5601b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/en/observability/apm/known-issues.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ lifecycle configurations.
4343
Upgrading to 8.15.1 should fix any new indices created for the data stream. However,
4444
indices created in version 8.15.0 would remain unmanaged if the default ILM policy is
4545
used. One of the following approaches can be adopted to fix the unmanaged indices:
46-
1. Manually delete the indices when they are no longer needed.
47-
2. Explicitly configure APM data streams with the default data stream lifecycle config.
46+
47+
. Manually delete the indices when they are no longer needed.
48+
. Explicitly configure APM data streams with the default data stream lifecycle config.
4849
Using this approach would migrate all data streams to use data stream lifecycles,
4950
which should be equivalent to the default ILM policies:
50-
51+
+
5152
[source,txt]
5253
----
5354
PUT _data_stream/traces-apm-*/_lifecycle

0 commit comments

Comments
 (0)