Open zamazan4ik opened 1 year ago
@zamazan4ik do you have a specific compression algorithm you are interested in seeing support for? I think we should have one issue per algorithm.
Especially me interested in the following algorithms:
Feel free to create an issue per requested algorithm :)
Thanks @zamazan4ik ! I'll repurpose this one for zstd since I think that is likely to be most popular. We can let users open issues for the others with their use-cases.
In my practice, additionally to GZip, I've seen logs in Zstd and Bzip formats, stored in files. Never seen logs in Snappy but could be useful to support it as well.
This looks like a duplicate of #13500
Agreed, I'll close the other one since this is more focused. Thanks for flagging @dermetfan
Hello, any updates in this ticket? Interested in zstd compression for file source, may be there is some workaround?
@jszwedko
Any update? I'm also interested in zstd for file source.
A note for the community
Use Cases
Right now Vector supports reading files compressed only with GZip - https://vector.dev/docs/reference/configuration/sources/file/#compressed-files . But other algorithms (like Zstd or Snappy) could be used nowadays to store compressed logs.
Attempted Solutions
Try to unpack logs externally before passing them to Vector but it's too inconvenient solution.
Proposal
Add support for
zstd
compression.References
No response
Version
No response