# Missing closed indexes after adding node

**URL:** https://discuss.elastic.co/t/missing-closed-indexes-after-adding-node/21687
**Category:** Elasticsearch
**Created:** [January 16, 2015, 1:35pm UTC](https://discuss.elastic.co/t/missing-closed-indexes-after-adding-node/21687 "2015-01-16T13:35:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Russell\_Butturini](https://avatars.discourse-cdn.com/v4/letter/r/c89c15/32.png) [@Russell\_Butturini](https://discuss.elastic.co/u/Russell_Butturini)
#### Post date: [January 16, 2015, 1:35pm UTC](https://discuss.elastic.co/t/missing-closed-indexes-after-adding-node/21687/1 "2015-01-16T13:35:20Z")

</div>

Hey guys,

New to Elasticsearch but already a huge fan. I had a strange incident  
happen I was hoping you could provide some insight on.

I set up a single Elastic search node for a project and collected some data  
in it for a few days to make sure everything was working correctly. No  
issues. I went through and closed those indexes from my testing, and added  
a second node to the cluster. When I did that...POOF....All the closed  
indexes disappeared. No big deal to me, but I can see the disk space is  
still being used by those indexes. They didn't replicate to the second  
node (the two VMs are identical) because the disk space usage over there is  
much lower. I don't care about the data, is there any way I can either  
recover the indexes and properly purge them, or just remove them from disk  
by some other method? I don't really care about the data, but would to get  
the space back.

Thanks in advance for any help!

-Russell

--  
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/89a3ebcd-4dde-4d16-8458-2bb372b2870f%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/89a3ebcd-4dde-4d16-8458-2bb372b2870f%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [January 16, 2015, 11:27pm UTC](https://discuss.elastic.co/t/missing-closed-indexes-after-adding-node/21687/2 "2015-01-16T23:27:15Z")

</div>

The data is there, it's just closed, and there are no actions taken on  
closed indexes.  
You need to reopen them -

> **[Elasticsearch Platform — Find real-time answers at scale](https://www.elastic.co)**
>
> Power insights and outcomes with the Elasticsearch Platform and AI. See into your data and find answers that matter with enterprise solutions designed to help you build, observe, and protect. Try Elasticsearch free today.

On 17 January 2015 at 02:35, Russell Butturini [tcstool@gmail.com](mailto:tcstool@gmail.com) wrote:

> Hey guys,
> 
> New to Elasticsearch but already a huge fan. I had a strange incident  
> happen I was hoping you could provide some insight on.
> 
> I set up a single Elastic search node for a project and collected some  
> data in it for a few days to make sure everything was working correctly. No  
> issues. I went through and closed those indexes from my testing, and added  
> a second node to the cluster. When I did that...POOF....All the closed  
> indexes disappeared. No big deal to me, but I can see the disk space is  
> still being used by those indexes. They didn't replicate to the second  
> node (the two VMs are identical) because the disk space usage over there is  
> much lower. I don't care about the data, is there any way I can either  
> recover the indexes and properly purge them, or just remove them from disk  
> by some other method? I don't really care about the data, but would to get  
> the space back.
> 
> Thanks in advance for any help!
> 
> -Russell
> 
> --  
> 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/89a3ebcd-4dde-4d16-8458-2bb372b2870f%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/89a3ebcd-4dde-4d16-8458-2bb372b2870f%40googlegroups.com)  
> [https://groups.google.com/d/msgid/elasticsearch/89a3ebcd-4dde-4d16-8458-2bb372b2870f%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/89a3ebcd-4dde-4d16-8458-2bb372b2870f%40googlegroups.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
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/CAEYi1X8-H89cVUyS2D%3DBRp4b9ADkSUiscypnhAdJPViNV\_D67Q%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEYi1X8-H89cVUyS2D%3DBRp4b9ADkSUiscypnhAdJPViNV_D67Q%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![Russell\_Butturini](https://avatars.discourse-cdn.com/v4/letter/r/c89c15/32.png) [@Russell\_Butturini](https://discuss.elastic.co/u/Russell_Butturini)
#### Post date: [January 17, 2015, 10:03pm UTC](https://discuss.elastic.co/t/missing-closed-indexes-after-adding-node/21687/3 "2015-01-17T22:03:11Z")

</div>

These indices don't appear when I list all on the server. I can see other closed indices but not the ones that disappeared.

--  
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/a81c2ce1-706c-4574-9177-4cf86e4dcc88%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/a81c2ce1-706c-4574-9177-4cf86e4dcc88%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:38am UTC](https://discuss.elastic.co/t/missing-closed-indexes-after-adding-node/21687/4 "2017-07-06T00:38:12Z")

</div>


