Skip to main content

Audits

Theme: Configure
Who Is It For? System Administrator

What is it?

The Audits function provides query access to the OpCon Deploy audit log, which records every action performed by every user — including imports, deployments, package changes, and server or user management operations. Each entry captures the action category, the user who performed it, a timestamp, and a description of what changed. Administrators can filter the log by category, user, date range, or message content to investigate a specific event or produce an activity report.

When working with the OpCon Deploy, all actions performed by users are audited and entries inserted into the Audit table. The entries consist of an audit category, a timestamp, a description, and the user who performed the action.

Audit Queries Image

The Audit function provides query access to the Audit database table and allows a user who has the Administration role to perform to perform queries on the table. The queries are performed by selecting filters then selecting the Apply button. The filters consist of category, user, a string value, a start date, and an end date.

To update the list of records displayed in the Audit Queries window, Select the Refresh button, located in the bottom right corner of the window next to the Close button.

Configuration options

FilterWhat it doesDefaultNotes
CategoryFilters the audit log to records from a specific action categoryAll categoriesValid values: Deployment, Package, Schedule, Server, TransformationRule, User, GlobalRule
UserFilters records to a specific OpCon Deploy userAll usersEnter the exact user name
MessageFilters records where the audit message contains the entered stringPartial string match; not case-sensitive
FromStart date for the query date rangeUse MM/DD/YYYY format
ToEnd date for the query date rangeUse MM/DD/YYYY format
ApplySubmits the query with the selected filter criteriaSelect after setting filters
ResetClears all filter selections and returns to default valuesPreviously returned records are cleared

Key terms

Audit category — the classification assigned to each audit log entry that identifies the type of action recorded; valid values are Deployment, Package, Schedule, Server, TransformationRule, User, and GlobalRule, and the category filter can be used to narrow query results to a specific area of activity.

Audit log — the chronological record in the OpCon Deploy database of every action performed by every user, with each entry storing the category, a timestamp, the name of the user who acted, and a description of what changed; the log is read-only and accessible only to users with the Administration role.

Related topics: