curl -k -u https://:9200/_cat/nodes?v curl -X POST "https://:9200/_flush" -u -k curl -X PUT "https://:9200/_cluster/settings" -u -k -H 'Content-Type: application/json' -d' { "persistent": { "cluster.routing.allocation.enable": "primaries" } } ' curl -k -u https://:9200/_cat/nodes?v curl -X PUT "https://:9200/_cluster/settings" -u -k -H 'Content-Type: application/json' -d' { "persistent": { "cluster.routing.allocation.enable": "all" } } '