Class ExplainLifecycleRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ilm.ExplainLifecycleRequest

public class ExplainLifecycleRequest
extends RequestBase
Retrieves information about the index's current lifecycle state, such as the currently executing phase, action, and step.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static ExplainLifecycleRequest of​(java.util.function.Function<ExplainLifecycleRequest.Builder,​ObjectBuilder<ExplainLifecycleRequest>> fn)
    • index

      public final java.lang.String index()
      Required - The name of the index to explain

      API name: index

    • onlyErrors

      @Nullable public final java.lang.Boolean onlyErrors()
      filters the indices included in the response to ones in an ILM error state, implies only_managed

      API name: only_errors

    • onlyManaged

      @Nullable public final java.lang.Boolean onlyManaged()
      filters the indices included in the response to ones managed by ILM

      API name: only_managed