Skip to content

Instantly share code, notes, and snippets.

@yinchunxiang
Created July 23, 2014 13:17
Show Gist options
  • Save yinchunxiang/a930799e6107b4700880 to your computer and use it in GitHub Desktop.
Save yinchunxiang/a930799e6107b4700880 to your computer and use it in GitHub Desktop.
让Elasticsearch集群不做数据迁移
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