# Snapshots of new indices

**URL:** https://discuss.elastic.co/t/snapshots-of-new-indices/135969
**Category:** Elasticsearch
**Created:** [June 14, 2018, 5:20pm UTC](https://discuss.elastic.co/t/snapshots-of-new-indices/135969 "2018-06-14T17:20:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Devin\_Quince](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/devin_quince/32/32281_2.png) [@Devin\_Quince](https://discuss.elastic.co/u/Devin_Quince)
#### Post date: [June 14, 2018, 5:20pm UTC](https://discuss.elastic.co/t/snapshots-of-new-indices/135969/1 "2018-06-14T17:20:58Z")

</div>

I did some searching and nothing seems to match our process. I am new to ES 5.4, so if I missed it, please forgive me and let me know where I need to look. We have 3 servers clustered and our application creates 2 indices on a daily basis called logstash-year-month-day and lmsdata-year-month-day, Our process is to snapshot the entire group of indices into 2 snapshots and then everyday, snapshot the new indices for each group.  
These snapshots will be stored for a certain period of time and then deleted. My question is  
Is it possible to determine the new snapshot name and just snapshot the new one every day versus doing an entire snapshot of all the indices including all the old ones via script?  
I have tried to use curator, which works for deleting indices based on prefix and age, but nothing works for talking to the snapshot repository, so I am looking at scripting this out via curl commands.  
Any help would be great,  
-Devin

---

<div class="post-metadata">

### Author: ![theuntergeek](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/theuntergeek/32/44961_2.png) [@theuntergeek](https://discuss.elastic.co/u/theuntergeek)
#### Post date: [June 14, 2018, 11:21pm UTC](https://discuss.elastic.co/t/snapshots-of-new-indices/135969/2 "2018-06-14T23:21:52Z")

</div>

I'm trying to follow you, but the wording is a bit confusing.

With Curator, it _is_ possible to snapshot only specific indices using [filters](https://www.elastic.co/guide/en/elasticsearch/client/curator/5.5/filters.html). It is also possible to select only certain snapshots using [filters](https://www.elastic.co/guide/en/elasticsearch/client/curator/5.5/filters.html). Please note that there are both index-specific and snapshot-specific filters. [You can filter and delete snapshots by their age](https://www.elastic.co/guide/en/elasticsearch/client/curator/5.5/ex_delete_snapshots.html).

---

<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 12, 2018, 11:21pm UTC](https://discuss.elastic.co/t/snapshots-of-new-indices/135969/3 "2018-07-12T23:21:53Z")

</div>

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