yesterday I did an apt upgrade on my system and it seems to have broken everything. I can't load kibana url at least. I only just installed the elastic stack on Monday (March 25, 2019).
I have today noticed that the 6.7.0 es was released on Tuesday.
Update: Just for kicks I reinstalled all latest packages from .deb, so they should all be compatible, right? Still get "Kibana server is not ready yet" in the browser - this is not helpful. Anyone come across a similar scenario?
I see a similar post that referred to a link that described this:
Stop Kibana
Delete the .kibana_1 and .kibana_2 indices that were create
I have seen this all over the place, with no explanation how to delete those indices.
ok ran: curl -XDELETE http://192.168.0.92:9200/.kibana_1 and got: (localhost is the same)
curl: (7) Failed to connect to 192.168.0.92 port 9200: Connection refused
So the url is unreachable. Any ideas why?
(I can't post any logs until April 1 - which ones should I post?)
Thanks Mike (@mdrisser). Will look on Monday. I'm sure I have run sudo service elasticsearch start even several times, but there may be an underlying problem. Thanks
This shows that Elasticsearch isn't running. Running as sudo or as root doesn't really make a difference. You should probably run journalctl to see what is causing Elasticsearch to fail. Something like
Thanks Mike.
Many, many results spitting out. Here is the last three (after hitting CTRL+C):
Mar 28 18:19:44 shield-VM kibana[56522]: {"type":"log","@timestamp":"2019-03-29T01:19:44Z","tags":["warning","elasticsearch","admin"],"pid":56522,"message":"Unable to revive connection: http://192.168.0.92:9200/"}
Mar 28 18:19:44 shield-VM kibana[56522]: {"type":"log","@timestamp":"2019-03-29T01:19:44Z","tags":["warning","elasticsearch","admin"],"pid":56522,"message":"No living connections"}
Mar 28 18:19:46 shield-VM kibana[56522]: {"type":"log","@timestamp":"2019-03-29T01:19:46Z","tags":["warning","elasticsearch","admin"],"pid":56522,"message":"Unable to revive connection: http://192.168.0.92:9200/"}
I don't know how to troubleshoot these results. Help?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.