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!

Observability | How to Think About Instrumentation Overhead (White Paper)

Novice observability practitioners are often overly obsessed with performance. They might approach ...

Cloud Platform | Get Resiliency in the Cloud Event (Register Now!)

IDC Report: Enterprises Gain Higher Efficiency and Resiliency With Migration to Cloud  Today many enterprises ...

The Great Resilience Quest: 10th Leaderboard Update

The tenth leaderboard update (11.23-12.05) for The Great Resilience Quest is out &gt;&gt; As our brave ...