# Weird Elasticsearch version in kibana (cluster overview) after upgrade to 8

**URL:** https://discuss.elastic.co/t/weird-elasticsearch-version-in-kibana-cluster-overview-after-upgrade-to-8/297360
**Category:** Kibana
**Tags:** elastic-stack-monitoring
**Created:** [February 16, 2022, 10:52am UTC](https://discuss.elastic.co/t/weird-elasticsearch-version-in-kibana-cluster-overview-after-upgrade-to-8/297360 "2022-02-16T10:52:43Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![AlexeyZhuravlev](https://avatars.discourse-cdn.com/v4/letter/a/ba8739/32.png) [@AlexeyZhuravlev](https://discuss.elastic.co/u/AlexeyZhuravlev)
#### Post date: [February 16, 2022, 10:52am UTC](https://discuss.elastic.co/t/weird-elasticsearch-version-in-kibana-cluster-overview-after-upgrade-to-8/297360/1 "2022-02-16T10:52:43Z")

</div>

Hi,  
Updated a single-node test installation from 7.17 to 8. Almost all went smooth (got minor issues with kibana's logging.dest parameter stuck in the unit file).  
And now I see this:

 ![Kibana](https://us1.discourse-cdn.com/elastic/original/3X/d/f/df492e161d097f232a0034600eea550ca9d5ff2f.png)

---

<div class="post-metadata">

### Author: ![majagrubic](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/majagrubic/32/74459_2.png) [@majagrubic](https://discuss.elastic.co/u/majagrubic)
#### Post date: [February 17, 2022, 6:24am UTC](https://discuss.elastic.co/t/weird-elasticsearch-version-in-kibana-cluster-overview-after-upgrade-to-8/297360/2 "2022-02-17T06:24:52Z")

</div>

Can you provide some more info so we can help you better?  
Elasticsearch defaults to have 1 Primary and 1 Replica Shard for every shard unless you have defined a different behavior. Have you? How many nodes in the cluster do you have? How many indices?

You can see the nodes and their disk usage using this command in Kibana Dev Tools

`GET /_cat/nodes/?v&h=name,du,dt,dup,hp,hc,rm,rp,r`

You can list your indices by Size with this command

`GET /_cat/indices/*?v&s=pri.store.size:desc`

---

<div class="post-metadata">

### Author: ![AlexeyZhuravlev](https://avatars.discourse-cdn.com/v4/letter/a/ba8739/32.png) [@AlexeyZhuravlev](https://discuss.elastic.co/u/AlexeyZhuravlev)
#### Post date: [February 17, 2022, 6:39am UTC](https://discuss.elastic.co/t/weird-elasticsearch-version-in-kibana-cluster-overview-after-upgrade-to-8/297360/3 "2022-02-17T06:39:25Z")

</div>

Hi Maja,  
Health is pretty fine, there is only one node so there are no replicas.  
Take a look at the Version string 🙂

---

<div class="post-metadata">

### Author: ![majagrubic](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/majagrubic/32/74459_2.png) [@majagrubic](https://discuss.elastic.co/u/majagrubic)
#### Post date: [February 17, 2022, 6:50am UTC](https://discuss.elastic.co/t/weird-elasticsearch-version-in-kibana-cluster-overview-after-upgrade-to-8/297360/4 "2022-02-17T06:50:43Z")

</div>

In one-node cluster, you need to override `index.number_of_replicas` to 0, so that the cluster would report green.

---

<div class="post-metadata">

### Author: ![AlexeyZhuravlev](https://avatars.discourse-cdn.com/v4/letter/a/ba8739/32.png) [@AlexeyZhuravlev](https://discuss.elastic.co/u/AlexeyZhuravlev)
#### Post date: [February 17, 2022, 7:04am UTC](https://discuss.elastic.co/t/weird-elasticsearch-version-in-kibana-cluster-overview-after-upgrade-to-8/297360/5 "2022-02-17T07:04:46Z")

</div>

Thank you.  
I know what to do with replicas. I am just do not know how to return kibana back to showing something like 8.0 as the version instead of the 243479 version. Could you please help with that? 🙂

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 17, 2022, 7:05am UTC](https://discuss.elastic.co/t/weird-elasticsearch-version-in-kibana-cluster-overview-after-upgrade-to-8/297360/6 "2022-03-17T07:05:13Z")

</div>

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