Getting Data In

Could someone help me with Data Masking?

egcp
Loves-to-Learn Everything

Hi,

 

I am trying to mask dataat index time, can you please help ?

First line is a result and second is what i would like to be.

Thx

 

"authenticationValue":"AAcBBGJxFAAAAZZANIJZdQAAAAA=" Result 

"authenticationValue":"****************************" 

Labels (1)
0 Karma

egcp
Loves-to-Learn Everything

Hi,

 

props are properly placed.

In search also nothing is changed.

 

Thank you for your  effort .

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @egcp,

you can follow the instructions at https://docs.splunk.com/Documentation/Splunk/latest/Data/Anonymizedata

You have two methods:

  • using SEDCMD
  • using props.conf and transfroms.conf

Using SEDCMD, you have to put in your props.conf:

[your_sourcetype]
SEDCMD-xxx = s/"authenticationValue":"\w+"/"authenticationValue":"****************************"/g

Using props.conf and transforms.conf:

props.conf:
[your_sourcetype]
TRANSFORMS-anonym,izer = session-anonymizer


transforms.conf:
[session-anonymizer]
REGEX = \"authenticationValue\":\"(\w+\)\"
FORMAT = \"authenticationValue\":\"(**********)\"
DEST_KEY = _raw

there also some videos to teach about this topic in YouTube Splunk channel.

Ciao.

Giuseppe

0 Karma

egcp
Loves-to-Learn Everything

Hi,

 

Tried both options , but nothing change in log.

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @egcp,

the first check to perform is on the regex: use the "regex" command to check if the regex is correct

<your_search>
| rex mode=sed "SEDCMD-xxx = s/"authenticationValue":"\w+"/"authenticationValue":"****************************"/g"

then, where is this props.conf?

it must be located on the indexers or (if present) on Heavy Forwarders.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...