You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
As a follow-up to #691, we want to evaluate an OpenTelemetry collector setup to read JSON structured container logs and convert them to OTLP logs. Fields like Timestamp, SeverityText, SeverityNumber, or Body should be detected in well-known log formats like Zap or Log4j. JSON fields that are not mappable to the OTLP log record fields, should be converted to OTLP attributes or resource attributes. The possibility to allow the user giving hits about the used log format should be evaluated. For instance, describing the log message field in a Kubernetes annotation. The feasibility to achieve this with the filelog receiver's operators and the attributes processor should be evaluated.
Description
As a follow-up to #691, we want to evaluate an OpenTelemetry collector setup to read JSON structured container logs and convert them to OTLP logs. Fields like
Timestamp
,SeverityText
,SeverityNumber
, orBody
should be detected in well-known log formats like Zap or Log4j. JSON fields that are not mappable to the OTLP log record fields, should be converted to OTLP attributes or resource attributes. The possibility to allow the user giving hits about the used log format should be evaluated. For instance, describing the log message field in a Kubernetes annotation. The feasibility to achieve this with the filelog receiver's operators and the attributes processor should be evaluated.Acceptance Criteria
Body
fieldAttributes
orResource
mapsThe text was updated successfully, but these errors were encountered: