Hi Ramdev, Do you want marvel to stop sending data? The best settings is `marvel.agent.enabled: false` but that can only be set in the elasticsearch.yml and requires a node restart. As an alternative you can this (assuming you have a decently recent marvel version):
curl -XPUT "http://localhost:9200/_cluster/settings" -d' { "persistent": { "marvel.agent.interval": "-1" } }' This will not disable the agent but stop it from sampling and shipping data. Cheers, Boaz On Tuesday, June 3, 2014 10:24:15 PM UTC+2, Ramdev Wudali wrote: > > Hi All: > I am trying to prevent Marvel from creating the indices for each day > automatically. I know there is a curl command to do that. I am not able to > find it in any of the documentation that is available. Other than setting > it in the config file and have to restart my instance is there a way to do > it ? > > (and can various ES settings be changed the same way ?) > > Thanks > > Ramdev > > > > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/857ee53a-7d03-4213-a1a2-364c6af78886%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
