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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...