Enable or Disable Pulse Agents
You can enable or disable individual Pulse Agents such as pulseaxn, pulselogs, pulsenode, pulsejmx, and pulseyarnmetrics in the override.yml file.
By default, all the agents are enabled. To disable any agent, you can set its value to false in the override.yml file and run accelo reconfig cluster to apply this change.
Steps to enable or disable Agents:
- Open
<$AcceloHome>/work/<clusterName>/override.ymlfile. - Add the required Agents and set to
trueorfalseto enable or disable it.
agent_enabled: - pulseaxn: false - pulsenode: true - pulselogs: true - pulsejmx: true - pulseyarnmetrics: true- Run the following command to apply the changes.
accelo reconfig clusterWas this page helpful?