alexkkk
7/23/2014 - 1:17 PM

让Elasticsearch集群不做数据迁移

让Elasticsearch集群不做数据迁移

curl -XPUT localhost:9200/_cluster/settings -d '{"transient":{"cluster.routing.allocation.disable_allocation": true}}'