Splunk Search

How do you write a regular expression for all events with a certain string?

colbymahan
Explorer

I want to blacklist or send to nullqueue ANY event with a particular phrase. I can use the literal string and just escape the . with a / but I can't figure out how to wildcard everything before and after that string. Not accounting for the varying other parts of the message is causing no results to be returned when I test the regular expression.

EventCode="0"
Message: date stuff mixed characters WARN This.Thing.Right.Here more random stuff and characters

The bold text is what I want to trigger the blacklisting. How do I indicate that the other stuff can be whatever and i don't care?

0 Karma

lguinn2
Legend

In general, Splunk regular expressions are unanchored. If you are using a REGEX in transforms.conf, your regular expression does not need to match the entire event. So it could be

REGEX=WARN This\.Thing\.Right\.Here

and that should work! Please post more specifics if it doesn't.

cpetterborg
SplunkTrust
SplunkTrust

Have you tried using [\s\S]* for your "everything"? It will usually catch all returns as well.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...