Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:111:27)
Emitted 'error' event at:
at emitErrorNT (internal/streams/destroy.js:82:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:50:3)
at process._tickCallback (internal/process/next_tick.js:63:19)
events.js:174
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:111:27)
Emitted 'error' event at:
at emitErrorNT (internal/streams/destroy.js:82:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:50:3)
at process._tickCallback (internal/process/next_tick.js:63:19)
events.js:174
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:111:27)
Emitted 'error' event at:
at emitErrorNT (internal/streams/destroy.js:82:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:50:3)
at process._tickCallback (internal/process/next_tick.js:63:19)
ECONNRESET is caused by the browser closing the connection before the response can be completed. What happens if you navigate to http://localhost:9200 in your browser, from the same machine that Kibana is running on?
Check your ES server health and make sure it's up
$ curl -X GET "localhost:9200/_cluster/health"
Check kibana.yml and make sure the auth parameters are correct. Also, mark server.host as 0.0.0.0 if you're trying to access Kibana from a different machine.
Are you behind a proxy? If yes, ECONNRESET might be due to that.
Do you have any more details on when it happens? Or is it random? What kind of setup do you have: with proxy, without proxy, etc?
It's too generic to be able to help.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.