Previously working kibana now giving "Kibana server is not ready yet"

Hi. I am pretty sure there are zilions of post discussing the very same issue.
However, I didn't find a workable solution for this issue.

It is since few weeks now that my kibana does not start returning this error in the browser: Kibana server is not ready yet

I am not sure why this error is triggered and I cannot find kibana's log.

Here is some information.

sudo /usr/share/elasticsearch/bin/elasticsearch --version
Version: 6.8.0, Build: default/rpm/65b6179/2019-05-15T20:06:13.172855Z, JVM: 1.8.0_45

/usr/share/kibana/bin/kibana --version
6.8.0

It seems that both kibana and elastic search have the same version, so technically thay should be compatible.

However, when I go to localhost:9200 i get this:

{

"name": "alpha", "cluster_name": "scholinfra", "cluster_uuid": "0A8Y94dvT2Oy69idynANCg", "version": {

"number": "6.7.1", "build_flavor": "default", "build_type": "rpm", "build_hash": "2f32220", "build_date": "2019-04-02T15:59:27.961366Z", "build_snapshot": false, "lucene_version": "7.7.0", "minimum_wire_compatibility_version": "5.6.0", "minimum_index_compatibility_version": "5.0.0"

}, "tagline": "You Know, for Search"

}

Elastic search work perfectly. I have python scripts that are running and processing my data.

I hope you can help me in fixing this.

Thank you very much in advance,
Angelo

Dear all,

my solution has been to simply to stop all my running processes on Elasticsearch and turning it off.

Once rebooted, both elastic search and kibana would go to 6.8.0

Angelo

Hi @angelosalatino

Glad you found the solution and thanks for sharing it!

Cheers

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