Splunk Search

i want to create the field of error :

Joycetran
New Member

alt text

create the field "DM Call errors #" ,
then count this number.
I tried to use case, but I dont have the field as title to match

Tags (1)
0 Karma

jpolvino
Builder

If you're trying to create a new field for the DM Call Errors that contains the count for each event, then this is one way to do it:

(your search here) | rex "DM Call  errors #  : (?<DmCallErrors>\d+)"

Then you can add then up the field values using

| stats count(DmCallErrors) AS "Count of DM Call Errors"

somewhere after the extract.

If you and others need this, talk to your Splunk admin about having this field created when the log gets ingested, so you won't have to worry about the rex.

0 Karma
Get Updates on the Splunk Community!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...