Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions solutions/observability/apm/index-lifecycle-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,9 @@ POST /traces-apm-default/_rollover/
## Namespace-level index lifecycle policies [apm-data-streams-custom-policy-namespace]

It is also possible to create more granular index lifecycle policies that apply to individual namespaces. This process is similar to the above tutorial, but includes cloning and modify the existing index template to use a new `*@custom` component template.

:::{important}
Cloning index templates is extremely risky because cloned templates are not automatically updated when you upgrade to a new product version. Users may find themselves in situations where their configurations are outdated because cloned templates are being used instead of the latest templates.

Any customization done using cloned index templates must be repeated _every time_ you upgrade to a new version.
:::
Loading