elasticsearch elasticsearch中的状态503,elasticsearch,configuration,elasticsearch,Configuration" /> elasticsearch elasticsearch中的状态503,elasticsearch,configuration,elasticsearch,Configuration" />

elasticsearch elasticsearch中的状态503

elasticsearch elasticsearch中的状态503,elasticsearch,configuration,elasticsearch,Configuration,运行elasticsearch时,我得到状态503错误。直到昨天它还工作得很好,现在我突然发现了这个错误 { status: 503, name: "My First Node", cluster_name: "Mycluster1", version: { number: "1.7.2", build_hash: "e43676b1385b8125d647f593f7202acbd816e8ec", build_timestamp: "2015-09-14T09:49

运行elasticsearch时,我得到状态503错误。直到昨天它还工作得很好,现在我突然发现了这个错误

{
 status: 503,
 name: "My First Node",
 cluster_name: "Mycluster1",
 version: {
   number: "1.7.2",
   build_hash: "e43676b1385b8125d647f593f7202acbd816e8ec",
   build_timestamp: "2015-09-14T09:49:53Z",
   build_snapshot: false,
   lucene_version: "4.10.4"
 },
tagline: "You Know, for Search"
}
我尝试在配置文件中添加这一行,但没有带来任何更改

discovery.zen.ping.multicast.enabled: false
我还重新启动了elasticsearch,但即使这样也没有解决我的问题

任何帮助都将不胜感激

日志文件中的错误:

[2016-09-01 08:58:09,755][INFO ][node] [My First Node] version[1.7.2], pid[1763], build[e43676b/2015-09-14T09:49:53Z]
[2016-09-01 08:58:09,755][INFO ][node] [My First Node] initializing ...
[2016-09-01 08:58:09,850][INFO ][plugins] [My First Node] loaded [], sites []
[2016-09-01 08:58:13,090][WARN ][script] [My First Node] deprecated setting [script.disable_dynamic] is set, replace with fine-grained scripting settings (e.g. script.inline, script.indexed, script.file)
[2016-09-01 08:58:13,369][INFO ][node] [My First Node] initialized
[2016-09-01 08:58:13,369][INFO ][node] [My First Node] starting ...
[2016-09-01 08:58:13,541][INFO ][transport] [My First Node] bound_address {inet[/127.0.0.1:9300]}, publish_address {inet[/10.80.2.185:9300]}
[2016-09-01 08:58:13,558][INFO ][discovery] [My First Node] Mycluster1/YN8RFw8uTVmWldavlau5Yg
[2016-09-01 08:58:36,469][WARN ][discovery] [My First Node] waited for 30s and no initial state was set by the discovery
[2016-09-01 08:58:36,473][INFO ][http] [My First Node] bound_address {inet[/127.0.0.1:9200]}, publish_address {inet[/10.80.2.185:9200]}
[2016-09-01 08:58:36,473][INFO ][node] [My First Node] started
[2016-09-01 08:59:06,704][WARN ][cluster.service] [My First Node] failed to reconnect to node [My First Node][YN8RFw8uTVmWldavlau5Yg][inet[/10.80.2.185:9300]]{data=false, master=false}

elasticsearch日志文件中有什么吗?@keety:我找不到elasticsearch.log文件。在elasticsearch文件夹中,我只有3个文件elasticsearch.yml、elasticsearch.yml.dpkg-old和logging.yml
elasticsearch.yml
应该引用日志目录。默认情况下,日志路径为@keety:我已从日志文件中添加了错误消息。我看到的主要错误是“无已知主节点”.elasticsearch日志文件中有什么吗?@keety:我找不到elasticsearch.log文件。在elasticsearch文件夹中,我只有3个文件elasticsearch.yml、elasticsearch.yml.dpkg-old和logging.yml
elasticsearch.yml
应该引用日志目录。默认情况下,日志路径为@keety:我已从日志文件中添加了错误消息。我看到的主要错误是“无已知主节点”。