- Getting started
- Best practices
- Tenant
- About the Tenant Context
- Searching for Resources in a Tenant
- Managing Robots
- Connecting Robots to Orchestrator
- Storing Robot Credentials in CyberArk
- Storing Unattended Robot Passwords in Azure Key Vault (read only)
- Storing Unattended Robot Credentials in HashiCorp Vault (read only)
- Storing Unattended Robot Credentials in AWS Secrets Manager (read only)
- Deleting Disconnected and Unresponsive Unattended Sessions
- Robot Authentication
- Robot Authentication With Client Credentials
- SmartCard Authentication
- Configuring automation capabilities
- Audit
- Settings - Tenant Level
- Resource Catalog Service
- Folders Context
- Automations
- Processes
- Jobs
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Storage Buckets
- Orchestrator testing
- Other Configurations
- Integrations
- Host administration
- Organization administration
- Troubleshooting

Orchestrator user guide
Audit logs for the host portal
linkThe audit logs from the host portal capture the main actions performed by system administrators so that you can track who changed what, and when.
Viewing Audit Logs
linkTo view the audit logs, sign in to the host portal as a system administrator and navigate to the Audit Logs page.
This page lists the actions performed by system administrators strictly within the host portal.
Select the info icon for a log entry to open the Audit Data dialog and notice details for that log entry.
Upon upgrading to 2021.10 or later, on the Audit Logs page you can notice only operations performed after the upgrade. To view operations performed before the upgrade, you need to retrieve the data from the SQL database. For example, use the following query to retrieve user login attempts made prior to the upgrade
SELECT * FROM [identity].[UserLoginAttempts]
SELECT * FROM [identity].[UserLoginAttempts]
Downloading audit logs
linkIf you would like to store older logs or back them up, you have the option to download the logs as a CSV file.
To download host-level audit logs:
- Sign in to the host portal as a system administrator.
- Make sure that Host is selected at the top of the left pane, and then select Audit Logs.
- In the top right, select Download.A download begins for the file
uipath_portal_auditlog_DD_MM_YYYY DD_MM_YYYY.csv
.