Manifest Version: 1.0 MqttConnections: - Name: "My broker" OtelConnections: - Name: "My Otel server" ServiceName: "my-service" ServiceNamespace: "my-service-namespace" MinimumLogLevel: Trace Processors: - Name: "Server logs" Description: "Collect all log messages from the server." Mqtt: Subscriptions: - Name: "Server logs" Topic: "message-log-topic" Otel: Logs: - Name: "Logging" PayloadType: Json Transform: "DISSECT('%{otel_timestamp} [%{otel_loglevel}] %{otel_message}')" Topic Payload 2026-01-31T15:42Z [TRACE] Minimum log level is set at the otel connection. Change to Trace, Debug, Information, Warning, Error, or Critical to test. Apply ErrorsMetricsLogs