curl:(7)无法连接到localhost端口9200:连接被拒绝

时间:2017-03-13 03:22:48

标签: curl elasticsearch connection-refused

我收到此错误: curl:(7)当我键入 curl' localhost:9200 / _cat / indices?v&时,无法连接到localhost端口9200:拒绝连接 #39; 即可。我设置了elasticsearch 1.7,然后我编辑了文件elasticsearch.yum:

  • cluster.name:elasticsearch
  • node.name:" Elasticsearch"
  • network.bind_host:localhost
  • network.publish_host:0.0.0.0
  • network.host:0.0.0.0

有人可以帮助我吗?

0 个答案:

没有答案