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
gefragt vor 2 Monaten123 Aufrufe
1 Antwort
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
beantwortet vor 2 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen