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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...