Hi Team, I want to dynatrace metrics data to Kibana for visualization through Kafka?
Answer by Patrick H. ·
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.
Answer by Július L. ·
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.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET
Is Dynatrace Managed able to run without the Cassandra and Elasticsearch services?
Can Public Security GateWay be install on the same machine DT Managed is running on?
On Dynatrace Managed cluster to disable TLSv1 and TLSv1.1 on port 443
How can I create a CICS Problem dashboard in Dynatrace?
Dynatrace Rest API SDK with JSON Pojos. Does it exist somewhere ?