Make sure to add the Sumo Logic integration and copy the webhook.
Navigate to the alerts page and open the connections tab.
Select the webhook connection type.
Paste the Spike webhook URL and the JSON provided below.
{
"Name": "{{Name}}",
"Description": "{{Description}}",
"MonitorType": "{{MonitorType}}",
"Query": "{{Query}}",
"QueryURL": "{{QueryURL}}",
"ResultsJson": "{{ResultsJson}}",
"NumQueryResults": "{{NumQueryResults}}",
"Id": "{{Id}}",
"DetectionMethod": "{{DetectionMethod}}",
"TriggerType": "{{TriggerType}}",
"TriggerTimeRange": "{{TriggerTimeRange}}",
"TriggerTime": "{{TriggerTime}}",
"TriggerCondition": "{{TriggerCondition}}",
"TriggerValue": "{{TriggerValue}}",
"TriggerTimeStart": "{{TriggerTimeStart}}",
"TriggerTimeEnd": "{{TriggerTimeEnd}}",
"SourceURL": "{{SourceURL}}"
}