Getting Data In

REgex to mask half of the data in splunk

ethanthomas
Path Finder

Can someone help me with th regex to put in props.conf file to mask the data as below . Except the first three letter , remaing to be masked . 

Org_name="ethanfurniturelimited"

Org_name="david"

required output 

Org_name="ethxxxxxxxxxxxxxxxxxx"

Org_name="davxxx"

 

 

Labels (2)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@ethanthomas 

Can you please try this in props.conf?

 

[anonymize]
SEDCMD-Org_name = s/(Org_name?[^-=]+[-=:]\s*".{3}?)\w+/\1XXXXXXX/g
.
.
.

 Thanks
KV
▄︻̷̿┻̿═━一

If any of my reply helps you to solve the problem Or gain knowledge, an upvote would be appreciated.

0 Karma
Get Updates on the Splunk Community!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...