automation-ops
latest
false
- Getting Started
- Governance
- Source Control
- CI/CD Pipelines
- Feed Management
- Logging
- Logging

Automation Ops user guide
Last updated Feb 18, 2026
Audit logs capture actions performed in Automation Ops.
Note:
Access to different log levels depends on the cloud offering you use. For details, refer to Automation Ops feature availability.
Unified logs
For the Unified logs experience, Automation Ops audit logs are available in Automation Cloud or Test Cloud admin audit logs.
Classic logs
For the Classic logs experience, Automation Ops audit logs are displayed in the Admin > Organization > Audit Logs page.
This section describes the classic audit experience log actions recorded for Automation Ops, specifically for the Governance, Manage Feeds, Pipelines, Source Control, and Artifacts audit sources.
For each action, the following table lists what action is logged and the captured information:
| Category | Action | Description | Logged Information |
|---|---|---|---|
| Governance | Create Policy | A user successfully creates a new policy. | Policy name, product name, policy data, priority, availability |
| Governance | Edit Policy | A user successfully edits an existing policy. | For both the original policy and the edited policy: name, product name, policy data, priority, availability |
| Governance | Upload Policy | A user successfully uploads a policy. | Policy name, product name, policy data, priority, availability |
| Governance | Delete Policy | A user successfully deletes a policy. | Policy name, product name, policy data, priority, availability |
| Governance | Deploy To Tenant | A user successfully deploys one or more policies at tenant level. Each per-product edit is tracked in a separate log, regardless of whether or not it is the result of a bulk action. | Policy name or No policy / Inherit, license name, product name, tenant name |
| Governance | Deploy To Group | A user successfully deploys one or more policies at group level. Includes editing a group’s deployment settings and removing a group deployment (results in Inherit). Each per-product edit is tracked in a separate log, regardless of whether or not it is the result of a bulk action. | Policy name or No policy / Inherit, license name, product name, group name |
| Governance | Deploy To User | A user successfully deploys one or more policies at user level. Includes editing a user’s deployment settings and removing a user deployment (results in Inherit). Each per-product edit is tracked in a separate log, regardless of whether or not it is the result of a bulk action. | Policy name or No policy / Inherit, license name, product name, user name |
| Governance | Edit Version | A user performs a successful upgrade/downgrade of a policy template. Each per-product edit is tracked in a separate log, regardless of whether or not it is the result of a bulk action. | Product name, old template version, new template version (major.minor.patch) |
| Source Control | Set up connection | A user successfully creates a new connection to an external provider. | Organization name (GitHub) / Account Id (Azure) |
| Source Control | Remove connection | A user successfully removes a connection to an external provider. | Organization name (GitHub) / Account Id + Account name (Azure) |
| Source Control | Connection synchronization | The connection to an external provider is updated. | Organization name (GitHub) / Account Id + Account name (Azure) |
| Artifacts | Add Custom Feed | A user adds a custom feed. | Feed name, type, URL, security method, description |
| Artifacts | Deploy Feed To Tenant | A user deploys a feed to a tenant. | Feed name and URL, tenant name |
| Artifacts | Remove Feed From Tenant | A user removes a feed from a tenant. | Feed name and URL, tenant name |
| Artifacts | Remove Custom Feed | A user deletes a feed. | Feed name, type, URL, security method, description |
| Artifacts | Edit Feed | A user edits the details of a feed. | For both the original feed and the edited feed: name, type, URL, security method, description, tags |
| Artifacts | Upload Package | A user uploads a package to a feed. | Package name and version, feed name and URL |
| Artifacts | Remove Package | A user removes a package from a feed. | Package name and version, feed name and URL |
| Artifacts | Copy Package | A user copies a package from one feed to another. | Package name and version, name and URL of source and destination feeds |