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!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...