# Upgraded to 6.0.0 - Elasticsearch plugin is red

**URL:** https://discuss.elastic.co/t/upgraded-to-6-0-0-elasticsearch-plugin-is-red/107679
**Category:** Elasticsearch
**Created:** [November 15, 2017, 7:27am UTC](https://discuss.elastic.co/t/upgraded-to-6-0-0-elasticsearch-plugin-is-red/107679 "2017-11-15T07:27:03Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![undelete](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/undelete/32/24186_2.png) [@undelete](https://discuss.elastic.co/u/undelete)
#### Post date: [November 15, 2017, 7:27am UTC](https://discuss.elastic.co/t/upgraded-to-6-0-0-elasticsearch-plugin-is-red/107679/1 "2017-11-15T07:27:03Z")

</div>

I just updated to 6.0.0 from 5.6.3 and now my Elasticsearch plugin is red.  
plugin:elasticsearch@6.0.0  Your Kibana index is out of date, reset it or use the X-Pack upgrade assistant.

I have searched for resetting kibana index and x-pack upgrade assistant but have not found any posts or documentation on how to do so. Can anyone help?

---

<div class="post-metadata">

### Author: ![Mojster](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mojster/32/21209_2.png) [@Mojster](https://discuss.elastic.co/u/Mojster)
#### Post date: [November 15, 2017, 7:37am UTC](https://discuss.elastic.co/t/upgraded-to-6-0-0-elasticsearch-plugin-is-red/107679/2 "2017-11-15T07:37:25Z")

</div>

Kibana index is an index in ES for Kibana settings.

I don't know how to refresh the whole index. But you can refresh parts of it for each index inside your ES exept Kibanas index.  
To do so, go to Management -\> Index Patterns. Here you have on your right a refresh sign. Do this for each index.

Or you can also delete Kibanas `uuid` in data folder, but than all the settings wil be gone.

Hope this helps.

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [November 15, 2017, 7:42am UTC](https://discuss.elastic.co/t/upgraded-to-6-0-0-elasticsearch-plugin-is-red/107679/3 "2017-11-15T07:42:35Z")

</div>

When xpack is running on your 5.6 version, you have in Kibana the upgrade assistant tool.  
You need to run it then upgrade if possible.

---

<div class="post-metadata">

### Author: ![skearns](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/skearns/32/125945_2.png) [@skearns](https://discuss.elastic.co/u/skearns)
#### Post date: [November 15, 2017, 4:19pm UTC](https://discuss.elastic.co/t/upgraded-to-6-0-0-elasticsearch-plugin-is-red/107679/4 "2017-11-15T16:19:08Z")

</div>

If you're already on 6.0, and didn't use the upgrade UI to re-index the .kibana index, you'll need to follow the instructions here:

[https://www.elastic.co/guide/en/kibana/current/migrating-6.0-index.html](https://www.elastic.co/guide/en/kibana/current/migrating-6.0-index.html)

You can use the "copy to curl" under each request to get the cut-paste commands that will work on the command line.

---

<div class="post-metadata">

### Author: ![undelete](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/undelete/32/24186_2.png) [@undelete](https://discuss.elastic.co/u/undelete)
#### Post date: [November 16, 2017, 8:45am UTC](https://discuss.elastic.co/t/upgraded-to-6-0-0-elasticsearch-plugin-is-red/107679/5 "2017-11-16T08:45:03Z")

</div>

Thanks for the instructions. I could'nt get it to work even after following the steps so I ended up removing elastic and doing a fresh install instead.

---

<div class="post-metadata">

### Author: ![LarryLo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/larrylo/32/24370_2.png) [@LarryLo](https://discuss.elastic.co/u/LarryLo)
#### Post date: [November 17, 2017, 8:17am UTC](https://discuss.elastic.co/t/upgraded-to-6-0-0-elasticsearch-plugin-is-red/107679/6 "2017-11-17T08:17:20Z")

</div>

I've met the same problem and after I delete previous .kibana index then it works.

e.g.

curl -XDELETE [http://youreshost:9200/.kibana](http://youreshost:9200/.kibana)  
service kibana restart

---

<div class="post-metadata">

### Author: ![Mojster](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mojster/32/21209_2.png) [@Mojster](https://discuss.elastic.co/u/Mojster)
#### Post date: [November 17, 2017, 10:48am UTC](https://discuss.elastic.co/t/upgraded-to-6-0-0-elasticsearch-plugin-is-red/107679/7 "2017-11-17T10:48:21Z")

</div>

I'm not using x-Pack but I followed the upgrading steps and it worked fine.

You should not forget to reindex kibana index. This is a must.

---

<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: [December 15, 2017, 10:48am UTC](https://discuss.elastic.co/t/upgraded-to-6-0-0-elasticsearch-plugin-is-red/107679/8 "2017-12-15T10:48:28Z")

</div>

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