Alerting

Generic alert that I can apply to all hosts

snowmizer
Communicator

I would like to be able to create an alert that will notify us if Splunk either 1)stops getting log data from a host or 2)gets more the x number of errors in a specified period.

I know that I can write a search/alert for each host however I would like to have one search/alert that monitors all hosts and pulls out the one host that is having issues.

Is this possible?

Thanks.

Tags (1)
0 Karma

woodcock
Esteemed Legend

Yes, you can do something like this:

err* OR warn* OR fatal | stats count by host | where count > YourErrorThreshold

Then schedule the alert to run periodically over your evaluation timespan (e.g. every 5 minutes for the last 5 minutes) and set the alert to trigger on "number of events > 0"

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, ...