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!

ATTENTION!! We’re MOVING (not really)

Hey, all! In an effort to keep this Slack workspace secure and also to make our new members' experience easy, ...

Splunk Admins: Build a Smarter Stack with These Must-See .conf25 Sessions

  Whether you're running a complex Splunk deployment or just getting your bearings as a new admin, .conf25 ...

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...