cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Export Data from Elastic to Dynatrace

Benedikt
Participant

Hello all,

currently we are trying to export data from Elasticsearch to Dynatrace. We want to export specific fields to Dynatrace every hour.

What would be the best approach to do so?

Greetings and thank you in advance,

Benedikt 

4 REPLIES 4

sia_h
Dynatrace Pro
Dynatrace Pro

Hello,

It should be possible to utilize Logstash for ingesting log data from Elasticsearch into Dynatrace. You can use the Logstash input plugin to retrieve data from Elasticsearch.

https://docs.dynatrace.com/docs/observe-and-explore/logs/lma-log-ingestion-via-api/lma-stream-logs-w...

https://www.elastic.co/guide/en/logstash/current/plugins-inputs-elasticsearch.html

Sia

Thank you! 

Would it also be possible to ingest the fields from Elasticsearch as metrics, instead of a log in whole? Cause we don't want everything from the log, just some attributes.

@Benedikt,

You will need an extension to do it. I don't know of any for ElasticSearch, but it is not difficult to do it...

Antonio Sousa

PierreGutierrez
Dynatrace Advisor
Dynatrace Advisor

Hi @Benedikt 

I think in the case where you want to ingest only metric, you can use API ingest data point.

PierreGutierrez_0-1713910994371.png

https://docs.dynatrace.com/docs/shortlink/api-metrics-v2-post-datapoints 

You can use a "generic output plugin in Logstash to do that.

I hope it's helpful 💪

Pierre Gutierrez - LATAM ACE Consultant - Loving Cats! Loving Technology !

Featured Posts