需要帮助ElasticSearch Cluster运行状况为红色

时间:2017-01-12 07:00:10

标签: elasticsearch cluster-computing

ElasticSearch集群运行状况在所有级别(索引和分片)显示为红色。我们不能通过在集群上进行试验来放弃任何数据,因为它非常关键。

有人可以建议我们如何才能将状态变为黄色或绿色(如果可能)?

以下是检查群集运行状况时获得的响应

{
   "cluster_name": "397183968343:n_cl",
   "status": "red",
   "timed_out": false,
   "number_of_nodes": 5,
   "number_of_data_nodes": 5,
   "active_primary_shards": 0,
   "active_shards": 0,
   "relocating_shards": 0,
   "initializing_shards": 0,
   "unassigned_shards": 50,
   "number_of_pending_tasks": 0
}

_cat /碎片 响应预览Check this out

0 个答案:

没有答案