Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add decompress_gzip_field processor (elastic#12733)
This PR adds a new processor named `decompress_gzip_field`. As the name implies, it decompresses gzipped fields. Example configuration: ```yaml processors: - decompress_gzip_field: from: "source" to: "destination" ignore_missing: false fail_on_error: true ``` I also added reference configuration to Kinesis functions, so users can quickly enable decoding data from streams.
- Loading branch information