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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...