We have a user management system that stores some user information, such as email, telephone and so on.
Now I want to protect this information from possible hacking attacks.
Does ES have any good protection for fields?
I have a idea, we can set the _source property of fields which store the private information to false so that we can still query that data, but we can't get it directly.
Is this approach possible? Is there a better solution?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.