You are here: About configuring the vault > About auditing vault activity > Configuring the audit log viewer

Configuring the audit log viewer

After the audit log viewer has been installed as described in Installing the audit log viewer, some of its features can be configured to meet your requirements:

To change the visibility and order of the columns:

  1. Open the web.config configuration file of the audit log viewer in any text editor. By default, the file is located in C:\inetpub\AMM\WebExtensibilityDBViewer.
  2. In the appSettings section of the file, modify the values of the settings described in the following table.
Column settings
Setting Description

AuditTableColumns

Contains add elements for each column name. The key attribute is the name of the column. Set the value attribute to true to show the column. Set it to false to hide the column. Arrange the order of the add elements to change the order of the columns in the viewer.

To hide the viewer header:

In the URL to show the viewer, set the HideHeader parameter to a non-zero number. For example, the following URL will show the audit log viewer without the header:

http://localhost/AuditView.aspx?MachineName=MyServer&VaultName=MyVault&HideHeader=1