Splunk Search

macro with regex

sumitnagal
Path Finder

I have use case where i have to pass host in macro argument. I also want to pass argument in regex way apart from * way. here is snippet
mymacro(host=*)
My host listing is in big number, more than 35 hosts example:- abc1, abc2 , abc11, abc21, abc22, abc24, abc25
Now I want to pass only 2 hosts only say abc11 and abc21 as argument, how can I do that. as abc

I know I can pass below
mymacro(host=abc1*)
or
mymacro(host=abc2*)
but how to pass both in same parameter?

Tags (3)
0 Karma

sumitnagal
Path Finder

is there any other option to solve this without specifying regex?
can we have some negate option handy, like abc11 and abc21 to be ignored, and rest all host comes.
in case we have multiple arguments say sourcetype with same regex pattern how it would look like?

mymacro(host=,source=)

0 Karma

sumitnagal
Path Finder

found the problem, it looks for double quote, adding that fix the problem

search xyz | regex host="$host$"

0 Karma
Get Updates on the Splunk Community!

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...