Alerting

Get the search query time range in the Alert message body

dchoubey
Engager

Hello All, 

I have a requirement to display the search query time range in the body of the email alert, is there a way i can do that? 

Search:

index="ABC" source=XYZ earliest=-3month latest=now| table ClientId Restricted Success Rejected Failed Total 

 

I want to display the time range that my search considered in the email alert. 

Thank you

Labels (2)
0 Karma
1 Solution

thambisetty
SplunkTrust
SplunkTrust

https://docs.splunk.com/Documentation/Splunk/8.0.6/Alert/EmailNotificationTokens#Job_information_tok...

you can use email Notification tokens in your email body.

$job.earliestTime$

$job.latestTime$

————————————
If this helps, give a like below.

View solution in original post

inventsekar
SplunkTrust
SplunkTrust
$job.earliestTime$Initial job start time

....the initial job start time is the alert job start time or the "earliest" time the search query time?!?!

or, you can include the whole search query as well (which includes the earliest and latest times)

$search$

Search string

thambisetty
SplunkTrust
SplunkTrust

https://docs.splunk.com/Documentation/Splunk/8.0.6/Alert/EmailNotificationTokens#Job_information_tok...

you can use email Notification tokens in your email body.

$job.earliestTime$

$job.latestTime$

————————————
If this helps, give a like below.
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...