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!

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...