All Apps and Add-ons

Splunk Add-on Builder: How to reference an input's interval setting within a modular input python script?

rleviseur
Explorer

I'm using the Splunk Add-on Builder and building a modular input using my own python code. How can I reference the value of the input's interval setting from within that python script?

Example: If the interval is set to 300 seconds, I'd like to do something in the script like:
myinterval = helper.get_arg('interval')
and have that variable equal 300

0 Karma

bnewcomb79
Explorer
stanza = helper.get_input_stanza()
interval = 30
    if 'interval' in stanza.values()[0]:
    interval = stanza.values()[0]['interval']

Hope this helps 🙂

0 Karma

rleviseur
Explorer

Thanks. I'll give this a shot. Your comment about it just not existing during the tests makes sense.

0 Karma

starcher
Influencer

Can't guarantee this. I'd try looking in the contents of helper.get_input_stanza(). You might have to parse it out from there,

0 Karma

rleviseur
Explorer

I thought about that, too.

Oddly enough, the stanza didn't appear to have an interval option/setting. So that didn't work for me. Thanks, though.

0 Karma

bnewcomb79
Explorer

I found that to be the case when running the test since it's a one time thing, but it exists for the actual input.

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...