# Recover from red status

**URL:** https://discuss.elastic.co/t/recover-from-red-status/62226
**Category:** Elasticsearch
**Created:** [October 4, 2016, 11:51pm UTC](https://discuss.elastic.co/t/recover-from-red-status/62226 "2016-10-04T23:51:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![suanmeiguo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/suanmeiguo/32/11758_2.png) [@suanmeiguo](https://discuss.elastic.co/u/suanmeiguo)
#### Post date: [October 4, 2016, 11:51pm UTC](https://discuss.elastic.co/t/recover-from-red-status/62226/1 "2016-10-04T23:51:20Z")

</div>

I've lost 2 nodes in my cluster, and now 2 our of 10 primary shards are lost and cluster status is red.

Now the damage is there and I accept it. I just want the rest 8 shards of data to be working again. However kibana give me this error: `Elasticsearch is still initializing the kibana index.`

Is there a way for me to force elasticsearch coming back to green? should I just reindex the index?

Thank you!

---

<div class="post-metadata">

### Author: ![kstaken](https://avatars.discourse-cdn.com/v4/letter/k/e68b1a/32.png) [@kstaken](https://discuss.elastic.co/u/kstaken)
#### Post date: [October 5, 2016, 4:58pm UTC](https://discuss.elastic.co/t/recover-from-red-status/62226/2 "2016-10-05T16:58:20Z")

</div>

If you've lost those shards permanently and have the option to reindex then yes you should do that. Otherwise if you can't reindex then you've lost data. You can force allocation of the missing primary shards onto one of the nodes which will save the index and get the cluster back to green but the allocated shards will be empty.

Kimbro

---

<div class="post-metadata">

### Author: ![suanmeiguo](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/suanmeiguo/32/11758_2.png) [@suanmeiguo](https://discuss.elastic.co/u/suanmeiguo)
#### Post date: [October 5, 2016, 5:42pm UTC](https://discuss.elastic.co/t/recover-from-red-status/62226/3 "2016-10-05T17:42:52Z")

</div>

Ah great! Thank you!

---

<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: [July 5, 2017, 10:14pm UTC](https://discuss.elastic.co/t/recover-from-red-status/62226/4 "2017-07-05T22:14:40Z")

</div>


