2015-11-06 29 views
0

Kibana無法從elasticsearch加載數據。我可以在elasticsearch中看到下面的日誌。我正在使用elasticsearch版本1.4.2。這與負載有關嗎?任何人都可以幫我嗎?彈性搜索:[Oddball]觀察者:來自集羣服務的超時通知。超時設置[1分],自啓動以來的時間[1分]

[2015年11月5日22:39:58505] [DEBUG] [action.bulk] [穿着或行爲古怪]觀察者:從集羣服務超時通知。超時設置[1分],因爲開始[1分]

回答

0

默認運行在http://localhost:9200 彈性搜索的時候請確保您有正確的URL在kibana.ymal

<pre> 
    # Kibana is served by a back end server. This controls which port to use. 
    port: 5601 

    # The host to bind the server to. 
    #host: example.com 

    # The Elastic search instance to use for all your queries. 
    elasticsearch_url: "http://localhost:9200" 
</pre> 

ASLO彈性搜索配置elasticsearch.yaml提供集羣名稱和http.cors.allow-起源。

<pre> 
    # Cluster name identifies your cluster for auto-discovery. If you're running 
    # multiple clusters on the same network, make sure you're using unique names. 
    # 
    cluster.name: elasticsearch 

    http.cors.allow-origin: "/.*/" 
</pre> 
+0

嗨Jitendra解決這個問題,非常感謝您的回覆。羣集名稱是唯一的。 Logstash。 kibana和elasticsearch從近一年開始運行,並且由於上述錯誤而從最近幾天立即停止。請讓我知道你是否可以幫助我 –

0

我可以通過設置爲Elasticsearch一個新的節點,並通過設置副本清除未分配的碎片爲0