I need to mask sensitive PII fields (email, user name, ip ...) inside Kibana
This sensitive PII data should be stored without any manipulation in Elasticsearch but should be masked on Kibana UI
You can setup field level security to set explicit permissions for which fields are able to be read.
There is not a way to mask the field, but you could create additional fields that are masked fields that the user is granted read permission to, and you create the mask however you see fit on ingest.
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.