Try:
PUT /_cluster/settings
{
"transient": {
"cluster.routing.allocation.exclude._ip": ""
}
}
--
David ;-)
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 22 juil. 2014 à 02:50, Jeffrey Zhou <[email protected]> a écrit :
I made the following setting to my Elasticsearch cluster in order to
decommission some old nodes in the cluster. After removed these old nodes, now
I need to re-enable the cluster to allocate shards on those '10.0.6.*' nodes.
Does anyone know how to remove this setting?
PUT /_cluster/settings
{
"transient": {
"cluster.routing.allocation.exclude._ip": "10.0.6.*"
}
}
Thanks in advance for any help!
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/53df40a8-a248-4373-b789-e0490e3dab8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/054923B7-1941-4FA0-B4B7-51A99A85F0B3%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.