A professional deploying Elasticsearch in a regulated industry must ensure data at rest is encrypted. Which approach is correct?
-
A
Rely on Elasticsearch's built-in field compression as encryption
-
B
Use OS-level disk encryption (e.g., LUKS) or cloud provider encryption, since Elasticsearch does not encrypt data at rest natively
-
C
Set index.codec to best_compression to encrypt data
-
D
Enable xpack.security.http.ssl to encrypt stored data