Kibana 404 page not found #9744
-
Greetings, After a power outage I have been having issues getting Kibana to load. Currently I have a set up with 17 forward nodes, and a Manager/search node. I am hoping someone has come across this and may be able to help. so-status shows everything is up and running:
I have tried a few things suggested for similar errors through the forums with no success.
sudo docker logs so-kibana returns the following results (Tail end)
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Definitely seems like that .kibana index is the issue - what's the error you get when you try to delete it? |
Beta Was this translation helpful? Give feedback.
-
Thank you, I found a reference to .kibana_task_manager_8.3.3_001 in the logs so I used the following.
This issue has now been resolved . |
Beta Was this translation helpful? Give feedback.
Thank you, I found a reference to .kibana_task_manager_8.3.3_001 in the logs so I used the following.
curl --user so_kibana -s -k -L -H "Content-Type: application/json" "https://localhost:9200/.kibana_task_manager_8.3.3_001" -XDELETE
This issue has now been resolved .