Alerting

Can someone help with with a cron expression that runs every 15min from 8:15am to 6pm Monday to Friday?

jackin
Path Finder

Can anyone help on cron expression

Query runs every 15min from 8:15am to 6pm Monday to Friday

Labels (1)
Tags (1)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

I already told you in https://community.splunk.com/t5/Security/Cron-Expression-for-scheduled-Alert/m-p/575364 - there's no single cron schedule that will cover all the "uneven boundaries".

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @jackin,

please try this:

*/15 8-18 * * 1-5

Ciao.

Giuseppe

0 Karma

abazgwa21cz
Explorer

How can I configure a CRON expression such that an alert was sent each 2hours in a day, and every day in weeks. ??
Many thanks !!!

0 Karma

gcusello
SplunkTrust
SplunkTrust

HI @abazgwa21cz,

sorry but it isn't so clear:

do you want a cron expression to run alert every 2 hours in a day, an this is clear, but what do you mean with " and every day in a week"?

do you mean every 2 hours in working days (Mon-Fri) and one time in the Week end or what else?

In general, it isn't a good idea attach a new question to another one, because less people will answer you, opening a new question it's better.

Ciao.

Giuseppe

0 Karma

jackin
Path Finder

@gcusello  

Thanks man but

 */15 8-18 * * 1-5

we are running the query evey 15min and it should took last 15min data .It means query started running at 8am it took the data from 7:45am but we need from 8am data. 

 

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @jackin,

in the cron expression you can only define these parameters, you could exclude data before 8.00 in the main search (e.g. time_hours>7).

Ciao.

Giuseppe

0 Karma

isoutamo
SplunkTrust
SplunkTrust
Another option is add additional cron entries for those first/last hours where you are needing other start times than in other hours.
0 Karma
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!

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...

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

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