Splunk Search

How to regex up to a specific word?

limalbert
Path Finder

How can I create a regex query up to a Specific word? For example, the specific word below is "Index".
Example data:
1. ... Retirement Priority Index ...
2. ... Working Priority Index ...
3. ... Test Priority 1 Index ...

Current regex :

| rex "(?<priority>[^I]*)"
0 Karma
1 Solution

MuS
SplunkTrust
SplunkTrust

Hi limalbert,

give this a try:

 (?<priority>[\w\s]+)\sIndex

Hope this helps ...

cheers, MuS

View solution in original post

0 Karma

MuS
SplunkTrust
SplunkTrust

Hi limalbert,

give this a try:

 (?<priority>[\w\s]+)\sIndex

Hope this helps ...

cheers, MuS

0 Karma
Get Updates on the Splunk Community!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

&#x1f5e3; You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...