- Overview
- Requirements
- Installation
- Post-installation
- Migration and upgrade
- Upgrading Automation Suite on EKS/AKS
- Migration options
- Step 1: Moving the Identity organization data from standalone to Automation Suite
- Step 2: Restoring the standalone product database
- Step 3: Backing up the platform database in Automation Suite
- Step 4: Merging organizations in Automation Suite
- Step 5: Updating the migrated product connection strings
- Step 6: Migrating standalone Insights
- Step 7: Deleting the default tenant
- B) Single tenant migration
- Monitoring and alerting
- Cluster administration
- Product-specific configuration
- Troubleshooting
Running the support bundle tool
The Automation Suite support bundle tool collects application-level logs of UiPath® services and other software components, such as Istio, ArgoCD, etc. The Automation Suite support bundle tool also contains historical records you can use to analyze patterns when troubleshooting a problem. Detailed logs are particularly helpful when the potential root cause of an issue is not evident just by looking at the state of the cluster.
The Automation Suite support bundle tool is also needed when asking for guidance or a fix from the UiPath® Support team as they need it for analysis purposes.
The Automation Suite support bundle tool does not collect or store any PII or confidential data of you, your user, or your automation. UiPath® applications not not leak or log any confidential information in their records. At the platform level, the log collector is designed to mask any such critical information.
To generate the support bundle, run the following command:
./uipathctl health bundle input.json --versions version.json
./uipathctl health bundle input.json --versions version.json
This tool takes some time to gather and store all the logs in a temporary location on your local / management machine.
The following table lists the optional flags the support bundle tool support:
Flags |
Description |
|
Provide a directory path to store the support bundle. |
|
Boolean flag to skip the diagnostics report. By default, the bundle contains the diagnostics reports. Use this flag to exclude the diagnostics report from the support bundle. |
|
The default value is
true .
If set to
false , the support bundle skips the logs of the previous instance of the container in a pod.
|
|
Limits the size of the logs by providing the integer value in bytes. |
|
Only return logs after a specific date. Defaults to all logs. |
|
When provided, retrieves the support bundle only from the specified namespace. |