I am trying to use the Splunk Add-On Builder (v2.2.0) to build a TA to pull data via REST API in Splunk (v7.3.3). I am not a developer but used it to build the most basic single input c...
...ried on both Splunk 6.6.6 and 7.0.2
The problem I'm having is that if you go to either the 'Inputs' or 'Configuration' pages, the web interface just hangs with a spinning 'Loading' icon.
This is s...
...iffernt indexes? It should be possible to configure more than one SNMP Input, isn't it?
Many thanks
[edit]
I read the Developer Blog again, and found out that for the Trap listener part, you c...
...ollect_events(helper, ew):
import adal
import json
import requests
# Go through each inputfor this modularinputinputs=helper.get_input_stanza()
forinput_name, input_item in inputs...
Hi,
Would it be possible for someone who has this working to show an example please. I'm not too familiar with SNMP MIBs and OIDs etc but I would like to poll Cisco switches to get interface n...
Hello All,
I am writing a modularinput in Java. It streams events in xml format. The example:
<event>
<time>1330717125</time>
<data>timestamp=2015-05-0...
I've noticed that the Inputs and Configuration pages of the TA get stuck on Loading with the animated circle. We seem to have successfully configured the TA with config files, but I wanted to check s...