Splunk Search

cron in decimal

aniketb
Path Finder

I use Splunk 5.0.1

I want a scheduled search to run by 2.5 hours. Does the search accept decimal values?

like from:

-2.5h@h to now

&

cron: 0 */2.5 * * *

Tags (3)

lukejadamec
Super Champion

According to stackoverflow you cannot do it in a single statement. The recommendation is to use two statements:

0 */5 * * * 

and

30 2,7,12,17,22 * * *

See the post:

http://stackoverflow.com/questions/13226003/how-to-execute-a-cron-expression-for-every-2-5-hours

0 Karma

lukejadamec
Super Champion

Well, I expected you would create two scheduled searches - one with one cron schedule, and one with the other. Splunk won't really care.

0 Karma

aniketb
Path Finder

Hey luke, I do want to try your method but we are allowed just one statement in cron in splunk 😞

0 Karma

gfuente
Motivator

Hello

I think you can use this schedule

150m

To run the query every 150 minutes

regards

0 Karma

linu1988
Champion

No it doesn't take decimal value in cron schedule.

0 Karma

aniketb
Path Finder

-150m may be good to search for records in last 2.5 hours but it does not satisfy cron criteria. I need the search to run every 2.5 hours and when i try this it throws an error.

Encountered the following error while trying to update: In handler 'savedsearch': Invalid cron_schedule="*/150 * * * *"

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...