Splunk Enterprise

is there an 'ISIN' function ins splunk?

ccfenix
New Member

Hi,

in some table-oriented programming languages, there is an 'isin' function which returns true if the input is in a given set e.g. in python pandas we can do

country.isin(['UK', 'USA', 'FR', 'JP'])

is there something like this in splunk?

ISIN(country, ['UK', 'USA', 'FR', 'JP'])

thanks a lot!

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Subsearches mimic this behaviour by building OR'd chains. Assume your list is stored in a lookup, then you can do this:

some search stuff [inputlookup country_list | fields country]

That'll build an OR'd list for each row in the lookup, for your example country=UK OR country=USA OR country=FR OR country=JP.

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