Skip to main content
Version: 8.1

Audit Log Displays

Inductive University

View Audit Information

Watch the video

This page documents several ways to view results from the Audit Log System. For more information on how the Audit Log works, see the Audit Log and Profiles page.

Access the Audit Log with Table Functions​

Since Ignition makes accessing data from databases seamless, it is possible to bind a data property of a table directly to database table. Alternatively, it is possible to access the contents of the audit log with table functions.

Once you have an Audit Log set up and attached to a project, you can go back to that project and see what information is in that audit log. This example uses the Table Functions to extract data from the Audit Log.

  1. In Designer, drag a Table component on to a window.
  2. In the Property Editor, click on the binding icon from the table's Data property. The Property Binding window is displayed.
  3. Select the Functions Binding Type.
  4. Select Functions from the various binding options.
    1. Binding Function, select the Audit Log from the drop-down menu.
    2. Audit Profile Name, select Audit or the name of your Audit Profile.
    3. Start Date, enter the appropriate start date.
    4. End Date, enter the appropriate end date.
    5. Polling Mode, select Relative.
    6. Select any other appropriate function options from the menu, and click OK.
  5. The table will populate with all the information stored in the audit log based on the Table Functions you selected. You can use the Table Customizer to configure how you want the table to look by reorganizing and hiding columns, making columns sortable, and assigning meaningful headers.

Access the Audit Log Using the Database Query Browser​

The Database Query Browser makes it easy to search your database tables to view audit information.

  1. In the Designer under the Tools menubar, select Database Query Browser. The Database Query Browser opens.
  2. On the right side of Browser window under Schema, will be a list of tables from the currently selected database. Double click on the audit_events table, and click Execute. The data from the audit_events table will appear in the Resultset 1 tab.

Refer to the Database Query Browser to learn more about how it works.

Access the Audit Log on the Gateway​

Ignition provides a simple interface to view Audit Logs on the Gateway.

  1. On the Gateway webpage in the Config section, scroll down to Security > Auditing.
  2. The Audit Profile page will be displayed. Select the Audit Profile where your information is stored, and click More > view log.
  3. Choose the parameter settings if you're looking for something specific, otherwise, enter a Start Date and End Date, and click Search.