elasticsearch 弹性搜索:[Oddball]观察者:来自群集服务的超时通知。超时设置[1m],自启动以来的时间[1m],elasticsearch,kibana,elastic-stack,elasticsearch,Kibana,Elastic Stack" /> elasticsearch 弹性搜索:[Oddball]观察者:来自群集服务的超时通知。超时设置[1m],自启动以来的时间[1m],elasticsearch,kibana,elastic-stack,elasticsearch,Kibana,Elastic Stack" />

elasticsearch 弹性搜索:[Oddball]观察者:来自群集服务的超时通知。超时设置[1m],自启动以来的时间[1m]

elasticsearch 弹性搜索:[Oddball]观察者:来自群集服务的超时通知。超时设置[1m],自启动以来的时间[1m],elasticsearch,kibana,elastic-stack,elasticsearch,Kibana,Elastic Stack,Kibana无法从elasticsearch加载数据。我可以在elasticsearch中看到下面的日志。我使用的是elasticsearch 1.4.2版。这与负载有关吗?谁能帮帮我吗 [2015-11-05 22:39:58505][DEBUG][action.bulk][Oddball]观察者:来自群集服务的超时通知。超时设置[1m],自开始的时间[1m]弹性搜索默认在 确保在kibana.ymal中有正确的URL <pre> # Kibana is served by

Kibana无法从elasticsearch加载数据。我可以在elasticsearch中看到下面的日志。我使用的是elasticsearch 1.4.2版。这与负载有关吗?谁能帮帮我吗


[2015-11-05 22:39:58505][DEBUG][action.bulk][Oddball]观察者:来自群集服务的超时通知。超时设置[1m],自开始的时间[1m]

弹性搜索默认在 确保在kibana.ymal中有正确的URL

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

#Kibana由后端服务器提供服务。这控制要使用的端口。
港口:5601
#要将服务器绑定到的主机。
#主持人:example.com
#用于所有查询的弹性搜索实例。
elasticsearch\u url:“http://localhost:9200"
弹性搜索配置elasticsearch.yaml中也提供集群名称和http.cors.allow-origin


#群集名称标识用于自动发现的群集。如果你在跑步
#同一网络上有多个群集,请确保使用唯一的名称。
#
cluster.name:elasticsearch
http.cors.allow-origin:“/.*/”

我可以通过为Elasticsearch设置一个新节点,并通过将副本设置为0清除未分配的碎片来解决此问题。

嗨,Jitendra,谢谢你的回复。群集名称是唯一的。Logstash。kibana和elasticsearch已经运行了将近一年,但由于上述错误,它在最近几天立即停止了运行。如果你能帮助我,请告诉我
<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>