处理Elasticsearch集群yellow和red状态
curl -XPOST '{ESIP}:9200/_cluster/reroute' -d '{"commands" : [ {
"allocate" : {
"index" : "eslog1",
"shard" : 4,
"node" : "es1",
"allow_primary" : true
}
}
]
}'
页:
[1]