Overriding the default-endpoints.yml File Details
Pulse allows you to override specific information in the default-endpoints.yml file. For instance, if you need to modify the URL of a single component within a service, you must copy the entire section of that service into the override file and update the required URL.
For example, to override the URL of Druid’s coordinator component, you need to copy the entire Druid Service section into the override file and modify only the coordinator URL.
- Create a file named $AcceloHome/work/<cluster_name>/alerts/default-endpoints_ override.yml.
- Copy only the specific service sections from
default-endpoints.yml
that you intend to modify into the new override file. - Make the necessary changes, save the file, and apply the configuration by running the
accelo reconfig cluster
command. - Restart the
ad-alerts
container.
Was this page helpful?