insights
2020.10
false
- Release Notes
- Getting Started
- Installation and Upgrade
- Hardware and Software Requirements
- Upgrading
- Troubleshooting
- Insights in Orchestrator
- Insights Portal
Hardware and Software Requirements
Important :
As of December 31st, 2023, any version of UiPath Insights older than 2021.10, including all Insights dashboards, will no longer be accessible at all, without moving to a later version.
OUT OF SUPPORT
Insights
Last updated May 21, 2024
Hardware and Software Requirements
These requirements are only applicable for the server where Insights is installed. For users viewing Insights, a supported web browser is the only requirement.
Important: Insights must be installed on its own machine, it cannot be co-hosted with Orchestrator.
Deployment Size | Small Scale (<1M Rows) | Medium Scale (1-20M Rows) | Large Scale(20-150M Rows) | Extralarge Scale(150-500M Rows) |
---|---|---|---|---|
CPU | 4 Cores | 8 Cores | 16 Cores | 16 Cores |
System Memory | 16-24GB | 32GB | 64GB | 128-192GB |
Installation Directory | 20GB | 20GB | 20GB | 20GB |
Data Directory | 30GB | 100GB | 300GB | 700GB |
Processes/Queues (with Custom Fields) For All Insights Enabled Tenants | <=100 | <=500 | <=1000 | <=1000 |
Processes/Queues (with Custom Fields) Per Tenant | <=75 | <=75 | <=75 | <=75 |
Important:
- If you are experiencing 80-85% CPU usage, it is recommended to upgrade to 8 CPU.
- If the above Processes/Queues limits are exceeded, either per tenant or for all tenants, you must enable Table Grouping.
- The number of columns in process and queue tables is limited to 40.
Important: Your Orchestrator and Insights products must be of the same version (e.g.
v2020.10.3
).
Software | Compatible Versions |
---|---|
Operating System |
|
Web Browser |
|
Web Servers |
Note: IIS is configured automatically by the Insights installer.
|
Frameworks |
|
Important: If you are accessing Insights
using Firefox and using a self-signed certificate, see Using Firefox for additional details
on how to proceed.
FIPS
FIPS cannot be enabled on the server Insights is installed on.
Antivirus Exclusions
Virus scans can result in performance issues when using Insights. To avoid this, it is recommended that you exclude the following from your antivirus software scans:
Category | Details |
---|---|
Folders |
|
Services |
|
A script to automatically enable the above exemptions is available here:
- Copy the script and save it locally, for example
AVE.ps1
. - Open Powershell console and change to the directory where you save the script.
- Execute the script with the command:
".AVE.ps1"
Important: If you chose a custom build directory during installation, remember to modify the script to include the new folder. For example:Add-MpPreference -ExclusionPath "$INSIGHTS_BUILD_DIR$"