Issue with Extracting trace_id and span_id Using Logstash
TLDR Shivam is having trouble extracting trace_id and span_id from log bodies using Logstash and requested help. nitya-signoz suggested it could be a mapping issue and asked for more information.
Aug 09, 2023 (4 months ago)
Shivam
09:33 AMAug 10, 2023 (3 months ago)
nitya-signoz
04:42 AMIt’s a problem of mapping as attributes in logstash doesn’t directly match with otel attributes you will have to do some transformations, we can help you do that once you share the above.
Also any reason for sticking with logstash, is it something that you are already using with your stack ?
SigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Issues Extracting trace_id and span_id from Logstash Logs
Shivam is having trouble extracting trace_id and span_id from logstash logs. Nocnica is attempting to replicate the issue.
Configuring trace_id and span_id Extraction in Node App Logs
Saad was struggling to extract trace_id and span_id from their node app logs and asked for help. nitya-signoz instructed them to add the processor to the services, and this solved the issue.
Resolving Log Parsing Issue in Python OpenTelemetry
Diogo was experiencing issues with log tracing in Python OpenTelemetry. nitya-signoz suggests parsing trace_id and span_id from the log message body or using pipelines feature. Despite partial success, Diogo continued to experience issues with `trace_id`.