Open
Description
🐛 Wrong type
IlmExplainLifecycleLifecycleExplainPhaseExecution
interface is missing phase_definition
property
Definition
When calling the API GET /test_index/_ilm/explain
the response has the property phase_execution.phase_definition
which is missing in the interface IlmExplainLifecycleLifecycleExplainPhaseExecution
.
"phase_execution": {
"policy": "logs",
"phase_definition": {
"min_age": "0ms",
"actions": {
"rollover": {
"max_age": "30d",
"max_primary_shard_size": "50gb"
}
}
},
"version": 1,
"modified_date_in_millis": 1698083018646
}