AWS KMS encryption and LZ compression for snapshot

Hello,

I have been working with snapshots for elasticsearch snapshot in ES 2.4.4 using _snapshot for type "s3".

I successfully uploaded the data to s3 to the desired path with required credentials for specific index.
Now I am trying to use LZ compression which is supposedly the optimal algorithm for compressing data and using AWS KMS encryption (this) which is being used in my automation script for backing up data from ES cluster to S3.

Is it possible to do the encryption and compression through _snapshot API?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.