# How to recover index

**URL:** https://discuss.elastic.co/t/how-to-recover-index/20521
**Category:** Elasticsearch
**Created:** [October 31, 2014, 4:48pm UTC](https://discuss.elastic.co/t/how-to-recover-index/20521 "2014-10-31T16:48:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ajay\_bh111](https://avatars.discourse-cdn.com/v4/letter/a/f08c70/32.png) [@ajay\_bh111](https://discuss.elastic.co/u/ajay_bh111)
#### Post date: [October 31, 2014, 4:48pm UTC](https://discuss.elastic.co/t/how-to-recover-index/20521/1 "2014-10-31T16:48:22Z")

</div>

In my test, I was running with a single shard and no replica for test  
index. Just before storage running out of disk space, it was all OK.

health index pri rep docs.count docs.deleted store.size pri.store.size  
green test\_insert 1 0 23307898 0 95.6gb 95.6gb

However after the disk was full, no documents counts are reported.

health index pri rep docs.count docs.deleted store.size pri.store.size  
red test\_insert 1 0

Storage had some room created afterwards :  
before :  
/dev/sda 100666 99058 569 100% /iscsi\_disk1  
After :  
/dev/sda 100666 89480 10147 90% /iscsi\_disk1

But index did not recover on it;s own. Is it possible to recover the index  
from this state ?

Thanks  
Ajay

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/7d75c357-5734-47ad-90e0-6c24a3816c49%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/7d75c357-5734-47ad-90e0-6c24a3816c49%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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 6, 2017, 12:52am UTC](https://discuss.elastic.co/t/how-to-recover-index/20521/2 "2017-07-06T00:52:48Z")

</div>


