Skip to content

Commit 6d73649

Browse files
committed
Fix: Declare age_in_millis in ILM Explain Response Parser
1 parent 7a6fe86 commit 6d73649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/IndexLifecycleExplainResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public class IndexLifecycleExplainResponse implements ToXContentObject, Writeabl
122122
return BytesReference.bytes(builder);
123123
}, PREVIOUS_STEP_INFO_FIELD);
124124
PARSER.declareBoolean(ConstructingObjectParser.optionalConstructorArg(), SKIP_NAME);
125+
PARSER.declareLong(ConstructingObjectParser.optionalConstructorArg(), AGE_IN_MILLIS_FIELD);
125126
}
126127

127128
private final String index;

0 commit comments

Comments
 (0)