Alerting

How do I trigger the same alert multiple times?

rolypolytoyy
Explorer

I want to repeat same alert 3 times, 5 minutes apart like morning call.

please let me know How can I do it.

Can I organize the logic into queries? or is there any alert option for it?

 

this is my query for alert event.

 

 

 

index="main" sourcetype="orcl_sourcetype" | sort by _time | tail 1 | where CNT < 10

 

 

 

 

Labels (1)
Tags (1)
0 Karma
1 Solution

isoutamo
SplunkTrust
SplunkTrust

Hi

You should just define that it's using cron schedule and there add schedule as 

*/3 * * * * 

That will run it every 3rd minutes.

Then don' t add throttling for it.

More info from

r. Ismo

View solution in original post

isoutamo
SplunkTrust
SplunkTrust

Hi

You should just define that it's using cron schedule and there add schedule as 

*/3 * * * * 

That will run it every 3rd minutes.

Then don' t add throttling for it.

More info from

r. Ismo

rolypolytoyy
Explorer

It works! I really thanks for the response!

0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

 (view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...