Just wanted to get some idea from the folks here regarding Elasticsearch data encryption.
So, I am aware about 2 ways we can get our data encrypt in Elasticsearch:-
- Using some encyption/tokenization on data before ingesting data in Elasticsearch
- Use some OS level encryption TDE (Transparent Data Encryption).
Would like to know, Is there any other type of in-built encryption which Elasticsearch provides?
Today, What is that, the big companies rely on, to get their data protected inside Elasticsearch?
Thanks in advance!