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!

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