Alerting

Why is my alert not running?

ASISH_9
Engager

I scheduled a search Alert with cron expression="48 11 * * 1-5",Although in search it is working fine but it is not working as an alert.Is there any problem with my search query or Alert configuration?Please suggest

Tags (1)
0 Karma
1 Solution

DanielASG
Explorer

this Cron expression does not look right

how often did you want this to run

for every 15min use

0 0/15 * 1/1 * ? *

View solution in original post

kmaron
Motivator

It looks like your Cron schedule is off

Splunk has some really great documentation on how to format your Cron schedule:
http://docs.splunk.com/Documentation/Splunk/6.5.2/Alert/Definescheduledalerts#Using_cron_expressions

0 Karma

DanielASG
Explorer

this Cron expression does not look right

how often did you want this to run

for every 15min use

0 0/15 * 1/1 * ? *
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...