# Kibana Index is out of date

**URL:** https://discuss.elastic.co/t/kibana-index-is-out-of-date/119694
**Category:** Kibana
**Created:** [February 13, 2018, 7:04pm UTC](https://discuss.elastic.co/t/kibana-index-is-out-of-date/119694 "2018-02-13T19:04:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Jim\_Campbell](https://avatars.discourse-cdn.com/v4/letter/j/43a26b/32.png) [@Jim\_Campbell](https://discuss.elastic.co/u/Jim_Campbell)
#### Post date: [February 13, 2018, 7:04pm UTC](https://discuss.elastic.co/t/kibana-index-is-out-of-date/119694/1 "2018-02-13T19:04:47Z")

</div>

I have done a clean install of Suricata and the ELK stack version 6.2.1 on a Ubuntu 2016-04 machine. Everything went well until I pointed my browser at localhost:5601. After logging in the browser took me to the Kibana Status screen. The status was "Red". Everything was "Ready" except the line: "plugin:elasticsearch@6.2.1 Your Kibana Index is out of date, reset it or use the X-Pack upgrade assistant."

Clicking on any of the Icons on the left side of the screen takes me back to the Status screen.

I entered "localhost:9200/\_cat/indices and each line was "green" except for:  
"yellow open .kibana 5 1 9 0 93.3kb 93.3kb"

One suggestion was to install X-Pack 5.6 and use it to upgrade the indices but I don't understand the relationship between X-Pack and the ELK stack. To use X-Pack 5.6 would I need to install the ELK 5.6 stack also?

I understand that if the Index is reset, Kibana will rebuild it on the next startup. Is there a simple way to reset the Index?

Background: I have a Snort IPS system that I'm using now and Snort is performing admirably but Barnyard2 is beginning to fail. I need to switch systems so that's why I'm moving to Suricata and the ELK stack.

Thanks, Jim

---

<div class="post-metadata">

### Author: ![spalger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/spalger/32/14092_2.png) [@spalger](https://discuss.elastic.co/u/spalger)
#### Post date: [February 13, 2018, 8:26pm UTC](https://discuss.elastic.co/t/kibana-index-is-out-of-date/119694/2 "2018-02-13T20:26:01Z")

</div>

> I have done a clean install of Suricata and the ELK stack version 6.2.1 ... "Your Kibana Index is out of date, reset it or use the X-Pack upgrade assistant."

I'm not sure how this is possible, out of date indexes must be created with a 5.x version of the Elastic stack. Are you importing data from an older installation?

> One suggestion was to install X-Pack 5.6 and use it to upgrade the indices but I don't understand the relationship between X-Pack and the ELK stack. To use X-Pack 5.6 would I need to install the ELK 5.6 stack also?

yes, but that shouldn't be necessary if you're doing a clean install.

> I understand that if the Index is reset, Kibana will rebuild it on the next startup. Is there a simple way to reset the Index?

Yep, deleting it from Elasticsearch with curl should do the trick:

```sh
curl -XDELETE -u elastic -p http://localhost:9200/.kibana

```

---

<div class="post-metadata">

### Author: ![Jim\_Campbell](https://avatars.discourse-cdn.com/v4/letter/j/43a26b/32.png) [@Jim\_Campbell](https://discuss.elastic.co/u/Jim_Campbell)
#### Post date: [February 13, 2018, 8:54pm UTC](https://discuss.elastic.co/t/kibana-index-is-out-of-date/119694/3 "2018-02-13T20:54:24Z")

</div>

My build was a from a hodpodge of sources across the internet. It was only recently that I discovered [elastic.co](http://elastic.co). There's no telling where I got that index.

The curl command that you suggested did the trick.

Many thanks for the prompt reply.

Jim

---

<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 13, 2018, 8:54pm UTC](https://discuss.elastic.co/t/kibana-index-is-out-of-date/119694/4 "2018-03-13T20:54:55Z")

</div>

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