Hardware Requirements
Important!
Insights must be installed on its own, separate server. Installing Insights on the same machine as Orchestrator is not supported.
Note:
These requirements are only applicable for the server where Insights is installed. For users using Insights, a supported web browser is the only requirement.
For the Insights SQL server, the requirements are the same as those of Orchestrator, except that SQL Server 2012 or above is required for Insights.
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 |
Note: The sizing scale above refers to the total number of rows in the SQL database.
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.
Software Requirements
Software | Compatible Versions |
---|---|
UiPath Orchestrator | 2019.10.16+ |
Operating System | Windows Server 2016 - Windows Server 2019 |
Web Browser | Internet Explorer 11 Chrome 50+ Firefox69.0.1+ (Not supported in Private Browsing mode.) Edge (Chromium) 80+ |
Web Servers | IIS 7.5+ |
Frameworks | .NET 4.7.2+ |
Important:
If you are accessing Insights using Firefox and using a self-signed certificate, see Using Firefox for additional details on how to proceed.
Additional Considerations
FIPS
FIPS cannot be enabled on the server that 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 | C:\ProgramData\Sisense C:\Program Files\Sisense |
Services | Sisense.AdvancedFormula Sisense.Intelligence Sisense.Pivot2 Sisense.QueryProxy Sisense.AdvancedFormula Sisense.Intelligence Sisense.Pivot2 Sisense.QueryProxy Sisense.ECMS Sisense.Broker Sisense.Discovery Sisense.Repository Sisense.CLRConnectorsContainer Sisense.JVMConnectorsContainer Sisense.Collector Sisense.HouseKeeper Sisense.Shipper Sisense.Oxygen Sisense.Orchestrator Sisense.ECMLogs Sisense.ECMServer Sisense.StorageManager Sisense.Usage Sisense.Jobs IIS Sisense.Galaxy Sisense.Gateway Sisense.Identity Sisense.SPE Sisense.Configuration Sisense.Plugins Sisense Monitoring Updater |
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"
Updated about a year ago