我们尝试整合Elassandra(2017-05-22版本2.4.5.1 Elasticsearch 2.4.5 + Cassandra 3.0.13 )与Kibana(4..6.4)。但我们正在努力解决以下问题。
log [10:01:51.003] [info][listening] Server running at http://XXXXXX:5601
log [10:01:55.983] [info][status][plugin:elasticsearch@1.0.0] Status changed from yellow to yellow - No existing Kibana index found
log [10:02:00.913] [info][status][plugin:elasticsearch@1.0.0] Status changed from yellow to green - Kibana index ready
log [10:02:00.941] [error][status][plugin:elasticsearch@1.0.0] Status changed from green to red - [document_already_exists_exception] [config][4.6.4]: document already exists, with: {"shard":"0","index":"kibana"}
health status index pri rep docs.count docs.deleted store.size pri.store.size
green open emp 2 0 0 0 142b 142b
green open weatherindex 2 0 0 0 142b 142b
green open weatherts1 2 0 0 0 142b 142b
green open kibana 2 0 0 0 142b 142b
green open weatherts 2 0 0 0 142b 142b
任何人都可以帮忙解决这个问题吗?
答案 0 :(得分:0)
我在Kibana上的一个弹性搜索节点上看到了这种行为,其中flash_interval高于默认值。
默认情况下刷新间隔为1秒。放置更高的刷新间隔可以改善(索引)性能,但会导致更改在以后变得可见。
在这种情况下,1)kibana检查.kibana索引是否存在,2)是否存在,3)创建.kibana索引,4)检查它是否存在,5)错误地断定它不存在t因为refresh_interval尚未过期,再次回到3)。
解决方案: