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.*"
}
}
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.*"
}
}
On Tuesday, July 22, 2014 at 8:50:10 AM UTC+8, Jeffrey Zhou wrote:
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.*"
}
}
On Tuesday, July 22, 2014 at 8:50:10 AM UTC+8, Jeffrey Zhou wrote:
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.*"
}
}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.