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!

Introducing the Splunk Community Dashboard Challenge!

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

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...