Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
08-20-2020 08:33 AM - last edited on 08-20-2020 10:52 AM by Ryan.Paredez
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.
08-20-2020 12:21 PM
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}
User | Count |
---|---|
5 | |
2 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form