Skip to content

Documentation for ILM move to step #42080

@robin13

Description

@robin13

Docs note an example, but they do not tell what the name parameter should be...

I guessed for example that to move from one stuck with an error in warm/shrink to delete, I would need to do this:

POST _ilm/move/test-index
{
  "current_step": { 
    "phase": "warm",
    "action": "shrink",
    "name": "ERROR"
  },
  "next_step": { 
    "phase": "delete",
    "action": "delete",
    "name": "delete"
  }
}

But it took me a while because given the existing example I presumed that it would be "name":"shrink" not "name":"ERROR".

Metadata

Metadata

Assignees

No one assigned

    Labels

    :Data Management/ILM+SLMDO NOT USE. Use ":StorageEngine/ILM" or ":Distributed Coordination/SLM" instead.>docsGeneral docs changesTeam:Data Management (obsolete)DO NOT USE. This team no longer exists.Team:DocsMeta label for docs team

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions