Skip to content

Commit dca5328

Browse files
committed
Add docs for new field
1 parent b4f6023 commit dca5328

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/reference/ilm/apis/explain.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,12 @@ the case.
303303
"index_uuid": "H7lF9n36Rzqa-KfKcnGQMg",
304304
"index": "test-000057"
305305
},
306+
"previous_step_info": { <5>
307+
"type": "cluster_block_exception",
308+
"reason": "index [test-000057/H7lF9n36Rzqa-KfKcnGQMg] blocked by: [FORBIDDEN/5/index read-only (api)",
309+
"index_uuid": "H7lF9n36Rzqa-KfKcnGQMg",
310+
"index": "test-000057"
311+
},
306312
"phase_execution": {
307313
"policy": "my_lifecycle3",
308314
"phase_definition": {
@@ -329,3 +335,6 @@ is true, {ilm-init} will retry the failed step automatically.
329335
<3> Shows the number of attempted automatic retries to execute the failed
330336
step.
331337
<4> What went wrong
338+
<5> If the step before output a `step_info` or the previous attempt to auto retry this step failed, this field will
339+
contain a copy of that previous attempts `step_info` field for diagnostic purposes as step_info is overwritten during
340+
each new attempt.

0 commit comments

Comments
 (0)