Alerting

How to write a search to alert if one host stops forwarding logs for a certain sourcetype?

rikufu
New Member

Hello guys,

I want to make an alert if number of hosts is lower than 5 in a sourcetype search.
To be more specific, I have 5 hosts that send logs into sourcetype=test. If one of the hosts stops publish logs into this sourcetype for the last 30 minutes, I would like to get an alert for it.

I'll be glad if you can help me.

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

This search should get you started.

sourcetype=test earliest=-30m | dedup host 

One you have the search returning the desired results (one record for each host that reported in the last 30 minutes), save it as an alert and set the alert to trigger when the number of results is less than 5.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

This search should get you started.

sourcetype=test earliest=-30m | dedup host 

One you have the search returning the desired results (one record for each host that reported in the last 30 minutes), save it as an alert and set the alert to trigger when the number of results is less than 5.

---
If this reply helps you, Karma would be appreciated.
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 ...