vectordotdev / vector

A high-performance observability data pipeline.
https://vector.dev
Mozilla Public License 2.0
16.97k stars 1.46k forks source link

Chunked GELF Decoding #20769

Open jorgehermo9 opened 3 days ago

jorgehermo9 commented 3 days ago

Relates to #13292.

As stated in this comment we should start the chunked gelf support with the decoding part. The implementation should be based on graylog's docs.

I'm currently woking on this and I have an initial implementation. Will submit a PR addressing this.

jszwedko commented 3 days ago

Thanks for this @jorgehermo9 ! We'll keep our eye out for the PR.