Alerting

How do I trigger an alert if no event is received after a certain time?

alexchandb
Engager

Our splunk instance is receiving events / log information via UDP. Is it possible to trigger an email alert if I have not received events after a certain period of time?

0 Karma
1 Solution

adonio
Ultra Champion

pasting to an answer
hello,
how about something like that:

 <your search for events for this data> earliest= latest=now | stats count 

save the alert and trigger if count = 0

View solution in original post

adonio
Ultra Champion

pasting to an answer
hello,
how about something like that:

 <your search for events for this data> earliest= latest=now | stats count 

save the alert and trigger if count = 0

adonio
Ultra Champion

hello,
how about something like that:

<your search for events for this data> earliest= latest=now | stats count 

save the alert and trigger if count = 0

alexchandb
Engager

this worked thank you

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...