cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can I integrate AppDynamics metrics and events with Kafka Topic

Hello Team,

 

I am looking to integrate AppDynamics and Kafka. Need to write Appdynamics metrics, events, and health rule violation into Kafka topic.

 

Any help!!

Thanks.

 

^ Edited by @Ryan.Paredez for clarity. 

1 REPLY 1

Mario.Morelli
Architect

Hi There

 

For Sending Health rule events, you can use the normal kafka REST API

Example below of a post request, which you can convert into a http request template.

 

curl -X POST -H "Content-Type: application/vnd.kafka.json.v1+json" \
--data '{"records":[{"value":{"foo":"bar"}}]}' "http://localhost:8082/topics/test"
{"offsets":[{"partition":0,"offset":0,"error_code":null,"error":null}],"key_schema_id":null,"value_schema_id":null}



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Learn more about me in the Community Member Spotlight Q & A
Ask the Experts Session: Hybrid Application Monitoring Deployment

Join us on Feb 26 to explore Splunk AppDynamics deployment strategies, SaaS models, agent rollout plans, and expert best practices.


Register Now

Observe and Explore
Dive into our Community Blog for the Latest Insights and Updates!


Read the blog here
Top Kudoed Authors