ILM: move_to_step:: next_step(StepKey type) doesn't match Elastic API #883
Labels
Area: Specification
Related to the API spec used to generate client code
Category: Bug
Something isn't working
According to the Elasticsearch API spec, attributes
action
andname
are optional for thenext_step
object.But in java client the
nextStep
property has typeStepKey
where theaction
andname
are mandatory:Due to the issue we can not use ElasticsearchAsyncClient for manual ILM in our application.
Is it possible to fix the inconsistency?
The text was updated successfully, but these errors were encountered: