1

I've heard the suggestion that marvel should write its data to a different cluster than its monitoring. Makes sense because if your production cluster goes south so does your monitoring.

Can anyone point me in the direction of where the steps are to do this?

Thanks -Doug

Doug
  • 13
  • 4

1 Answers1

1
  • Each node from your monitored cluster should have this in the configuration:

    marvel.agent.exporter.es.hosts

set to a list of nodes from the monitoring cluster.

  • Each node from the monitoring cluster should have this in its configuration:

    marvel.agent.enabled: false

Details about the two settings here.

Andrei Stefan
  • 51,654
  • 6
  • 98
  • 89
  • These settings don't seem to work. I've added the following settng in config file 'marvel.agent.exporter.es.hosts: "localhost:9400"' on production cluster, but I can see that the marvel realted data is still gettng indexed on the production cluster. Do I need to do anything additonal ? – geekprogrammer Nov 10 '15 at 06:25