alerting
alerting copied to clipboard
[FEATURE] Need an API to disable/enable monitor
making an update API call to disable or enable a monitor is not the best practice and is also very cumbersome as user would need to be aware of mapping of monitor document. Since monitors are jobs and require to be enabled or disabled we should provide one of the following:
PUT _plugins/_alerting/monitors/{monitor_id}/enableandPUT _plugins/_alerting/monitors/{monitor_id}/disablePUT _plugins/_alerting/monitors/{monitor_id}}/status {"enable" = true/false}
I will work on this one
This feature would be a huge help for my team.