Skip to content

Decompresses a stream of bytes in the Gzip format.

decompress_gzip

The decompress_gzip operator decompresses bytes in a pipeline incrementally. The operator supports decompressing multiple concatenated streams of the same codec transparently.

Import Suricata events from a Gzip-compressed file

Section titled “Import Suricata events from a Gzip-compressed file”
load_file "eve.json.gz"
decompress_gzip
read_suricata
import

Last updated: