decompress

Type:

Decompresses messages according to the selected algorithm. Supported decompression algorithms are: [bzip2 flate gzip lz4 pgzip snappy zlib]

# Config fields, showing default values
label: ""
decompress:
  algorithm: "" # No default (required)

Fields

algorithm

The decompression algorithm to use.

Type: string

Options: bzip2 , flate , gzip , lz4 , pgzip , snappy , zlib .