Splunk AppDynamics On-Premises Virtual Appliance Known Issues
This section lists the known issues in Virtual Appliance 25.10.
This section lists the known issues in Virtual Appliance 25.10.
Virtual Appliance Upgrade Fails Due to Missing Configuration Settings and Errors
| Issue ID | Component | Severity | Affected Version |
|---|---|---|---|
| NEXUSOP-1769 | Virtual Appliance | Medium | 25.10.0 |
The upgrade to Virtual Appliance version 25.10.0 fails due to missing configuration settings and errors in the globals.yaml.gotmpl file:
-
Missing
migration.elasticsearch.fssection. -
Missing
customActionssection.
Workaround:
If you are upgrading Virtual Appliance from 25.7:
Before starting the Virtual Appliance services, add the below section in globals.yaml.gotmpl:
# Migration config for datastores
migration:
elasticsearch:
fs:
enabled: false
mountPath: /mnt/nfs_events
If you are upgrading Virtual Appliance from the versions lesser than 25.7:
Before starting the Virtual Appliance services, add the following sections in globals.yaml.gotmpl:
# Migration config for datastores
migration:
elasticsearch:
fs:
enabled: false
mountPath: /mnt/nfs_events
customActions:
enable: true
storage: 2Gi
path: /var/appd/data/custom-actions/actions/
appdcli start appd <profile>