Other Usage

How to avoid repeating the formula?

hedayaty
Engager

On various occasions I find myself writing formulas like (simplified version):

eval cat=case(like(CC, "TenantA%"), "ABC", like(CC, "TenantB%"), "BBC", true(), "Enterprise") 

Or mapping the hosts to regions

eval site=case(like(host, "%-au%"), "AWS US", like(host, "%-ac%"), "AWS CA", like(host, "%-ae%"), "AWS EU", true(), "UnKnown") 

 Sometime I use the same mappings across many reports dashboards.

Copy/paste does not cut it. Also sometimes they need to get updated. Any suggestion?

Labels (1)
0 Karma
1 Solution

scelikok
SplunkTrust
SplunkTrust

Hi @hedayaty,

Search macros will help you;

https://docs.splunk.com/Documentation/Splunk/8.2.3/Knowledge/Searchmacroexamples

 

If this reply helps you an upvote and "Accept as Solution" is appreciated.

View solution in original post

acharlieh
Influencer

I'd want to try it to be certain, but it sounds like it could be a job for a lookup... with WILDCARD match type defined for some columns:

https://community.splunk.com/t5/Splunk-Search/Can-we-use-wildcard-characters-in-a-lookup-table/m-p/9...


0 Karma

scelikok
SplunkTrust
SplunkTrust

Hi @hedayaty,

Search macros will help you;

https://docs.splunk.com/Documentation/Splunk/8.2.3/Knowledge/Searchmacroexamples

 

If this reply helps you an upvote and "Accept as Solution" is appreciated.

hedayaty
Engager

Did not know about the search macros.

They are very clunky but they do the job!

0 Karma
Get Updates on the Splunk Community!

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

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

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...