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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Observability Simplified: Combining User Experience, Application Performance & ...

Tech Talk Observability Simplified: Combining User Experience, Application Performance & Network ...

Event Series May & June: From Network Visibility to Service Intelligence

Unifying the Network: Moving from Alert Noise to Service Intelligence with Splunk ITSI In today’s hybrid ...