Alerting

Alert on Data Not Sending

PA-Lan-Tel
Observer

I would like to have an alert sent when my syslog server stops sending logs to the Splunk application. Because I am very new to Splunk can I get some examples please. 

Labels (1)
0 Karma

bowesmana
SplunkTrust
SplunkTrust

Very simple to write a search that you can set to trigger if the results are 0

 

| tstats count where index=your_syslog_index earliest=-2m@m latest=-1m@m

 

and then in your alert make it trigger on the custom trigger condition "search count = 0"

Note that if you have periods when you would not get syslog data for a minute, then it will trigger, so 

0 Karma

PA-Lan-Tel
Observer

Thanks Karma appreciate the quick response 

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