Hi @Richy_s , as I said (and I say this aligned with my second role in my Company: privacy and ISO27001 Lead Auditor!), the only way to mask PII is to analyze your new data stored in a temporary index, finding a list of controls. Then you can implement these rules in props and transforms, as described in the below link. Then you can prepare an alert, to run e.g. once a day, with the same controls on all the data archived in the day. If the alert will find something, it means that you have to extend your checks to other data. It isn't possible to run these controls before indexing because Splunk searches run on indexed data, the only other solution could be: index all data in temporary indexes, not accessibel to users, execute checks, mask eventual found data, copy all the data in the final indexes accessible to users. The only issue is that, in this way, you duplicate the license consuption! Ciao. Giuseppe
... View more