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
posta 2 mesi fa123 visualizzazioni
1 Risposta
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
con risposta 2 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande