Getting Data In

mask anonymize data by role

amitosr
Explorer

Is there a way to mask or anonymize data in splunk by role such that one role (such as Admin) can see all the data on splunk however another role (such as user1)can only see the masked or anonymized data.

qodeninja
Explorer

Splunk doesn't have a mechanism to anonymize data at search time - it can only anonymize it at index-time.

To protect indexed sensitive data, you would need to filter it based on role to prevent access.

0 Karma

Damien_Dallimor
Ultra Champion

I don't know of a way to do this with Splunk's role based permissions on objects or at search time.

A potential solution/hack , albeit not very "license volume efficent", might be to index the data twice.
Index A indexes the data in plaintext , Index B indexes the same data but anonymized.

And then make Index A only readable to those in the admin role and Index B readable to those in the user1 role.

gcoles
Communicator

Yes this is what I would suggest, as well. I'd use saved searches to pipe the search results through a custom command that scrubs the fields out of the data and writes a copy of every record into another index. Since this would not be running through any of the inputs it would not count against licensing volume (as with summary indexing), but would require additional disk.

amitosr
Explorer

No solution yet.!!

0 Karma

amitosr
Explorer

Wow i thought i could have it answered here, i will update once i get a solution to this :). Waiting on a response from Splunk support.

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...