21 Nov 2018 12:05 AM - last edited on 10 Dec 2021 06:45 AM by MaciejNeumann
Hi Team, I want to dynatrace metrics data to Kibana for visualization through Kafka?
Solved! Go to Solution.
21 Nov 2018 12:06 AM
Dynatrace client to Kafka to ELK
21 Nov 2018 07:20 AM
If talking about metrics, you should use the API exclusively. Unfortunately for you, Dynatrace does not have any option to automatically pipe metrics out, you have to pull them using the REST API.
I don't have much experience with Kibana and I also don't know your objectives, but it seems you should be able to achieve this by writing a Kibana Timelion plugin. But this would require a decent JavaScript knowledge.
22 Nov 2018 01:32 PM
You can push RUM data directly to Elastic via the User Session Data Export.
For metrics you would have to pull them yourself via the API as @Julius L. suggested.