All Apps and Add-ons

configure alert when results=0

newbiesplunk
Path Finder

Hi, can i configure from the "searches & reports" such that it trigger alert when the results=0 or i need to write a script to trigger such alert. If can configure from "searches & reports" how to go about configuring it. thks

Tags (1)
0 Karma

puneethgowda
Communicator
  1. In search bar search the query which you have for this alert and save as alert and give the alert name. 2.Select Trigger alert when Number of results is grater than your value 3.action send mail
0 Karma

jkat54
SplunkTrust
SplunkTrust

Yes in trigger condition select number of results = 0.

If scripting it, same thing... Usually use something like len(), length(), count, word count (wc), etc to get the length of the results variable/object.

if len(results) == 0:
#do something

0 Karma

niketn
Legend

You can refer to the following Example of setting up alert. The example considers number of results greater than 5, you can set the same up for greater than 0. Trigger if number of results: is greater than 0

http://docs.splunk.com/Documentation/Splunk/latest/Alert/Alertexamples#Set_up_the_alert_2

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
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 ...