Splunk Search

Splunk query for ignoring results with a regex pattern

malanirishi
New Member

Problem: I want to ignore all results from search that have message: <4 digits> in them. For example: { timestamp: 2021-05-17T22:30:06.299Z, level: error, message: 9173 }

Research done: I have looked into Splunk docs I tried implementing NOT regex "message: \d{4}" and "NOT rex "message: \d{4}" but it did not work.

Labels (2)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| makeresults
| eval _raw="{ timestamp: 2021-05-17T22:30:06.299Z, level: error, message: 9173 }
{ timestamp: 2021-05-17T22:30:06.299Z, level: error, message: 917 }
{ timestamp: 2021-05-17T22:30:06.299Z, level: error, message: 91733 }"
| multikv noheader=t
| fields _raw
| regex _raw!="message: \d{4}[^\d]"
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 ...