decompress_gzip
Decompresses a stream of bytes in the Gzip format.
decompress_gzip
Description
Section titled “Description”The decompress_gzip
operator decompresses bytes in a pipeline incrementally.
The operator supports decompressing multiple concatenated streams
of the same codec transparently.
Examples
Section titled “Examples”Import Suricata events from a Gzip-compressed file
Section titled “Import Suricata events from a Gzip-compressed file”load_file "eve.json.gz"decompress_brotlidecompress_gzipimport
See Also
Section titled “See Also”compress_gzip
,
decompress_brotli
,
decompress_bz2
,
decompress_lz4
,
decompress_zstd