- 发行说明
- 入门指南
- 访问和权限
- 安装和升级
- 与 Insights 交互
- 历史数据导出
- 日志
- 性能和可扩展性

Insights
要升级到新版本的 Insights,您需要根据升级方案执行相关步骤。
- Please note that this is a change from our HW/SW specs from Insights 2021.10. Insights 2021.10 requires a single Windows machine, while Insights 2025.10 requires a Windows machine and a Linux machine with RHEL.
在 2021.10 中,Insights Windows 计算机运行托管 Looker Linux 容器的 Docker。从 Windows 2022 开始,Microsoft 不再支持用于企业应用程序的 Windows 操作系统中用于嵌套 Linux 容器的驱动程序(称为 lcow)。因此,我们不得不将部署架构更改为需要 2 台计算机 - 一台 Windows 运行 UiPath Insights 组件的计算机和一台运行 Looker 容器的 Linux 计算机。通过此更改,操作系统供应商可以为运行 UiPath 产品所需的组件提供企业支持。支持的 Linux 操作系统版本与 Automation Suite 支持的版本相同。
ProcessingExceptionDetails 和 HostMachineName 列执行相同操作。如果必须为大量数据建立索引,则安装可能会在 Insights 数据库迁移期间失败。
               Upgrade From 2021.4 or Earlier Version to 2025.10
| 任务 | 描述 | 
|---|---|
| 1. 迁移用户 | 从 2021.10 之前的版本升级时,具有 Insights 权限的用户不会自动迁移到新安装。可以选择通过“用户迁移”工具进行迁移。 | 
| 2. 在与现有安装不同的计算机上安装新的 Insights 版本 | 按照 Insights 安装说明将其安装在单独的计算机上。 在新计算机上安装最新版本的 Insights 后,系统将停止提取旧数据。 | 
| 3. 卸载旧版本的 Insights | 在新安装的 Insights 版本上创建新的自定义仪表板和公式后,您可以安全地卸载旧版本。 | 
- 移动仪表板时,新旧 Insights 安装将使用相同的数据库。
- 要登录 Insights,您可以使用旧的 https://<old Insights url>/app/account/loginURL 和安装期间配置的相同管理员帐户。
要禁用旧版本,请按照以下步骤操作:
- 登录到旧 URL (https://<old Insights url>/app/account/login)。
- 转到https://<old Insights url>/app/data。
- 单击每个多维数据集上的三点图标,然后转到生成计划以禁用生成。
Upgrade From 2021.10 to 2025.10
Raw Message 列。
                     默认的 nlog 规则已更改。 要了解更多详细信息,请查看2022.4 及更高版本的默认日志规则页面。
| 任务 | 描述 | 
|---|---|
| 1. 查看功能比较 | 在升级之前,请查看升级备忘单,以比较以前产品版本的功能和特性。 | 
| 2. 迁移用户 | 从 2021.10 之前的版本升级时,具有 Insights 权限的用户不会自动迁移到新安装。可以选择通过“用户迁移”工具进行迁移。 如果您在升级到 2021.10 时已使用该工具,则无需再次重新运行用户迁移工具。 | 
| 3. (仪表板迁移)运行 LookerPreInstallationTool 并导出 Looker 卷 | 在 Insights Linux 计算机上升级 Looker 时,从 Insights Windows 计算机运行预安装工具以生成 ZIP 文件。使用相同的过程运行 Looker-initialization.sh 脚本。 确保在“Looker 预安装工具”部分的步骤 6 中导出 Looker 数据(仪表板、视图和应用程序设置),以将仪表板迁移到 Insights Linux 计算机。 | 
| 4. 在与现有安装不同的计算机上安装新的 Insights 版本 | 按照 Insights 安装说明将其安装在单独的计算机上。 在新计算机上安装最新版本的 Insights 后,系统将停止提取旧数据。 | 
| 5. 卸载旧版本的 Insights | 在新安装的 Insights 版本上创建新的自定义仪表板和公式后,您可以安全地卸载旧版本。 | 
Upgrade From 2022.4, 2022.10, 2023.4, 2023.10, or 2024.10 to 2025.10
升级步骤
在将 Insights 升级到更高版本之前,请确保您:
- Check and upgrade Orchestrator version if needed. It's recommended for Orchestrator and Insights to be on the same version (Ex. Orchestrator version 2025.10 and Insights version 2025.10). Not having the same version impacts the application performance. To find out how to install Orchestrator check About Installation and About Updating if you wish to update your current version.
- Have the MSI package and preinstallationtool.exe downloaded and make sure it matches between versions.(Ex. Orchestrator version 2025.10, preinstallationtool for Insights version 2025.10). Check the Customer Portal > Product download page to download the required files or ask the support team.
要开始升级过程,请按照以下步骤操作:
- 请升级 UiPath Orchestrator 主要版本,以匹配 Insights 的主要版本。
- 下载 MSI 包和 Preinstallationtool.exe。 请查看 Customer Portal > 产品下载页面以下载所需文件或询问支持团队。
- 运行预安装工具并提供所需信息。 (Linux 主机名、证书指纹等)
- 将预安装工具生成的文件复制到 Linux 虚拟机。
- 将预安装工具中的 zip 文件解压缩到安装目录中。
                           - 找到父目录: dirname $(sudo docker inspect looker-container | jq -r '.[0].HostConfig.Binds' | grep 'deploy' | awk -F':/app/.deploy:Z' '{print $1}' | awk -F'"' '{print $2}')
- 解压缩到该目录: unzip <looker zip file> -d <parent dir>
 
- 找到父目录: 
- 运行 looker-initialization.sh 脚本。bash insights/looker-initialization.sh。
- 将生成的文件复制到 Windows 虚拟机。
- 运行 Insights MSI。