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!

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 ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...