Skip to main content

iLert

Thumbnail icon

The iLert app for Sumo Logic enables efficient integration of the alert management system with Sumo Logic's robust analytics platform. The provided dashboard panels offer comprehensive insights, including tracking Unique Alert Generation, categorizing alerts by source and priority (highlighting high-priority ones), monitoring Pending and Resolved Alerts, and assessing overall alert status. Users can identify top active responders, analyze alerts based on event type and source trends, and stay informed with a concise summary of recent alerts. This integration enhances alert management and incident response capabilities, providing a powerful solution for effective monitoring and analysis.

iLert is a platform for alerting, on-call management and status pages. You can use a webhook in the iLert platform to forward alert events to the Sumo Logic HTTP endpoint. Using these logs, you can monitor the lifecycle of alerts, from creation and acceptance to re-routing, escalation, and resolution, while also tracking responder actions and channel attachments for effective incident management in Sumo Logic. For more details, refer to the iLert Documentation.

Event types​

The Sumo Logic integration for iLert ingests alert events into Sumo Logic through an outgoing webhook available in iLert. The following event types are ingested through the webhook:

  • Alert created
  • Alert accepted
  • Alert re-routed
  • Alert escalated
  • Alert priority raised
  • Alert resolved
  • Alert comment added
  • Responder added to alert
  • Responder removed from alert
  • Channel attached to alert
  • Channel detached from alert

Sample log messages​

{
"id": "1698262673",
"summary": "alert by source",
"details": "alert details",
"reportTime": "2023-10-25T19:37:53.833Z",
"status": "ACCEPTED",
"eventType": "alert-auto-escalated",
"priority": "HIGH",
"alertKey": "c4He8Qfa5Ysk",
"alertSource": {
"id": 2252825,
"name": "E-Mail"
},
"assignedTo": {
"id": 2241338,
"username": "Nedjeljko",
"firstName": "Priyansh",
"lastName": "Patel",
"email": "zebadiah@dummyilert.com"
},
"responders": [
{
"user": {
"id": 2241338,
"username": "Nedjeljko",
"firstName": "Priyansh",
"lastName": "Patel",
"email": "zebadiah@dummyilert.com"
},
"status": "ACCEPTED"
}
]
}

Sample query​

_sourceCategory="webhook/ilert"
| json "id", "summary", "details", "reportTime", "status", "eventType", "priority", "alertSource.name", "assignedTo.username", "assignedTo.email", "responders[0].user.username", "responders[0].user.email" as id, summary, detail, reportTime, status, eventType, priority, alertSource, assignedUserName, assignedEmail, responderUserName, responderEmail nodrop
| where id matches "{{alertId}}" and alertSource matches "{{alertSource}}" and eventType matches "{{eventType}}" and status matches "{{status}}" and priority matches "{{priority}}"
| count_distinct(id)

Setup​

This section has instructions for collecting logs for the Sumo Logic iLert webhook collection.

Source configuration​

Follow the below steps to configure the Hosted Collector to receive iLert events:

  1. In the Sumo Logic portal, create a new Hosted Collector or use an existing one. Then add a HTTP Logs and Metrics Source.
  2. Configure Source Category in the HTTP Source - for example, webhook/ilert - for the iLert integration.
  3. Copy and save the endpoint URL of the source.

Vendor configuration​

Configure the webhook integration in iLert to send events to the Sumo Logic HTTP source. Once configured, it will be triggered each time the events occur within your iLert account.

Follow the steps to configure the iLert Webhook.

  1. Sign in to the iLert account.
  2. Select Alert sources from the Alert Sources dropdown menu.
  3. Select the alert source for which you want to send events to Sumo Logic.
  4. Go to Alert actions. Click on Create a new alert action.
  5. Select Webhook as the type. The webhook form appears.
  6. Enter webhook form data as follows:
    • Trigger mode. Select Automatic.
    • Filter alert events. Select the event types for which you want to send notifications to Sumo Logic.
    • URL. Enter the Sumo Logic HTTP endpoint URL (source address) created above.
    • Conditional execution. Select Execute this alert action for all alerts. You can even specify any specific condition if required.
  7. Click Save.
  8. Verify iLert events are getting ingested in Sumo Logic by executing the following query on Sumo Logic's Log Search panel.
`_sourceCategory=webhook/ilert`
info

Installing the iLert app​

To install the app, do the following:

  1. From the Sumo Logic navigation, select App Catalog.
  2. In the Search Apps field, search for and then select your app.
    Optionally, you can scroll down to preview the dashboards included with the app.
  3. To install the app, click Install App.
  4. Click Next in the Setup Data section.
  5. In the Configure section of the respective app, complete the following fields.
    1. Key. Select either of these options for the data source.
      • Choose Source Category, and select a source category from the list for Default Value.
      • Choose Custom, and enter a custom metadata field. Insert its value in Default Value.
  6. Click Next. You will be redirected to the Preview & Done section.

Your app will be installed in the Installed Apps folder and dashboard panels will start to fill automatically.

Each panel slowly fills with data matching the time range query and received since the panel was created. Results will not immediately be available, updating with full graphs and charts over time.

Viewing iLert dashboards​

All dashboards have a set of filters that you can apply to the entire dashboard. Use these filters to drill down and examine the data to a granular level.

  • You can change the time range for a dashboard or panel by selecting a predefined interval from a drop-down list, choosing a recently used time range, or specifying custom dates and times. Learn more.
  • You can use template variables to drill down and examine the data on a granular level. For more information, see Filter with template variables.
  • Most Next-Gen apps allow you to provide the scope at the installation time and are comprised of a key (_sourceCategory by default) and a default value for this key. Based on your input, the app dashboards will be parameterized with a dashboard variable, allowing you to change the dataset queried by all panels. This eliminates the need to create multiple copies of the same dashboard with different queries.

Overview​

The iLert - Overview dashboard presents a comprehensive insight into the alert management system, featuring a range of informative panels. Starting with Unique Alert Generation statistics, it displays alerts categorized by their sources and highlights High-Priority alerts for immediate attention. The dashboard also tracks Pending and Resolved Alerts, providing a real-time overview of the alert status. Additionally, it offers a breakdown of alerts by priority, identifies the Top Active Responders, and analyses alert data based on event types and source trends. Users can efficiently spot event-type trends and review a concise summary of recent alerts.

iLert-Overview
Status
Legal
Privacy Statement
Terms of Use

Copyright Β© 2024 by Sumo Logic, Inc.