Opentelemetry data to opensearch

0

Hi, I have a aws kinesis firehose that is streaming open telemetry data that is in the open telemetry format. i want to send the data to openSearch to display the data in trace analitics?

Do I need to use data prepper to injust data into openSearch to view the data in trace analitics?

ansir
已提問 2 個月前檢視次數 124 次
1 個回答
0

Yes, you will need to use the Data Prepper functionality in OpenSearch to ingest and transform the Open Telemetry data from AWS Kinesis Firehose into a format that can be used by Trace Analytics in OpenSearch. Trace Analytics requires you to add instrumentation to your application and generate trace data using an OpenTelemetry-supported library such as Jaeger or Zipkin. After you add instrumentation to your application, the OpenTelemetry Collector receives data from the application and formats it into OpenTelemetry data. Finally, Data Prepper, an independent OpenSearch component, formats that OpenTelemetry data for use with OpenSearch. Data Prepper runs on a machine outside of the OpenSearch Service cluster, similar to Logstash. For more information: Pre-requisites for Trace Analytics

AWS
已回答 2 個月前
profile picture
專家
已審閱 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南