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!

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...