Event List Columns Attributes

Events have attributes that contain information about the event.

Some examples are:

  • creationTime - The date and time the event occurred.
  • messageId - A unique identifier for the event.
  • description - Describes the action that triggered the event.

The columns that are displayed in the event list represent event attributes; the column headers are attribute names, and the values in the columns are the values in the attributes.

Some attributes are common to all event types, whereas some are unique to a particular type of event.

The columns that are shown by default in the event list are those that are common to all event types.

The dialog shows an example event list.

In other words, every event has a creationTime attribute, and a description attribute, and a principalName attribute, etc.

When you select an event in an event list, attributes that are applicable to that specific event type are displayed in the event attribute list below the event list. In the example above, the BX_INSTANCE_PROCESS_STARTED event contains the attributes shown in the event attribute list. For each attribute in the list, you are shown the current value of the attribute, as well as the type of data in the attribute (e.g., string, date, etc.), and the component in the system that generated the event.

Note that the specific attributes that display in the event attribute list can be specified in two ways:

The event attribute list has a two features that allow you to view/get information about a particular attribute:

  • Viewing the attribute description - Hovering the mouse pointer over a value in any of the columns in the event attribute list causes a description of that attribute to be displayed. For example:
    The dialog shows an example of an event description

    Note that the description that is displayed is customizable by your system administrator. Your system may show a different description than what is shown here.

  • Copying the attribute value - Clicking on a value in the Value column causes a text box to be displayed that contains the value:
    The dialog shows an example text box.

    You can highlight the value and press <Ctrl> C to copy it so that it can be pasted wherever it is needed.