Encryption at rest

Elasticsearch does not encrypt data, this needs to be done on the operating system level.

So in this case you would need to configure the encryption on the host docker level and make sure that the disks for the persistent volumes are encrypted, but how you will do that is out of the scope of this forum.

You can read more on this post.

2 Likes