File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,19 @@ relative to when data was written last to a rolled over index.
7474The previous phase's actions must complete before {ILM} will check `min_age` and
7575transition into the next phase.
7676
77+ === Phase Execution
78+
79+ beta[]
80+
81+ The current phase definition, of an index's policy being executed, is stored
82+ in the index's metadata. The phase and its actions are compiled into a series
83+ of discrete steps that are executed sequentially. Since some {ILM} actions are
84+ more complex and involve multiple operations against an index, each of these
85+ operations are done in isolation in a unit called a "step". The
86+ <<ilm-explain-lifecycle,Explain Lifecycle API>> exposes this information to us
87+ to see which step our index is either to execute next, or is currently
88+ executing.
89+
7790=== Actions
7891
7992beta[]
You can’t perform that action at this time.
0 commit comments