logstash-plugins / logstash-output-s3

Apache License 2.0
58 stars 151 forks source link

Add zstd support #257

Open metalshanked opened 1 year ago

metalshanked commented 1 year ago

Currently the S3 Logstash plugins only support GZip as a compression. Is it possible to add zstd support to this integration as well? something like

encoding => "zstd"

Thanks!