description |
---|
Create ilert alerts from Sumo Logic monitoring and get alerted through ilert for high-priority issues. |
-
Go to Alert sources --> Alert sources and click on Create new alert source
-
Search for Sumo Logic in the search field, click on the Sumo Logic tile and click on Next.
-
Give your alert source a name, optionally assign teams and click Next.
-
Select an escalation policy by creating a new one or assigning an existing one.
-
Select you Alert grouping preference and click Continue setup. You may click Do not group alerts for now and change it later.
-
The next page show additional settings such as customer alert templates or notification prioritiy. Click on Finish setup for now.
-
On the final page, an API key and / or webhook URL will be generated that you will need later in this guide.
- Go to Sumo Logic, then to Manage Data -> Monitoring, click on the Connections tab and then on the Add (+) button
- On the next page, click on the Webhook tile
- On the next page, name the connection e.g. ilert, paste the Webhook URL that you generated in ilert, in the Payload section following payload object, then click on the Save button
{
"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}}",
"SearchName": "{{SearchName}}"
}
- Finished! Your Sumo Logic alerts will now create alerts in ilert.
Will alerts in ilert be resolved automatically?
No, unfortunately, Sumo Logic's notification is not compatible with ilert's resolve event.
Can I connect Sumo Logic with multiple alert sources from ilert?
Yes, simply add more connections in Sumo Logic.