Re: Marvel strategy to data store

2014-03-11 Thread Boaz Leskes
Shilpi, All of the above is a sound advice. Another alternative is to use curator: 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 > >

Re: Marvel strategy to data store

2014-03-10 Thread Mark Walkom
You can use the Sense dashboard in Marvel to run the curl. Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com web: www.campaignmonitor.com On 10 March 2014 19:29, David Pilato wrote: > You can not delete from Marvel yet. > > But you can run > > curl

Re: Marvel strategy to data store

2014-03-10 Thread David Pilato
You can not delete from Marvel yet. But you can run curl -XDELETE http://localhost:9200/.marvel-  or use curator: https://github.com/elasticsearch/curator --  David Pilato | Technical Advocate | Elasticsearch.com @dadoonet | @elasticsearchfr Le 10 mars 2014 à 09:27:25, Shilpi Agrawal

Re: Marvel strategy to data store

2014-03-10 Thread Shilpi Agrawal
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 flus

Re: Marvel strategy to data store

2014-03-10 Thread David Pilato
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 / @scr

Marvel strategy to data store

2014-03-09 Thread Shilpi Agrawal
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