Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
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 |
---|---|
2 | |
2 | |
1 | |
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