Getting Data In

Is it possible to configure scripted input to run at a certain time in the day?

remy06
Contributor

Hi,

Currently via the web UI I believe we can only set the interval time for scripted inputs to run.

Is it possible to schedule the script to run at a certain time of a day?say 23:59? instead of intervals?

1 Solution

gkanapathy
Splunk Employee
Splunk Employee

Yes it is. If you specify interval as a cron-type schedule, it will run on that schedule. From inputs.conf.spec:

interval = <integer>|<cron schedule>
* How often to execute the specified command (in seconds), or a valid cron schedule. 
* NOTE: when a cron schedule is specified the script is not executed on start up
* Defaults to 60 seconds.

So you can set:

interval = 59 23 * * *

View solution in original post

gkanapathy
Splunk Employee
Splunk Employee

Yes it is. If you specify interval as a cron-type schedule, it will run on that schedule. From inputs.conf.spec:

interval = <integer>|<cron schedule>
* How often to execute the specified command (in seconds), or a valid cron schedule. 
* NOTE: when a cron schedule is specified the script is not executed on start up
* Defaults to 60 seconds.

So you can set:

interval = 59 23 * * *

Lowell
Super Champion

If I am not mistaken, this is a new feature in 4.1.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...