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!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...