Splunk Search

How to pass regular expression in variable to the match?

rsathish47
Contributor

HI All,

     How to pass regular expression to the variable to match command? Please help..

in Following search query we need to pass the value for nonsupporting days dynamically based on the criteria.

| gentimes start=-1 | eval CreateDateEpoch="1412136000" | table CreateDateEpoch | eval start=relative_time(CreateDateEpoch,"@d") | eval end=relative_time(now(),"@d") | eval Date=mvrange(start,end+86400,86400) | convert ctime(Date) timeformat="%+" | eval NoOfBusinessDays=mvcount(mvfilter(NOT match(Date,"(Sun|Sat).*")))

Ex:
eval nonsupport=if(value=1,"(Sun|Sat).*","(Mon|Sun).") | eval NoOfBusinessDays=mvcount(mvfilter(NOT match(Date,nonsupport*))

Thanks
Sathish Rangan

Tags (3)
0 Karma

woodcock
Esteemed Legend

You can either do this with a macro or with map. For an example of the latter, check out this answer:

https://answers.splunk.com/answers/386488/regex-in-lookuptable.html

0 Karma

richgalloway
SplunkTrust
SplunkTrust

A untested idea: put the variable name within single-quotes. ... | match(Date, 'nonsupport') ...

---
If this reply helps you, Karma would be appreciated.
0 Karma

rsathish47
Contributor

not working ;(

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...