Mask sensitive PII data inside Kibana UI

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

I already uses similar functionality for Kafka Lenses
https://help.lenses.io/using-lenses/data/data-policies/#:~:text=Mask%20Kafka%20data,4%20characters%20of%20the%20value.

Hi @uraf78

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.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.