Replies: 2 comments 14 replies
-
Awesome, glad to hear you will find this feature useful @arch-xtof ! Credit to @jorgehermo9 for implementing it. I'll let hem provide more details, but my understanding is:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi @arch-xtof. Just opened #21816 to address the chunked decompression support. Feel free to build it from the branch and test if it works for your usecase. Feedback is very welcome |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm excited about Vector's upcoming support for chunked GELF messages! This feature will simplify our log pipeline quite a lot. I know this has not been released yet, but I already have a couple of questions regarding how Vector will handle different types of GELF messages.
In my environment, we have multiple implementations for sending GELF messages, and logs vary quite a bit. I’d like to know the following:
framing.method = "chunked_gelf"
?I know the implementation is similar to the
go-gelf
specification (which supports these), but since I don't understand Rust I can't confirm this from the source code.Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions