Marvel Index Taking too much disk space

Hi,

I installed the plugin for marvel ,
but its creating its own indexes which are even larger than my original
indexed data.
is there a way to delete these indexes on daily basis or any other way ?

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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/fd306457-7201-4187-86ef-e5dab4bd563b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

you can use curator for that. See GitHub - elastic/curator: Curator: Tending your Elasticsearch indices

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet https://twitter.com/dadoonet | @elasticsearchfr https://twitter.com/elasticsearchfr | @scrutmydocs https://twitter.com/scrutmydocs

Le 15 déc. 2014 à 07:31, Chetan Dev cheten.dev@carwale.com a écrit :

Hi,

I installed the plugin for marvel ,
but its creating its own indexes which are even larger than my original indexed data.
is there a way to delete these indexes on daily basis or any other way ?

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/fd306457-7201-4187-86ef-e5dab4bd563b%40googlegroups.com https://groups.google.com/d/msgid/elasticsearch/fd306457-7201-4187-86ef-e5dab4bd563b%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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/E847EF1D-7886-46AF-A871-B6C60ED11B9C%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.

Curator or just make a script that calls the API

On Monday, December 15, 2014 6:31:06 AM UTC, Chetan Dev wrote:

Hi,

I installed the plugin for marvel ,
but its creating its own indexes which are even larger than my original
indexed data.
is there a way to delete these indexes on daily basis or any other way ?

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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/2278326e-b90e-4fe9-b5c6-c3929cf2e046%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Is there any built-in mechanism in ES which supports periodic deletion of a particular index ? For example curator as a plugin with a configuration file.

If not, it'll really be a nice to have feature !