Can I use gzip or some other compression algorithms when I create snapshots to HDFS?

I use logstash to import data from ES index(without best_compression) to HDFS.
Use compression => "gzip" in the logstash webhdfs output plugin, output to one .gz file.

This is the data size on ES
image

This is the data size on HDFS (the first with gzip compression and the second no compression)