Alerting

Want to set up alert for No data found.

kamal_jagga
Contributor

Hi,

The data coming in to my indexer is intermittent. So i want to set up an alert when no data is coming.

Kindly advise.

Tags (2)
0 Karma
1 Solution

kamal_jagga
Contributor

Wrote this search to solve this issue:

index=*cricket*|dedup team|table team| lookup playerslist player AS team OUTPUT player AS playermatch | where playermatch!="matched"

View solution in original post

0 Karma

kamal_jagga
Contributor

Wrote this search to solve this issue:

index=*cricket*|dedup team|table team| lookup playerslist player AS team OUTPUT player AS playermatch | where playermatch!="matched"
0 Karma

somesoni2
Revered Legend

Find a suitable query to identify the data is coming to your indexer from the host. An example query could be like this

index=yourIndex sourcetype=yoursourcetype host=yourhost | head 1

Run the search for suitable timerange as per your threshold (like if you want to configure an alert if no data has come for 60 mins, use timerange as last 60 mins) and saved the search as alert. See more details here http://docs.splunk.com/Documentation/Splunk/6.2.4/Alert/Setupalertactions#Configure_email_notificati...

0 Karma

kamal_jagga
Contributor

Thanks. This works in a search. but when i am saving it as an alert. i am not getting anything.

I want it to alert when the events found=0.

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...