All Apps and Add-ons

What is the limit of AppDynamics API calls can Splunk do?

baloney
New Member

Wondering if the calls are concurrently executed or sequential, or if there's a setting I can change in splunk (or in AppD perhaps?)

thanks in advance!

0 Karma

pranta
Explorer

Currently, it is sequentially processed in a loop.

The source for it is in the $SPLUNK_HOME/etc/apps/appdynamics/bin/metrics.py and $SPLUNK_HOME/etc/apps/appdynamics/bin/events.py files and you can change it to make it process concurrently on separate threads.

Also, the sources for these Python scripts are there on GitHub which you can fork and submit pull requests for:

https://github.com/Appdynamics/splunk-alerting-extension-old/blob/master/src/main/splunkApp/appdynam...

https://github.com/Appdynamics/splunk-alerting-extension-old/blob/master/src/main/splunkApp/appdynam...

Cheers,
Pranta

0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...