Viewing information about an audit event

This functionality is available with the View audit events permission.

To view information about an audit event:

  1. In the main window of the application web interface, open the management console tree and select the Events section.
  2. Select the Audit tab.

    Application event information is displayed as a table.

  3. Select the event for which you want to view information.

    This opens a window containing information about the event.

The audit event information window includes the following tabs:

Summary

This tab displays the following data:

Under Modified object details, the following information is displayed:

Modified parameters

This tab displays detailed information about modified settings for Rules, Dictionaries, and Settings event types with the Success result. Modifications involving configuration of notification templates and applying notification templates in rules are not logged.

Event list items look like this:

If the lists before and after the modification differ only in the order of the items, the setting is considered unchanged and no record is displayed for that setting.

For setting codes, see the appendices.

Example:

In a rule, the following addresses were present in the sender list: aaa@test.com bbb@test.com ccc@test.com.

The administrator modified the list values as follows and saved the changes:

aaa@test.com  abb@test.com

bbb@test.com  bcc@test.com

In the Audit Log, on the Modified parameters tab, the following lines are displayed:

<SettingCodeSender>.Added[abb@test.com bcc@test.com]

<SettingCodeSender>.Removed[aaa@test.com bbb@test.com]

Inside square brackets, the following characters are escaped:

, ; [ ] * % { } ' " = \ newline

Example:

The rule name was Old rule [1], the administrator changed it to New rule. In the Audit Log, on the Modified parameters tab, the following line is displayed:

<SettingCodeName>[Old rule %5B1%5D][New rule]

Page top