Splunk Search

Trying to combine two regexes into one

thepocketwade
Path Finder

I'm trying to throw out search results from a couple of different ip ranges. Currently I'm working with 2, but I might end up with three or more. Anywhoo, regex A looks like "XY.\d{1,3}.\d{1,3}.\d{1,3}" and regex B looks like "XYZ.AB.\d{1,3}.\d{1,3}"

I want one regex to match both. I thought that doing "XY.\d{1,3}.\d{1,3}.\d{1,3}|XYZ.AB.\d{1,3}.\d{1,3}" would do it, but it's not.

I've not had much luck finding help online, maybe you guys can help?

Tags (1)
1 Solution

BunnyHop
Contributor

Try this:

(XY.\d{1,3}|XYZ.AB).\d{1,3}.\d{1,3}

View solution in original post

gkanapathy
Splunk Employee
Splunk Employee

You may also want to look using into the where command with the cidrmatch() function:

http://docs.splunk.com/Documentation/Splunk/5.0/SearchReference/CommonEvalFunctions

BunnyHop
Contributor

There's also something I noticed if you're performing the search on SplunkWEB, the search tends to become slow when you're searching regex from raw log files, than searching indexed fields.

0 Karma

BunnyHop
Contributor

Try this:

(XY.\d{1,3}|XYZ.AB).\d{1,3}.\d{1,3}

thepocketwade
Path Finder

thanks, that did the trick.

Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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