Deallocate node

From wikieduonline
Revision as of 07:44, 19 October 2022 by Welcome (talk | contribs) (Created page with "curl -XPUT localhost:9200/_cluster/settings -H 'Content-Type: application/json' -d '{ "transient" :{ "cluster.routing.allocation.exclude._ip" : "10.0.0.1" } }';echo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

curl -XPUT localhost:9200/_cluster/settings -H 'Content-Type: application/json' -d '{

 "transient" :{
     "cluster.routing.allocation.exclude._ip" : "10.0.0.1"
  }

}';echo


https://stackoverflow.com/questions/17268495/how-to-remove-node-from-elasticsearch-cluster-on-runtime-without-down-time

Advertising: