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!

.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 ...