Deleting a service sandbox associated with a controller causes issues with the Splunk AppDynamics Import Applications dashboard
Problem
Deleting a service sandbox associated with a Splunk AppDynamics controller causes the following issues with the Splunk AppDynamics Import Applications dashboard:
- On the Configured service sandboxes table, the row for the controller has empty values for Title, Service count, and Status.
- You can't use the Splunk AppDynamics Import Applications dashboard to add more services using the controller.
Solution
- Obtain the affected Splunk AppDynamics controller URL:
- From the IT Service Intelligence (ITSI) main menu, select Dashboards, then Dashboards.
- Search for Splunk AppDynamics Import Applications and select it.
- Select Get started.
- On the Configured service sandboxes table, identify the row that has empty values for Title, Service count, and Status.
- Obtain the URL from the Controller column.
- Run a
DELETE
request onhttps://<SplunkD-URL>/servicesNS/nobody/DA-ITSI-CP-appdynamics/discovery/record?filter={"controller": "<Splunk-AppDynamics-controller-URL>"}
- For
<SplunkD URL>
, enter your SplunkD URL. - For
<Splunk-AppDynamics-controller-URL>
, enter the affected Splunk AppDynamics controller URL.
- For
Example request:
curl -k -u admin -X DELETE https://localhost:8089/servicesNS/nobody/DA-ITSI-CP-appdynamics/discovery/record?filter='{"controller": "<Splunk-AppDynamics-controller-URL>"}'
Monitor Splunk AppDynamics entities | No applications are available to be imported on the Splunk AppDynamics Import Applications dashboard |
This documentation applies to the following versions of Content Pack for Splunk AppDynamics: 1.0.0
Feedback submitted, thanks!