Splunk Search

Multiple regex expressions for 1 field name

beaunewcomb
Communicator

I have 2 different extractions but their values need to be part of the same field. How can I do that? I've tried using regex groups, using the same field name in both matches but no luck.

Tags (1)
0 Karma

lguinn2
Legend

Do it as two separate extractions:

In props.conf:

EXTRACT-e1=mq-qm(?P<object>[^)]{0,20})
EXTRACT-e2=mpgw(?P<object>[^)]{0,20})

Also, if you want to use parentheses for grouping, you need to specify a non-capturing group.

(?: )

instead of just

( )

Although that wasn't the only problem here...

0 Karma

beaunewcomb
Communicator

To be more clear- what I'm trying to do is create a field from this regex:

mq-qm((?P[^)]{0,20})|mpgw((?P[^)]{0,20})

But I get this error:
Encountered the following error while trying to save: In handler 'props-extract': Regex: two named subpatterns have the same name

0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security(ES) 7.3 is approaching the end of support. Get ready for ...

Hi friends!    At Splunk, your product success is our top priority. With Enterprise Security (ES), we're here ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk, and empower your SOC to reach new heights! Duration: 1 hour  Prepare to ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...