Splunk Search

Display total events on email subject

loveforsplunk
Explorer

Hi All,

Is there a way to display the total number of events in the email body of the alert .

Please note: The search string written is * stats count by field. so, I want the total count in my email subject and the break up in the report.

Tags (1)
0 Karma

niketn
Legend

@loveforsplunk, You are either looking for $job.resultCount$ which will list number or rows returned by the Search or $result.count$ where count is the field name generated by the search stats count (only first row or search query with single results.

Refer to the following documentation for complete list of tokens available during an email notification: http://docs.splunk.com/Documentation/Splunk/latest/Alert/EmailNotificationTokens

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...