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!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...