こんにちは。
elasticsearch1.6.2を利用しています。
クラスターのステータスがredになったままなのですが、どのようにすればgreenになるのでしょうか?
■環境
CentOS release 6.2 (Final)
■_cluster/health
{
"cluster_name": "elasticsearch",
"status": "red",
"timed_out": false,
"number_of_nodes": 3,
"number_of_data_nodes": 3,
"active_primary_shards": 0,
"active_shards": 0,
"relocating_shards": 0,
"initializing_shards": 0,
"unassigned_shards": 20,
"number_of_pending_tasks": 0,
"number_of_in_flight_fetch": 0
}