automation-suite
2.2510
true
- Overview
- Requirements
- Pre-installation
- Preparing the installation
- Downloading the installation packages
- Configuring the OCI-compliant registry
- Granting installation permissions
- Installing and configuring the service mesh
- Installing and configuring the GitOps tool
- Installing the External Secrets Operator in Kubernetes
- Applying miscellaneous configurations
- Running uipathctl
- Installation
- Post-installation
- Migration and upgrade
- Monitoring and alerting
- Cluster administration
- Product-specific configuration
- Orchestrator advanced configuration
- Configuring Orchestrator parameters
- Configuring appSettings
- Configuring the maximum request size
- Overriding cluster-level storage configuration
- Configuring NLog
- Saving robot logs to Elasticsearch
- Configuring credential stores
- Configuring encryption key per tenant
- Cleaning up the Orchestrator database
- Skipping host library installation
- AI Trust Layer
- Troubleshooting
- The backup setup does not work due to a failure to connect to Azure Government
- Pods in the uipath namespace stuck when enabling custom node taints
- Unable to launch Automation Hub and Apps with proxy setup
- Velero backup fails with FailedValidation error
- External Secrets troubleshooting
- Temporal as a Service troubleshooting
- AI Center and Document Understanding pods fail to start with TLS certificate verification enabled
- Fluentd does not export logs in IPv6 environments
Automation Suite on EKS/AKS installation guide
Last updated May 15, 2026
Description
In IPv6 environments, Fluentbit fails to forward logs to Fluentd because the Fluentd forward input plugin binds to an IPv4 address by default. Fluentd must be configured to bind on an IPv6 address instead.
To address this issue, patch the logging ArgoCD Application and set logging-operator.logging.fluentd.forwardInputConfig.bind to ::.
Solution
To apply the patch, take the following steps:
-
Log in to ArgoCD.
-
Search for the application named logging.
-
Select Details.
-
In the new pop-up, select PARAMETERS and then select EDIT.
-
Update the content of VALUES with the patched content. After the update, the value will be as follows:
-
After editing VALUES, select SAVE.