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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...