# Marvel strategy to data store

**URL:** https://discuss.elastic.co/t/marvel-strategy-to-data-store/16257
**Category:** Elasticsearch
**Created:** [March 10, 2014, 6:43am UTC](https://discuss.elastic.co/t/marvel-strategy-to-data-store/16257 "2014-03-10T06:43:22Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Shilpi\_Agrawal](https://avatars.discourse-cdn.com/v4/letter/s/a88e57/32.png) [@Shilpi\_Agrawal](https://discuss.elastic.co/u/Shilpi_Agrawal)
#### Post date: [March 10, 2014, 6:43am UTC](https://discuss.elastic.co/t/marvel-strategy-to-data-store/16257/1 "2014-03-10T06:43:22Z")

</div>

Hi,

I want to know the strategy which marvel follows to store the data.  
Like for how long it store the data and how it flushes the data and how  
much data can be stored any limitations.

how it manages the data which is stored via any cluster.

Please help me to let me know this.

Thanks

--  
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/f3ff7696-6d9b-44c9-9f98-63674c13e464%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/f3ff7696-6d9b-44c9-9f98-63674c13e464%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [March 10, 2014, 7:01am UTC](https://discuss.elastic.co/t/marvel-strategy-to-data-store/16257/2 "2014-03-10T07:01:25Z")

</div>

It stores data forever so you basically need to remove old data after some days.  
curator could help here.

In the future, you will have built in elasticsearch a feature which will do that. But by now, you need to take care of it yourself.

--  
David 😉  
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 10 mars 2014 à 07:43, Shilpi Agrawal [shilpia@strumsoft.com](mailto:shilpia@strumsoft.com) a écrit :

Hi,

I want to know the strategy which marvel follows to store the data.  
Like for how long it store the data and how it flushes the data and how much data can be stored any limitations.

how it manages the data which is stored via any cluster.

Please help me to let me know this.

## Thanks

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/f3ff7696-6d9b-44c9-9f98-63674c13e464%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/f3ff7696-6d9b-44c9-9f98-63674c13e464%40googlegroups.com).  
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/26F32A0F-C227-430B-A536-50E066C457FF%40pilato.fr](https://groups.google.com/d/msgid/elasticsearch/26F32A0F-C227-430B-A536-50E066C457FF%40pilato.fr).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![Shilpi\_Agrawal](https://avatars.discourse-cdn.com/v4/letter/s/a88e57/32.png) [@Shilpi\_Agrawal](https://discuss.elastic.co/u/Shilpi_Agrawal)
#### Post date: [March 10, 2014, 8:27am UTC](https://discuss.elastic.co/t/marvel-strategy-to-data-store/16257/3 "2014-03-10T08:27:21Z")

</div>

How can we delete the data from marvel.  
some Instruction or commands would be helpful.

Thanks

On Monday, March 10, 2014 12:13:22 PM UTC+5:30, Shilpi Agrawal wrote:

> Hi,
> 
> I want to know the strategy which marvel follows to store the data.  
> Like for how long it store the data and how it flushes the data and how  
> much data can be stored any limitations.
> 
> how it manages the data which is stored via any cluster.
> 
> Please help me to let me know this.
> 
> Thanks

--  
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/b2d3c23d-21aa-4ffc-a875-befdb89b2f14%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/b2d3c23d-21aa-4ffc-a875-befdb89b2f14%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [March 10, 2014, 8:29am UTC](https://discuss.elastic.co/t/marvel-strategy-to-data-store/16257/4 "2014-03-10T08:29:20Z")

</div>

You can not delete from Marvel yet.

But you can run

curl -XDELETE [http://localhost:9200/.marvel-XXXXXXXX](http://localhost:9200/.marvel-XXXXXXXX)

or use curator:

> **[elastic/curator](https://github.com/elastic/curator)**
>
> curator - Curator: Tending your Elasticsearch indices

--  
David Pilato | Technical Advocate | [Elasticsearch.com](http://Elasticsearch.com)  
@dadoonet | @elasticsearchfr

Le 10 mars 2014 à 09:27:25, Shilpi Agrawal ([shilpia@strumsoft.com](mailto:shilpia@strumsoft.com)) a écrit:

How can we delete the data from marvel.  
some Instruction or commands would be helpful.

Thanks

On Monday, March 10, 2014 12:13:22 PM UTC+5:30, Shilpi Agrawal wrote:  
Hi,

I want to know the strategy which marvel follows to store the data.  
Like for how long it store the data and how it flushes the data and how much data can be stored any limitations.

how it manages the data which is stored via any cluster.

Please help me to let me know this.

## Thanks

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/b2d3c23d-21aa-4ffc-a875-befdb89b2f14%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/b2d3c23d-21aa-4ffc-a875-befdb89b2f14%40googlegroups.com).  
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/etPan.531d77e0.238e1f29.b095%40MacBook-Air-de-David.local](https://groups.google.com/d/msgid/elasticsearch/etPan.531d77e0.238e1f29.b095%40MacBook-Air-de-David.local).  
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: [March 10, 2014, 9:15pm UTC](https://discuss.elastic.co/t/marvel-strategy-to-data-store/16257/5 "2014-03-10T21:15:15Z")

</div>

You can use the Sense dashboard in Marvel to run the curl.

Regards,  
Mark Walkom

Infrastructure Engineer  
Campaign Monitor  
email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
web: [www.campaignmonitor.com](http://www.campaignmonitor.com)

On 10 March 2014 19:29, David Pilato [david@pilato.fr](mailto:david@pilato.fr) wrote:

> You can not delete from Marvel yet.
> 
> But you can run
> 
> curl -XDELETE [http://localhost:9200/.marvel-XXXXXXXX](http://localhost:9200/.marvel-XXXXXXXX)
> 
> or use curator:
> 
> [GitHub - elastic/curator: Curator: Tending your Elasticsearch indices](https://github.com/elasticsearch/curator)
> 
> --  
> _David Pilato_ | _Technical Advocate_ | _[Elasticsearch.com](http://Elasticsearch.com)_  
> @dadoonet [https://twitter.com/dadoonet](https://twitter.com/dadoonet) | @elasticsearchfr[https://twitter.com/elasticsearchfr](https://twitter.com/elasticsearchfr)
> 
> Le 10 mars 2014 à 09:27:25, Shilpi Agrawal ([shilpia@strumsoft.com](mailto:shilpia@strumsoft.com)) a  
> écrit:
> 
> How can we delete the data from marvel.  
> some Instruction or commands would be helpful.
> 
> Thanks
> 
> On Monday, March 10, 2014 12:13:22 PM UTC+5:30, Shilpi Agrawal wrote:
> 
> > Hi,
> > 
> > I want to know the strategy which marvel follows to store the data.  
> > Like for how long it store the data and how it flushes the data and how  
> > much data can be stored any limitations.
> > 
> > how it manages the data which is stored via any cluster.
> > 
> > Please help me to let me know this.
> > 
> > Thanks
> 
> --  
> 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/b2d3c23d-21aa-4ffc-a875-befdb89b2f14%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/b2d3c23d-21aa-4ffc-a875-befdb89b2f14%40googlegroups.com)[https://groups.google.com/d/msgid/elasticsearch/b2d3c23d-21aa-4ffc-a875-befdb89b2f14%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/b2d3c23d-21aa-4ffc-a875-befdb89b2f14%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/etPan.531d77e0.238e1f29.b095%40MacBook-Air-de-David.local](https://groups.google.com/d/msgid/elasticsearch/etPan.531d77e0.238e1f29.b095%40MacBook-Air-de-David.local)[https://groups.google.com/d/msgid/elasticsearch/etPan.531d77e0.238e1f29.b095%40MacBook-Air-de-David.local?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/etPan.531d77e0.238e1f29.b095%40MacBook-Air-de-David.local?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/CAEM624YnnK2C5aM7rTvo-y0-%3DU1pJYZ2V%2BJZ20Z8SQWzsqrtsw%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624YnnK2C5aM7rTvo-y0-%3DU1pJYZ2V%2BJZ20Z8SQWzsqrtsw%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![Boaz\_Leskes](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/boaz_leskes/32/723_2.png) [@Boaz\_Leskes](https://discuss.elastic.co/u/Boaz_Leskes)
#### Post date: [March 11, 2014, 11:51am UTC](https://discuss.elastic.co/t/marvel-strategy-to-data-store/16257/6 "2014-03-11T11:51:20Z")

</div>

Shilpi,

All of the above is a sound advice. Another alternative is to use  
curator: [GitHub - elastic/curator: Curator: Tending your Elasticsearch indices](https://github.com/elasticsearch/curator)

Cheers,  
Boaz

On Monday, March 10, 2014 10:15:15 PM UTC+1, Mark Walkom wrote:

> You can use the Sense dashboard in Marvel to run the curl.
> 
> Regards,  
> Mark Walkom
> 
> Infrastructure Engineer  
> Campaign Monitor  
> email: [ma...@campaignmonitor.com](mailto:ma...@campaignmonitor.com) \<javascript:\>  
> web: [www.campaignmonitor.com](http://www.campaignmonitor.com)
> 
> On 10 March 2014 19:29, David Pilato \<[da...@pilato.fr](mailto:da...@pilato.fr) \<javascript:\>\>wrote:
> 
> > You can not delete from Marvel yet.
> > 
> > But you can run
> > 
> > curl -XDELETE [http://localhost:9200/.marvel-XXXXXXXX](http://localhost:9200/.marvel-XXXXXXXX)
> > 
> > or use curator:
> > 
> > [GitHub - elastic/curator: Curator: Tending your Elasticsearch indices](https://github.com/elasticsearch/curator)
> > 
> > --  
> > _David Pilato_ | _Technical Advocate_ | _[Elasticsearch.com](http://Elasticsearch.com)_  
> > @dadoonet [https://twitter.com/dadoonet](https://twitter.com/dadoonet) | @elasticsearchfr[https://twitter.com/elasticsearchfr](https://twitter.com/elasticsearchfr)
> > 
> > Le 10 mars 2014 à 09:27:25, Shilpi Agrawal ([shi...@strumsoft.com](mailto:shi...@strumsoft.com)\<javascript:\>)  
> > a écrit:
> > 
> > How can we delete the data from marvel.  
> > some Instruction or commands would be helpful.
> > 
> > Thanks
> > 
> > On Monday, March 10, 2014 12:13:22 PM UTC+5:30, Shilpi Agrawal wrote:
> > 
> > > Hi,
> > > 
> > > I want to know the strategy which marvel follows to store the data.  
> > > Like for how long it store the data and how it flushes the data and how  
> > > much data can be stored any limitations.
> > > 
> > > how it manages the data which is stored via any cluster.
> > > 
> > > Please help me to let me know this.
> > > 
> > > Thanks
> > 
> > --  
> > 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 [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com) \<javascript:\>.  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/b2d3c23d-21aa-4ffc-a875-befdb89b2f14%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/b2d3c23d-21aa-4ffc-a875-befdb89b2f14%40googlegroups.com)[https://groups.google.com/d/msgid/elasticsearch/b2d3c23d-21aa-4ffc-a875-befdb89b2f14%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/b2d3c23d-21aa-4ffc-a875-befdb89b2f14%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 [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com) \<javascript:\>.  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/etPan.531d77e0.238e1f29.b095%40MacBook-Air-de-David.local](https://groups.google.com/d/msgid/elasticsearch/etPan.531d77e0.238e1f29.b095%40MacBook-Air-de-David.local)[https://groups.google.com/d/msgid/elasticsearch/etPan.531d77e0.238e1f29.b095%40MacBook-Air-de-David.local?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/etPan.531d77e0.238e1f29.b095%40MacBook-Air-de-David.local?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/fbb28170-a4da-4ea1-9c02-1fa5a7723eb1%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/fbb28170-a4da-4ea1-9c02-1fa5a7723eb1%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, 1:44am UTC](https://discuss.elastic.co/t/marvel-strategy-to-data-store/16257/7 "2017-07-06T01:44:17Z")

</div>


