Kibana stopping due to error

Hi guys,

I am using Kibana 7.2.0 and facing the issue of:

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)
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?

  1. Check your ES server health and make sure it's up
$ curl -X GET "localhost:9200/_cluster/health"

  1. 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.
  2. Are you behind a proxy? If yes, ECONNRESET might be due to that.

Thanks
Rashmi

Me to facing same issue in periodical..

Help will be appreciated by someone
also this is identical as Kibana Crashes Periodically
However not sufficient feedback found from experienced one.

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.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.