Splunk Search

Search for mutiple values using rex and store them in a same single field

ppurokit
Path Finder

Im looking to achieve the following using Rex.

Below is the search query which im trying to run

sourcetype=XXXXXX (-1XXXXX OR -1XXXXX) | rex "access-list\s+(?[a-zA-Z0-9.-]+)" | rex "access-group\s+\"?(?[A-Za-z.-]+)\"?"

rex "access-list\s+(?[a-zA-Z0-9._-]+)"

rex "access-group\s+\"?(?[A-Za-z.-_]+)\"?"

I know that i can store these results in two different variables.

But i want to combine them into a single rex and store the output of these two rex into a single variable "Access" itself.

Please let me know on how to achieve this functionality?

Please share your thoughts on this.

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

You can combine the two regular expressions by OR'ing the prefixes using the pipe symbol: access-lists+|access-groups+

View solution in original post

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You can combine the two regular expressions by OR'ing the prefixes using the pipe symbol: access-lists+|access-groups+

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Make sure there were no \d, \s, etc. lost in the formatting of splunkbase.

0 Karma

ppurokit
Path Finder

Hi,

Tried the following and i dont see the "access" variable getting generated by the regex

sourcetype=XXXXXX (-1XXXXX OR -1XXXXX) | rex "(access-list|access-group)\s"?(?[A-Za-z.-0-9]+)"?"

Im getting an splunk error "Unknown search command 'a'."

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...