Skip to content

Commit daf4e81

Browse files
Add skip to ilm.explain_lifecycle response (#4552) (#4555)
Follow-up of elastic/elasticsearch#128736 (cherry picked from commit 630fd59) Co-authored-by: Niels Bauman <[email protected]>
1 parent aa1ff80 commit daf4e81

File tree

1 file changed

+1
-0
lines changed
  • specification/ilm/explain_lifecycle

1 file changed

+1
-0
lines changed

specification/ilm/explain_lifecycle/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export class LifecycleExplainManaged {
5454
phase_execution?: LifecycleExplainPhaseExecution
5555
/* `index_creation_date` as a duration */
5656
time_since_index_creation?: Duration
57+
skip: boolean
5758
}
5859

5960
export class LifecycleExplainUnmanaged {

0 commit comments

Comments
 (0)