All Apps and Add-ons

Splunk Add-on Builder in data input interval

mokarimi
New Member

I am developing an add-on and need to use the interval time as a variable in my script. Can someone please help me? I have looked into the helper class functions and don't see anything.

0 Karma

chli_splunk
Splunk Employee
Splunk Employee

Please try helper.get_input_stanza(YOUR_INPUT_STANZA). It can get all the parameters in your data input stanza, including interval.

Please note that this "interval" is a reserved parameter for Splunk, which defines how Splunk schedule your data input. If you want to add your own scheduler within your data input internally, please create another param like "duration" or "my_interval".

0 Karma

pietertruter1
Observer

How do you set your input to use the custom interval? I need to be able to set a cron schedule as the input interval as the input only needs to run once a week on the first day of the week

0 Karma

chli_splunk
Splunk Employee
Splunk Employee

Sorry currently we only support seconds as an interval. May add cron support in future release.

0 Karma

shugup2923
Path Finder

I also have the same issue, how can I give cron schedule in interval parameter

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...