Filelog receiver, key_value_pair parser, how to use "tab" as pair delimiter #30558
-
Hi everyone, Dear @BinaryFissionGames , I see you were working on filelog receiver, can I ask do you know how to do that? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @owensulei3841 - You can find the documentation for the key value parser operator here: You should be able to set the |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot @BinaryFissionGames |
Beta Was this translation helpful? Give feedback.
Hey @owensulei3841 - You can find the documentation for the key value parser operator here:
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/stanza/docs/operators/key_value_parser.md#key_value_parser-operator
You should be able to set the
pair_delimiter
to tab (\t
) to use a tab instead of whitespace.