Skip to content
Merged
Changes from all commits
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
5 changes: 5 additions & 0 deletions docs/reference/ilm/ilm-and-snapshots.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
[[index-lifecycle-and-snapshots]]
== Restore a managed data stream or index

To <<restore-snapshot-api,restore>> managed indices, ensure that the {ilm-init}
policies referenced by the indices exist. If necessary, you can restore
{ilm-init} policies by setting
<<restore-snapshot-api-request-body,`include_global_state`>> to `true`.

When you restore a managed index or a data stream with managed backing indices,
{ilm-init} automatically resumes executing the restored indices' policies.
A restored index's `min_age` is relative to when it was originally created or rolled over,
Expand Down