curl-XPUT'http://localhost:9200/_all/_settings'-H'Content-Type: application/json'\-d'{"blocks.read_only_allow_delete": null}'curl-XPUTlocalhost:9200/_settings-H'Content-Type: application/json'-d'{"index":{"number_of_replicas":0}}'# for cluster with 3 data nodescurl-XPUTlocalhost:9200/_settings-H'Content-Type: application/json'-d'{"index":{"number_of_replicas":2}}'curl-XPUTlocalhost:9200/_cluster/settings?pretty-H'Content-Type: application/json'-d'{"persistent":{"cluster.routing.allocation.enable":"all"}}