Install the Splunk Log Connect service in the Virtual Appliance cluster.
Ensure DNS entries are added that are required for the resolution of the Anomaly services. Else, configure the DNS entries using the encrypted secrets file. See Configure and Validate DNS.
The authentication settings to the Controller configuration are added. See Configure Standalone Controller.
To integrate Splunk AppDynamics Self Hosted Virtual Appliance with Splunk Enterprise, you must install the Splunk Log Connect service in the cluster:
- Log in to the cluster node console.
- Run the command to install the service:
- Small Profile
-
appdcli start log-connect small
- Medium Profile
-
appdcli start log-connect medium
- Large Profile
-
appdcli start log-connect large
- Extra Large Profile
-
appdcli start log-connect xlarge
- Verify the status of the installed pods and service endpoints:
- Pods
-
kubectl get pods -n cisco-uil
- Endpoints
-
appdcli status application
You can also access the endpoint URL to verify the installation. See Verify the Service Endpoints Paths.
Sample Output
+-----------------------------------------+---------------+
| Service | Status |
+=========================================+===============+
| Hybrid Controller | Reachable |
+-----------------------------------------+---------------+
| Controller | Not Installed |
+-----------------------------------------+---------------+
| Events | Not Installed |
+-----------------------------------------+---------------+
| EUM Collector | Not Installed |
+-----------------------------------------+---------------+
| EUM Aggregator | Not Installed |
+-----------------------------------------+---------------+
| EUM Screenshot | Not Installed |
+-----------------------------------------+---------------+
| Synthetic Shepherd | Not Installed |
+-----------------------------------------+---------------+
| Synthetic Scheduler | Not Installed |
+-----------------------------------------+---------------+
| Synthetic Feeder | Not Installed |
+-----------------------------------------+---------------+
| Metrics Reader | Not Installed |
+-----------------------------------------+---------------+
| Metrics Rollup and Purger | Not Installed |
+-----------------------------------------+---------------+
| Data Ingestion | Not Installed |
+-----------------------------------------+---------------+
| Anomaly Detection / Root Cause Analysis | Success |
+-----------------------------------------+---------------+
| Cisco Secure Application | Success |
+-----------------------------------------+---------------+
| Automated Transaction Diagnostics | Success |
+-----------------------------------------+---------------+
| AI Insights / AI Assistant | Not Installed |
+-----------------------------------------+---------------+
| Log Connect | Success |
+-----------------------------------------+---------------+
| Monitoring Agent | Not Installed |
+-----------------------------------------+---------------+
| VA Model Context Protocol | Not Installed |
+-----------------------------------------+---------------+
| AppDynamics Model Context Protocol | Not Installed |
+-----------------------------------------+---------------+
To continue with the integration, see Integrate Splunk AppDynamics Self Hosted Virtual Appliance with Splunk Enterprise.