Cant get any html page on kibana

Hello!

I make elk cluster with 3 elastic, 1 logstash and 1 kibana vms, all wms used Ubuntu 18.04 as os.
I installed kibana successfully but cant load index page, get 404 error instead:

 curl --no-proxy "" localhost:5601
 {"statusCode":404,"error":"Not Found","message":"not found"}

Kibana is listening 5601 port:

netstat -tpln 
 tcp        0      0 0.0.0.0:5601            0.0.0.0:*               LISTEN      23501/node

Elasticsearch status:

 curl 192.168.213.144:9200/_cat/health
 1565157447 05:57:27 elasticsearch green 1 1 2 2 0 0 0 0 - 100.0%

What king of problem is possible here and how to resolve?
Thank you.

Now i had this kind of error in logs, during respone to kibana server
{"type":"error","@timestamp":"2019-08-07T11:05:11Z","tags":["warning","process"],"pid":26583,"level":"error","error":{"message":"Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 34)","name":"UnhandledPromiseRejectionWarning","stack":"TypeError: Cannot read property 'statusCodes' of undefined\n at Network._server.events.on (/usr/share/kibana/node_modules/oppsy/lib/network.js:56:38)\n at module.exports.internals.Podium.internals.Podium.emit (/usr/share/kibana/node_modules/podium/lib/index.js:220:49)\n at Request._finalize (/usr/share/kibana/node_modules/hapi/lib/request.js:406:27)\n at Request._reply (/usr/share/kibana/node_modules/hapi/lib/request.js:345:14)\n at process._tickCallback (internal/process/next_tick.js:68:7)"},"message":"Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 34)"}

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

What version of Kibana are you running? It sounds similar to this thread Kibana {"statusCode":404,"error":"Not Found","message":"Not Found"}