Currently, clients will use {{ server }}/alerts for sending new alert info. If a organization would rather not install & manage the server component but instead receive alerts directly to another tool, for many generic webhook utilities or HTTP Event Collectors (Splunk, SumoLogic two off hand examples) appending a path of /alerts would add an extra step which can sometimes be cumbersome.
Proposed Solution
Allow for clients to send to just the base endpoint to support more generic webhook type solutions.
Problem
Currently, clients will use
{{ server }}/alerts
for sending new alert info. If a organization would rather not install & manage the server component but instead receive alerts directly to another tool, for many generic webhook utilities or HTTP Event Collectors (Splunk, SumoLogic two off hand examples) appending a path of/alerts
would add an extra step which can sometimes be cumbersome.Proposed Solution
Allow for clients to send to just the base endpoint to support more generic webhook type solutions.