Alert definitions

See all the alerts defined in AIDA. Pause one or more alerts immediately or on schedule.

Before you begin

In AIDA, an alert is defined by a trigger. Trigger is a custom set of conditions, for example: 3 consecutive KPI data points falling outside the expected range of values.

Alert definitions json file is retrieved by AIDA Exporter component from HCL Workload Automation, and stored into AIDA OpenSearch database.

See an example of an alert definition in HCL Workload Automation json file.

Alert definitions cannot be modified by AIDA Users.

{​

  “name” : “Anomaly in progress of jobs”​

  “kpi”: ”application_wa_JobsByWorkstation_job”,​

   “trigger”:  {​

          “type”: “consecutive datapoint outside range”,​

  “value”: 3​

  }​

  “periodicity”: “Every data insert” (every 10 mins) ​

} ​

About this task

From AIDA left-hand sidebar, select Alert Definitions.

In this page you can view the full list of alert definitions in a table format. The search bar allows you to search for one ore more alert definitions.

The table displays the following information:
Alert Name
The name of the alert. This parameter is included in the Alerts Definition json file received by HCL Workload Automation and cannot be changed by users.
Anomaly Source KPI
The KPIs that generated the alert instance (can be more than one KPI).
Periodicity
The time interval whose anomalies must be considered to detect an alert (for example: the last hour, or the last 10 minutes). This parameter is included in the Alerts Definition json file received by HCL Workload Automation and cannot be changed by users.
Alert Trigger
Set of conditions defining the alert. This parameter is included in the Alerts Definition json file received by HCL Workload Automation and cannot be changed by users.
Status
The status of the alert. It can be Active or Paused.

Click on an alert definition to open the Alert Definition Details where you can get detailed information about the alert, its definition and history. For details, see Alert definition details.

An action icon is available for each alert definition to Pause or Resume the alert generation. For details about pausing an alert, see Pause alert generation.

By selecting multiple alert definitions, the following bulk action icon appears in the table header:
Pause now/Resume
To pause or resume the generation of the selected alerts. Only the Pause now action is available for multiple alerts.