Add a decompress processor: ``` processor: - decompress: keys: [my_gzip_key] type: gzip ``` Replace the value of the existing key with the decompressed value. Users likely don't want to save compressed values in OpenSearch. See #3841 for more details.
Add a decompress processor:
Replace the value of the existing key with the decompressed value. Users likely don't want to save compressed values in OpenSearch.
See #3841 for more details.