Socket Data Raw Encoding (Vector 0.20.0) #12087
-
Hi everyone :) Our company just recently started using Vector and we love it so far and it vast functionality. One of our main use cases is to have Vector put multicast UDP data onto a Kafka topic (see below for the basic configuration). The issue I am running into is that the message put onto Kafka isn't the raw packet data and looks to be UTF8 encoded. See below for the expected data vs received data. Is there any way to fix this? Is there a configuration parameter I am missing?
Vector Configuration File
Expected Data
Received Data
Which translates to:
Thanks for any help in advance! We are looking forward to deploying Vector across our products :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This may be related #10571 |
Beta Was this translation helpful? Give feedback.
-
We solved this by having a transform with base64 encoding :)
|
Beta Was this translation helpful? Give feedback.
We solved this by having a transform with base64 encoding :)