Unable to Access Kibana Dashboard

We are unable to access our Kibana dashboard. The docker daemon was down, but we ssh into our slave and rebooted everything.

URL: http://ivtscenarios1.fyre.ibm.com:5601/app/dashboards#/view/d1f9c740-cf59-11ed-b98d-1da6fcdcbb72?_g=(filters:!())

If needed, I can share the terminal output from docker ps. Can anyone offer some advice as to what could be the issue?

Hi @vdashora,

Can you share the docker ps output and any errors in the Kibana logs?

@carly.richmond Here's the docker ps output. How can I fetch any relevant Kibana logs?

[root@ivtscenarios1 scenariohealth]# docker ps
CONTAINER ID   IMAGE                                                 COMMAND                  CREATED        STATUS                             PORTS                              NAMES
764ee5591392   docker.elastic.co/kibana/kibana:8.5.3                 "/bin/tini -- /usr/l…"   5 months ago   Up 49 seconds (health: starting)   0.0.0.0:5601->5601/tcp             scenariohealth-kibana-1
1a55caba6fe9   docker.elastic.co/elasticsearch/elasticsearch:8.5.3   "/bin/tini -- /usr/l…"   5 months ago   Up About a minute (healthy)        9200/tcp, 9300/tcp                 scenariohealth-es03-1
54e8aace920c   docker.elastic.co/elasticsearch/elasticsearch:8.5.3   "/bin/tini -- /usr/l…"   5 months ago   Up About a minute (healthy)        9200/tcp, 9300/tcp                 scenariohealth-es02-1
1a56c9627e8a   docker.elastic.co/elasticsearch/elasticsearch:8.5.3   "/bin/tini -- /usr/l…"   5 months ago   Up About a minute (healthy)        0.0.0.0:9200->9200/tcp, 9300/tcp   scenariohealth-es01-1

Hi @vdashora

What happens when you just try to go to

http://ivtscenarios1.fyre.ibm.com:5601/app/dashboards

Can you see the list of dashboards?

Can you find the one you are looking for?

So strange, it's back up and running now! Maybe the reset just took a while. Previously, even the link wasn't leading me anywhere. For future purposes, how can I access Kibana logs you mentioned when the URL for my account doesn't work?

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