簡體   English   中英

elasticsearch-“錯誤”:“ IndexMissingException [[_ cluster]丟失]”,

[英]elasticsearch - “error” : “IndexMissingException[[_cluster] missing]”,

這一頁:

https://www.datadoghq.com/blog/elasticsearch-unassigned-shards/

建議跑步:

curl -XGET localhost:9200/_cluster/allocation/explain?pretty

但我得到:

{
  "error" : "IndexMissingException[[_cluster] missing]",
  "status" : 404
}

為什么?

您正在運行哪個版本的elasticsearch?

您是在elasticsearch節點還是Kibana節點上執行以下命令? 應該在運行elasticsearch的節點上運行

curl -XGET localhost:9200/_cluster/allocation/explain?pretty

一種更簡單的方法是在Kibana控制台上的Dev Tools中運行以下命令

GET /_cluster/allocation/explain

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM