“消息”:“无生命连接”,“node_env”:“生产” [英] "message":"No living connections","node_env":"production"

查看:315
本文介绍了“消息”:“无生命连接”,“node_env”:“生产”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



  {@ timestamp:2015-04 -15T06:25:50.688Z,level:error,node_env:production,error:请求错误,重试 - 连接ECONNREFUSED} {@ timestamp:2015-04 -15T06:25:50.693Z,级别:警告,信息:无法恢复连接:http://0.0.0.0:9200/\",\"node_env\":\"production\"}{\"@时间戳:2015-04-15T06:25:50.693Z,级别:警告,消息:没有生活连接,node_env:production} {@ timestamp -04-15T06:25:50.698Z,level:致命,消息:没有生活的连接,node_env:生产,错误:{message ,name:错误,堆栈:错误:没有生活的连接\在sendReqWithConnection(/home/kibana-4.0.0-rc1-linux-x64/src/node_modules/elasticsearch/src/lib /transport.js:174:15)\\\



提前感谢

解决方案

p> ECONNREFUSED 告诉您无法连接到弹性搜索。 http://0.0.0.0:9200/ 告诉您连接到的是什么。



您需要修改 config / kibana.yml 并将 elasticsearch_url 设置更改为指向您的群集。如果您在同一个框中运行Elasticsearch,则正确的值为 http:// localhost:9200


i am trying to install kibana 4 in my machine but its giving following errors.

{"@timestamp":"2015-04-15T06:25:50.688Z","level":"error","node_env":"production","error":"Request error, retrying -- connect ECONNREFUSED"}
{"@timestamp":"2015-04-15T06:25:50.693Z","level":"warn","message":"Unable to revive connection: http://0.0.0.0:9200/","node_env":"production"}
{"@timestamp":"2015-04-15T06:25:50.693Z","level":"warn","message":"No living connections","node_env":"production"}
{"@timestamp":"2015-04-15T06:25:50.698Z","level":"fatal","message":"No Living connections","node_env":"production","error":{"message":"No Living connections","name":"Error","stack":"Error: No Living connections\n  at sendReqWithConnection (/home/kibana-4.0.0-rc1-linux-x64/src/node_modules/elasticsearch/src/lib/transport.js:174:15)\n

thanks in advance

解决方案

The ECONNREFUSED is telling you that it can't connect to Elasticsearch. The http://0.0.0.0:9200/ tells you what it's trying to connect to.

You need to modify the config/kibana.yml and change the elasticsearch_url setting to point to your cluster. If you are running Elasticsearch on the same box, the correct value is http://localhost:9200.

这篇关于“消息”:“无生命连接”,“node_env”:“生产”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆