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
i'm getting below error when try to unqoute the body.
collector server run finished with error: failed to get config: cannot unmarshal the configuration: 1 error(s) decoding:
error decoding 'receivers': error reading configuration for "filelog": 1 error(s) decoding:
error decoding 'operators[48]': unsupported type 'unquote'
if something which can't be done using unqoute operator , is there any other way around to unqoute and remove extra backslash from json logs?
the message in body as
"body": "{"SeverityText":"Information","Message":"Processing message"}\n"
Component(s)
receiver/filelog
What happened?
hi team,
i'm getting below error when try to unqoute the body.
if something which can't be done using unqoute operator , is there any other way around to unqoute and remove extra backslash from json logs?
the message in body as
"body": "{"SeverityText":"Information","Message":"Processing message"}\n"
i'm refering below doc to unqoute the body.
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/stanza/docs/operators/unquote.md#example-configurations
Collector version
0.77
Environment information
kubernetes
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: