Class ExplainLifecycleRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ilm.ExplainLifecycleRequest
All Implemented Interfaces:
ElasticsearchCommonRequest

public final class ExplainLifecycleRequest
extends RequestBase
  • Field Details

  • Constructor Details

  • Method Details

    • index

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

      API name: index

    • onlyErrors

      @Nullable public 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 java.lang.Boolean onlyManaged()
      filters the indices included in the response to ones managed by ILM

      API name: only_managed