📄️ Guide - Extracting Log Level from Log Body
Extract log severity levels from log body using OpenTelemetry transform processor. Parse and categorize DEBUG, INFO, WARN, ERROR, and FATAL levels in Scout.
📄️ Guide – Filtering Logs Using Regex and Attribute-Based Conditions
Filter logs using regex patterns and JSON attribute conditions in OpenTelemetry pipelines. Drop or keep logs based on pattern matching and structured data fields in Scout.
📄️ Guide – Transforming Spans Using OTTL Functions
Use OTTL (OpenTelemetry Transformation Language) to modify span data in the Scout Collector. Transform span names, manipulate attributes, redact sensitive data, and drop unwanted spans.
📄️ Guide - Extracting TraceId and SpanId from JSON Log Body
Extract trace and span IDs from JSON log body using OpenTelemetry transform processor. Enable distributed tracing correlation in Scout with log-to-trace linking.