source.file multiline generates \n\t and How to handle characters like this? #17699
Unanswered
pingping95
asked this question in
Q&A
Replies: 1 comment
-
I solved this by changing encoding.codec at sink. encoding.codec = ~~ thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I`m now testing vector for log pipeline at kubernetes environment.
I tested below config file and input java stack trace log to example log file.
This is succesfully combine multi-line logs well into one log.
but multiline generates \n\t .
So i want to know this is normal ?
If so, How to handle this \t\n (new line , tab) ?
my final goal is to send these multiline logs to Loki.
I just want to send these logs to Loki to make it easier for �developers to read.
thanks.
Beta Was this translation helpful? Give feedback.
All reactions