Event Setup Tab

In the Event Setup tab you add the event(s) for which you want notifications to be sent. For each event, the parameters that are populated by using the type Event Field, Formatted (with variables) or SQL, can be assigned different values values from selected event fields.

 

Event Notification - Event Setup tab

Setting

Description

Setting

Description

Filter Settings

Select the event types you want to send notifications for in the Filter table. For each event type you can define that certain values in the event type must be matched in order for a notification to be sent, e g a specific workflow, or certain severities

Apart from matching existing values (for instance Workflow name) you can also use regular expressions and hard coded strings. When using regular expressions, Java syntax applies, see http://java.sun.com/javase/6/docs/api/java/util/regex/Pattern.html

Event Field Name

The contents of this column varies depending on the selected event type, Event Fields for more information.

Note that only fields of string type are visible.

Match Value(s)

In this column you define the matching criteria for the events you want to send notifications for. Double-click on a cell to open the Edit Match Value dialog box where you can configure matching criteria.

The values you can select from are pre-defined suggestions, but you can also use hard coded strings and regular expressions.

Example

For example, entering:

.*idle.*

will match any single lines containing "idle".

Some fields also contain several lines, so entering:

(?s).*idle.*

will match any multi-line content containing "idle".

The default value for each of the components is All.

Note!

Some of the Event Fields let you select from four Match Value types: Information, Warning, Error, or Disaster. For the rest of the Event Fields Match Value you use a string. Make sure you enter the exact string format of the relevant Match value. For example: the Event Field timeStamp can be matched against the string format yyyy-mm-dd.

Field Map Settings

Maps variables against event fields. The Field Map table exists only if any of the parameters for the selected notifier type is set to Formatted, Event Field or SQL. 

Notifier Field

Displays the Notifier parameter available in the Notifier Setup tab.

If a specific parameter has more than one variable, it will claim one line per variable.

Variable

Displays the name of the variable, as entered in the Notifier Setup tab. If the parameter type is Event Field, this field will be empty.

Event Field

Select the event field from which you want to pick values from in this drop-down list.

Add Event...

Click on this button to add an event that you can call from APL or Ultra Code. The new event type is added as a separate tab in the Event Setup.

Remove Event...

Click on this button to remove the event type tab you have selected.

Refresh Field Map

Click on this button to updates the Field Map table. This is required if the parameter population types or formatting fields have been modified in the Notifier Setup tab.