Skip to content
Discussion options

You must be logged in to vote

You have to move the data off the manager node first. Then remove the data role.

In Kibana > Dev Tools:

PUT _cluster/settings
{
  "transient" : {
    "cluster.routing.allocation.exclude._ip" : "10.0.0.1"
  }
}

Use that transient setting to move the data, once you don't see any shards on your manager with GET /_cat/shards remove the role.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@kspringer-maf
Comment options

Comment options

You must be logged in to vote
1 reply
@kspringer-maf
Comment options

Comment options

You must be logged in to vote
2 replies
@kspringer-maf
Comment options

@cm-ops
Comment options

Answer selected by kspringer-maf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
3 participants