Skip to main content

Using alert creation UI

The alert creation UI is where you will create new alerts and there are 2 modes: Simple and Advanced. The Simple mode will prompt you for the different parts of the alert configuration and build the configuration JSON. You can always see the current status of the JSON in Advanced mode or switch to that mode to paste your own configuration.

How to access the alert creation UI

Add Datasource

  1. Visit the Configuration Page
  2. Click on "Create" Button
  3. Click on "Create Alert" menu item

This will take you to the alert creation ui defaulting to Advanced mode.

Simple Mode

You can switch to Simple mode in the top right section of the page where there is a switch for the 2 modes.

The Sections

Add Datasource

1 - Alert Details

In this section, you will be prompted to input the name of the alert. Ensure this is unique and no other existing alert has the same name. The description is optional. The cron section is where you can schedule where you can configure how often the pipelines checks for anomalies. The cron is expected to be in quartz format.

2 - Template Property Input

This section allows you to select an Alert Template to use for your configuration. Alert Templates are entities in ThirdEye that help make creating new Alerts with less copy and pasting. Several come out of the box in a new installation of ThirdEye. Alert Templates require you to enter properties specific to your environment which you will be prompted for in the section below Template type.

3 - Preview Configuration

This section allows you to preview the alert configuration by seeing the metric trend and the anomalies that may be detected. You will see a button to preview once all the template properties are input.

The preview button looks like the one below:

Add Datasource

When data is loaded, it will look like the screenshot below

Add Datasource

4 - Notification Configuration

This section allows you to configure which groups will be alerted when there are new anomalies.

Advanced Mode

The Sections

Add Datasource

1 - JSON Editor

You can copy and paste a JSON into here.

2 - Preview Configuration

This section allows you to preview the alert configuration by seeing the metric trend and the anomalies that may be detected. You will see a button to preview once all the template properties are input.

The preview button looks like the one below:

Add Datasource

When data is loaded, it will look like the screenshot below

Add Datasource

3 - Notification Configuration

This section allows you to configure which groups will be alerted when there are new anomalies.