Kibana upgrade 6.8.4 to 7.x server is not ready yet

Good afternoon!
Kibana has stopped working after the update
What should be done?
At the same time, the kibana shows the old version with which it was updated.
It is written in the repository file
[kibana-7.x]
name = Kibana repository for 7.x packages
baseurl = https: //artifacts.elastic.co/packages/7.x/yum
gpgcheck = 1
gpgkey = https: //artifacts.elastic.co/GPG-KEY-elasticsearch
enabled = 1
autorefresh = 1
type = rpm-md
the server rebooted.

I did an experiment, put a test elk stack and did an update.
Nothing helped
Please tell me what you need to do?
Thank!

[root@noda-test yum.repos.d]# curl -XGET 'localhost: 9200'
{
"name" : "fJlZTmY",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "hFCcrm3OQTGlFf-yIkEMkA",
"version" : {
"number" : "6.8.4",
"build_flavor" : "default",
"build_type" : "rpm",
"build_hash" : "bca0c8d",
"build_date" : "2019-10-16T06:19:49.319352Z",
"build_snapshot" : false,
"lucene_version" : "7.7.2",
"minimum_wire_compatibility_version" : "5.6.0",
"minimum_index_compatibility_version" : "5.0.0"
},
"tagline" : "You Know, for Search"
}
[root@noda-test yum.repos.d]#

Are there any errors in the Kibana logs? I think for centos they should be in journalctl.

Thanks! The question is closed I updated elasticsearch to the same version and now the order.

1 Like

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