Hi Team
we are trying to use splunk add-on for appdynamics Cisco Splunk Add-on for AppDynamics | Splunkbase
But facing issue when we use Onprem controller to connect for analytics events fetch. For SaaS endpoint its working fine. We tried multple version of add-on but issue persists. It seems to be bug where Add on is not able to capture analytics URL and putting is as "0" as show in attached error screenshot. Please note other input types (high level status, licenseusage, snapshot etc) are reporting fine but issue is with analytics search data input for onprem controller only.
looking forward to inputs.
Hey kedar — your read is correct, and the screenshots pin it down. The error is building the request as "0/events/query", which means the analytics input is taking your Analytics URL value (saved as "0") and tacking "/events/query" onto it — so it never picks up your On-Prem URL. That's why the scheme is missing, and why SaaS works but on-prem doesn't.
What's happening under the hood: the analytics search input doesn't talk to the controller — it talks to the AppDynamics Events Service, which is a separate endpoint (default port 9080, https). That's exactly why your other inputs (high level status, license usage, snapshots) are fine — those hit the controller, and your controller connection is good. Only analytics goes to the Events Service, and that's where the URL handling breaks.
The "Analytics URL" column is a pick-list of the SaaS analytics domains. On-prem has no matching entry, so it ends up stored as "0", and the input uses that instead of falling back to your "Optional On-Prem URL". That lines up with what you're seeing — it looks like a genuine bug in the add-on's on-prem analytics path, not something you misconfigured.
Two things worth trying:
Given it reproduces across multiple versions and only on-prem, I'd also open a Splunk Support case (or report it on the add-on's Splunkbase page) with the error plus the conf showing the analytics URL stored as 0 — that's a clean repro for them.
To aim the workaround right: which add-on version are you on, and what did you put in "Optional On-Prem URL" — the controller URL, or the Events Service URL on 9080?