Skip to main content
Version: 5.0

Incident Manager Module

Overview

The Incident Manager Module is designed to track important events and resulting actions of correlation rules. It provides the ability to prioritize incidents according to their criticality level and manage them.

Incident manager

The foundation of the incident lifecycle is the Workflow, which defines the set of states and transitions through which an incident passes. An example of a workflow for incidents is presented in the image below.

Example of a workflow

Prompt and effective incident response is ensured by Active Actions. Using Active Actions in the Incident Manager module allows automating incident handling and implementing flexible response logic for them.

"Incident Manager" Dashboard

The main element of the Incident Manager module user interface is the dashboard, which presents the following functional capabilities:

  1. Incident management
  2. Search for incidents with customizable filtering
  3. Applying Active Actions to incidents

Main module dashboard

The Incident Manager Dashboard provides the following information:

  • list of generated incidents for the selected time interval
  • statistics on incident severity levels
  • description, fields, and meta-information of each incident from its card
  • incident change history

"Incident Manager: Statistics" Dashboard

Detailed incident statistics are contained in the Incident Manager: Statistics dashboard. A fragment of the dashboard is presented in the image below.

Incident Manager: Statistics

  • a brief description of the event that triggered the incident

Status:

  • the current status of the incident, reflecting its state in the process

Possible values:

  • New - a new incident received in the Incident Manager, work on the incident has not started yet
  • In Progress - the incident is being worked on
  • Verification - the process of approving the work required to resolve the incident is ongoing / the process of approving the possibility of closing the incident after its resolution is ongoing
  • Rejected - the incident is postponed until the cause of rejection is resolved
  • Closed - work on resolving the incident is completed, the incident is closed by agreement

Assignee:

  • the employee or group of employees responsible for resolving the incident
warning

For each incident, a card is available where you can track the entire history of changes, statuses, as well as comments.

Incident


Workflow - Active Actions

  • primary actions can affect incident parameters
  • they are divided into system and user actions
note

User actions can be implemented in NodeJS / Python.

Incident

Example of a workflow

Example