Dashboards & Visualizations

How do you mask sensitive data from Splunk?

Shashank_87
Explorer

Hi, I am trying to mask some data while indexing. Below is one single event where the tag "SecurityQuestion" is occuring multiple times and I want to mask all of its values.

Can someone please advice?

(SecurityQuestion)Favorite song(SecurityQuestion)(SecurityAnswer)TEST(SecurityAnswer)
(SecurityQuestion)Favorite band(SecurityQuestion)(SecurityAnswer)TEST123(SecurityAnswer)

Tags (2)
0 Karma
1 Solution

whrg
Motivator

Hi!

Check out the Splunk documentation on Anonymize data.

EDIT: Here is the sed command:

s/\(SecurityQuestion\).+?\(SecurityQuestion\)\(SecurityAnswer\).+?\(SecurityAnswer\)/(SecurityQuestion)########(SecurityQuestion)(SecurityAnswer)########(SecurityAnswer)/g

View solution in original post

0 Karma

burwell
SplunkTrust
SplunkTrust

What we did was to hide the data at the indexing layer when there was data we didn't want.

In our case there was secret_data= as a URL parameter that we wanted to removed.

So I updated the props.conf on the indexers.

[my_sourctype]
[source::/path/to/my/logs]
SEDCMD-remove_secret_data = s/(&)?secret_data=[^&\s.]+//g
0 Karma

whrg
Motivator

Hi!

Check out the Splunk documentation on Anonymize data.

EDIT: Here is the sed command:

s/\(SecurityQuestion\).+?\(SecurityQuestion\)\(SecurityAnswer\).+?\(SecurityAnswer\)/(SecurityQuestion)########(SecurityQuestion)(SecurityAnswer)########(SecurityAnswer)/g
0 Karma

Shashank_87
Explorer

I did already and I was trying using SED command but not able to get to anything. Could you give me a start on this?

0 Karma

whrg
Motivator

I edited my first reply and added the sed command because apparently comments cannot display backslashes.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...