Created
July 23, 2014 13:17
-
-
Save yinchunxiang/a930799e6107b4700880 to your computer and use it in GitHub Desktop.
让Elasticsearch集群不做数据迁移
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -XPUT localhost:9200/_cluster/settings -d '{"transient":{"cluster.routing.allocation.disable_allocation": true}}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment