"message": "No live connections", "node_env": "production",

I am trying to install Kibana 4 on my machine, but it gives the 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
+6
source share
4 answers

ECONNREFUSEDtells you that it cannot connect to Elasticsearch. http://0.0.0.0:9200/tells you what it is trying to connect to.

You need to change config/kibana.ymland change the parameter elasticsearch_urlto point to your cluster. If you are using Elasticsearch in the same field, the correct value http://localhost:9200.

+9
source

You can specify your IP address in the elasticsearch.url and port fields.

0
source

. , Java_Home  . . :

  • .

  • Java_Home. Java.

  • , . Java Program Files (x86), , : progra~2 Program Files(x86).

- : C:\Progra~2\Java\jre1.8.0_131

0

, , AWS Elasticsearch.

Lack of access rights to ES policies and lack of AWS credential downloads will be the main reason.

0
source

All Articles