20 Nov 2018
04:05 PM
- last edited on
09 Dec 2021
10:45 PM
by
MaciejNeumann
Hi Team, I want to dynatrace metrics data to Kibana for visualization through Kafka?
Solved! Go to Solution.
Dynatrace client to Kafka to ELK
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.
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.