Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Elasticsearch Marvel - Turn off logging

Is it possible to have Elasticsearch Marvel installed and have it not collect any data, would changing the template to 0 shards and 0 replicates do that for me?

like image 853
Nathan Smith Avatar asked Feb 03 '14 10:02

Nathan Smith


1 Answers

Just add this line to the config/elasticsearch.yml file to stop a node producing data:

marvel.agent.enabled: false

See the configuration docs for Marvel.

like image 183
DrTech Avatar answered Oct 07 '22 16:10

DrTech