decompress
component_type_dropdown::[]
Decompress the stream of bytes according to an algorithm, before feeding it into a child scanner.
# Config fields, showing default values
decompress:
algorithm: "" # No default (required)
into:
to_the_end: {}
yml
Was this helpful?