We are using AppDynamics APM for our system monitoring and alerting and I need to get that information into Elasticsearch before AppDynamics starts rolling up it's data and we start losing information granularity.
The issue that I am currently running into is that our AppDynamics Controller API is configured to use OAUTH 2.0 and my research into using the http_poller plugin for Logstash is telling me that to get that to work is that I will have to write something such as a PowerShell script that automates generating the OAUTH key and then inject that into my logstash http_poller configuration.
I can do this but is there any other approach that is more efficient?
TIA,
Bill Youngman