Elasticsearch5.x 引擎健康狀況

查看引擎健康狀況node

[root@w]# curl -XGET "http://localhost:9200/_cat/health?v"
epoch      timestamp cluster  status node.total node.data shards  pri relo init unassign pending_tasks max_task_wait_time active_shards_percent
1562237054 18:44:14  log yellow          6         3  12722 7021    0    6     1314           634               5.1h                 90.6%

若是出現這條信息,說明你的elastic search已經正常運行了,恭喜你curl

標題 含義
epoch unix 的時間
timestamp 時間戳
cluster 集羣
status 健康狀態:紅爲異常, 綠黃爲健康
node.total 節點的總數
node.data 節點的數據
shards 分片
pri active_primary_shards 已激活的主要分片
relo 回收的切片
init 已經初始的切片數量
unassign 未分配切片數量
pending_tasks 被擱置的任務數量
max_task_wait_time 任務等待的最大時間
active_shards_percents 激活分片的百分比

注意 status黃色和綠色的區別:url

  • 紅色:全部的分片沒有所有激活
  • 黃色:主要分片所有啓動,可是備份的分片沒有啓動
  • 綠色:主要分片和其備份都已經啓動
相關文章
相關標籤/搜索