Can't Open Kibana Web Page

Hi,
I am not able to open kibana page in web browser.
This issue come after C drive full. then i have delete temporary files to increase space in C drive. and also delete file from C:\ELK IN\elasticsearch-7.14.0\data\nodes to increase drive space. i have restarted services of Elasticsearch, Kibana and Logstash. but still can't open kibana page https://localhost:5601

This site can’t be reached

localhost refused to connect.

Try:

ERR_CONNECTION_REFUSED

Please help me on this topic.

Welcome to our community! :smiley:

Chances are you have broken your Elasticsearch installation doing that. You should never delete things from the filesystem, always use the APIs.
You might want to check Elasticsearch is correctly running.

Otherwise, what do your Kibana logs show?

HI,
Thank you for your prompt response.
i will take care it in future.
and my Elasticsearch is correctly running.

{
  "name" : "node-1",
  "cluster_name" : "elasticsearch",
  "cluster_uuid" : "LAdRxG7gTA-s04viMWKYFg",
  "version" : {
    "number" : "7.14.0",
    "build_flavor" : "default",
    "build_type" : "zip",
    "build_hash" : "dd5a0a2acaa2045ff9624f3729fc8a6f40835aa1",
    "build_date" : "2021-07-29T20:49:32.864135063Z",
    "build_snapshot" : false,
    "lucene_version" : "8.9.0",
    "minimum_wire_compatibility_version" : "6.8.0",
    "minimum_index_compatibility_version" : "6.0.0-beta1"
  },
  "tagline" : "You Know, for Search"
}

Ok, what do your Kibana logs show?

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