Splunk Search

how to mask data in data model?

viswanathsd
Path Finder

Sample:
1234/rani/abc1234/dfh
Need to get output as */rani/*/dfh

Tags (1)

sgundeti
Path Finder

you can refer here, using SEDCMD , REGEX in props.conf and transforms.conf file in $SPLUNK_HOME/etc/system/local/ directory

http://docs.splunk.com/Documentation/Splunk/6.2.1/Data/Anonymizedatausingconfigurationfiles

0 Karma

viswanathsd
Path Finder

Thanks for your response.But i need to know,how can I implement this in Data MOdel?

0 Karma

MuS
Legend

Like @Ayn wrote, use an eval expresion in your data model. Look at the docs for more details http://docs.splunk.com/Documentation/Splunk/6.2.1/Knowledge/Definedatamodelattributes

0 Karma

Ayn
Legend

Use an eval expression. Something like this should do it.

replace(yourfield,"([^/]+)/([^/]+)/([^/]+)/([^/]+)","*/\2/*/\4")

mrobichaud_splu
Splunk Employee
Splunk Employee

To make this work via "add eval", you'd need to create a new field with a different name in the data model and hide the old field. The display name can be whatever you'd like.

Another option is to do that eval in a root search -> Add object -> Root search.

0 Karma

viswanathsd
Path Finder

1234 should be replace by wild character

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...