Splunk Dev

Skip message starting with Integer in Splunk.

gauravepi
Path Finder

I am creating a query to get message type count but i want to skip some the message that are not valid . Some of the messages are starting like "-100" or "Data ...". I want to skip them while i counting the messages count.

TO get the count i am using below query :

eventtype=logs |  stats count as Total by message | rename message AS "Type"

Message field has below data :

Data nprops 5 1
Data props 0
-102
1432
sql error

I want to skip all message which are starting from positive ,negative number and those as well which start from Data.

Tags (1)
0 Karma

sudosplunk
Motivator

Give this a try,

eventtype=logs | where match(message, "\D") | stats count as Total by message | rename message AS "Type"

0 Karma
Get Updates on the Splunk Community!

.conf25 Registration is OPEN!

Ready. Set. Splunk! Your favorite Splunk user event is back and better than ever. Get ready for more technical ...

Detecting Cross-Channel Fraud with Splunk

This article is the final installment in our three-part series exploring fraud detection techniques using ...

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...