I recently re-installed my ELK stack to a cloud server instead of a local box, and I am running into a slew of issues with Kibana.
Everything is set up correctly, my indexes ARE being created from Elasticsearch(you can see them with the http://<ip-of-ELK>:9200/_cat/indices?v
command. Kibana is an index that shows up.
Here is what happened the first time that I got to Kibana:
- The normal page showed up to type in an index to represent
- I type in filebeat-* , and then hit create
- Server error, Kibana was not started properly
- I do the
systemctl reset-failed kibana
andsystemctl restart kibana
on my server, because I didn't see anything in my error log for Kibana.
And now, I cannot see anything in Kibana except for the 'Timelion' tab, which
Different broswers don't work either.
Running ELK 5.2
CentOS 7 is the host system