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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...