All Apps and Add-ons

Cannot choose from multiple data collectors in Splunk Add-On Builder

ohbuckeyeio
Path Finder

Hello,

I have a TA developed through the Splunk Add-On builder that has two different data collections configured. If I create an input instance, it only runs the first data collector that was added.  Both inputs have different fields available to them, so that doesn't really help, plus they need to run on different intervals.

How do we configured the TA to allow for different input configurations based on a selectable input name?

Thanks.

Labels (1)
0 Karma
1 Solution

ohbuckeyeio
Path Finder

I worked my way around this with checkboxes and inputs stanzas.  If box one is checked, run mydef1, etc...  Was hoping there was a built-in way of doing this with the TA's Input button.  This let me have one Input with different ways of running it.

stanzas = helper.input_stanzas
for stanza in stanzas:
     if helper.get_arg('input_name1', helper.get_input_stanza_names()) == True:
          from modinputs.mymodule1 import mydef1
          mydef1(helper,ew,ta_name,data)

     if helper.get_arg('input_name2', helper.get_input_stanza_names()) == True:
          from modinputs.mymodule2 import mydef2
          mydef2(helper,ew,ta_name,data)

 

View solution in original post

0 Karma

ohbuckeyeio
Path Finder

I worked my way around this with checkboxes and inputs stanzas.  If box one is checked, run mydef1, etc...  Was hoping there was a built-in way of doing this with the TA's Input button.  This let me have one Input with different ways of running it.

stanzas = helper.input_stanzas
for stanza in stanzas:
     if helper.get_arg('input_name1', helper.get_input_stanza_names()) == True:
          from modinputs.mymodule1 import mydef1
          mydef1(helper,ew,ta_name,data)

     if helper.get_arg('input_name2', helper.get_input_stanza_names()) == True:
          from modinputs.mymodule2 import mydef2
          mydef2(helper,ew,ta_name,data)

 

0 Karma
Get Updates on the Splunk Community!

Admin Your Splunk Cloud, Your Way

Join us to maximize different techniques to best tune Splunk Cloud. In this Tech Enablement, you will get ...

Cloud Platform | Discontinuing support for TLS version 1.0 and 1.1

Overview Transport Layer Security (TLS) is a security communications protocol that lets two computers, ...

New Customer Testimonials

Enterprises of all sizes and across different industries are accelerating cloud adoption by migrating ...