Skip to content

IlmExplainLifecycleLifecycleExplainPhaseExecution missing phase_definition property #2326

Open
@yuliacech

Description

@yuliacech

🐛 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
      }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions