Hello,
I would like to know what compression algorithms logstash pipelines can work with? For example, if i have a pipeline polling a webserver that sends compressed data, will the logstash pipeline only automatically decompress the data if it's been compressed with LZ4 or gzip?
The http_poller and http filter are built upon the http_client mixin, which uses the Manticore HTTP client, which is a wrapper of the Apache Commons library. Manticore says it supports gzip and deflate.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.