[ElasticSearch] shard allocation 설정.
Elastic/Elasticsearch 2014. 7. 2. 17:36shard rebalancing 제어하기 위해...
curl -XPUT localhost:19200/_cluster/settings -d '{ "persistent" : { "cluster.routing.allocation.enable" : "none" } }'
curl -XPUT localhost:19200/_cluster/settings -d '{ "persistent" : { "index.routing.allocation.enable" : "none" } }'