Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 492 Bytes

encryption-at-rest.md

File metadata and controls

16 lines (12 loc) · 492 Bytes
layout title parent nav_order
default
Encryption at Rest
Install and Configure
99

Encryption at rest

The operating system for each Open Distro for Elasticsearch node handles encryption of data at rest. To enable encryption at rest in most Linux distributions, use the cryptsetup command:

cryptsetup luksFormat --key-file <key> <partition>

For full documentation on the command, see the Linux man page.