繁体   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