File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
docs/en/observability/apm Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,12 @@ lifecycle configurations.
4343Upgrading to 8.15.1 should fix any new indices created for the data stream. However,
4444indices created in version 8.15.0 would remain unmanaged if the default ILM policy is
4545used. 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.
4849Using this approach would migrate all data streams to use data stream lifecycles,
4950which should be equivalent to the default ILM policies:
50-
51+ +
5152[source,txt]
5253----
5354PUT _data_stream/traces-apm-*/_lifecycle
You can’t perform that action at this time.
0 commit comments