Splunk Search

Regex to capture uris with a particular word

xvxt006
Contributor

I am looking for regex to capture all the URIs which includes "chaser" (case insensitive).

I have used this

<base search> | regex uri="(?i)Chaser(?:[^\"])"

but did not get any results. do i need to include anything in the regex? Thanks for your help.

Below are few event samples:

/gdfgfd/N-/Ntt-MILWAUKEEFUEL?pm_sp=CS_Chaser--PO_L3_Multi--werwerdfg
/CHASER-STAKES-rOutdoor-brother-Retractable-6trJ3?we_sp=IO--PDI--RR_VTV70300505&cm_vc=WSPRRZ1
Tags (2)
0 Karma
1 Solution

rturk
Builder

Hi xvxt006,

Try this:

<base search> | regex uri="(Chaser)"

Reference: http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Regex

EDIT: Oh wait... you said case insensitive...

<base search> uri="*chaser*"

By default, search terms are case insensitive

Let me know how you get along 🙂

View solution in original post

rturk
Builder

Hi xvxt006,

Try this:

<base search> | regex uri="(Chaser)"

Reference: http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Regex

EDIT: Oh wait... you said case insensitive...

<base search> uri="*chaser*"

By default, search terms are case insensitive

Let me know how you get along 🙂

xvxt006
Contributor

Hi, Thank you. It worked. i used this..did not know that it would be that simple 🙂
regex uri="(?i)(Chaser)". Do you know why it did not work when i had this? Anyways thank you so much for your help.

(?i)Chaser(?:[^"])

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

  Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...