Q&A - How can I filter out command charachters with vector transforms? #23356
-
QuestionSome of my kubernetes pods install a few packages with python pip as they spin up. pip spawns a bunch of spinner/loading bar junk and a new empty line seems to be sent to the sink for every update to the length of the loading bar, example:
Is there a simple transform I can do to just drop all of these characters? Vector ConfigI've been trying stuff like:
Vector Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Does nobody have any ideas for this?? |
Beta Was this translation helpful? Give feedback.
-
Your question is very similar to #23293 But instead of \u0000 you would use \u001B
Also remember to format your messages with ```, this vastly improves readability :) |
Beta Was this translation helpful? Give feedback.
Your question is very similar to #23293
But instead of \u0000 you would use \u001B
Also remember to format your messages with ```, this vastly improves readability :)