Hi all,
I'm trying to create a new input for infoblox with the Infoblox BloxOne Threat Defense Cloud Input Add-on (https://splunkbase.splunk.com/app/3860). When I click on next, when create the input...
...rogramatically create a REST Data input , parameterize its Endpoint URL/HTTP Method /Request Payload /HTTP Header Properties /etc ?
Consequently is it possible to delete/edit a previous created Rest D...
So I have been reading the documentation on how to createmodularinputs using the Python SDK here
http://dev.splunk.com/view/python-sdk/SP-CAAAER3
And I tested the random_number example from t...
Hello,
I've been tasked with ingesting some audit events from a online application (Lever Hire). I'm looking at using the REST API Modularinput and need help parsing the data. Originally I t...
now I am meeting difficulty in using snmp moudule inputs,
The OS platform is centos 5.9 , I have installed pyasn and pysnmp,
I createinput in snmp moudule,as following
[snmp://172.17.1.4...
Would like to create different stanzas for multiple MQ queues to read the messages. For example inputqueue,outputqueue,etc
Now I have created a [jms] stanzas in inputs.conf file as follows. But i...
Hi,
I created a input stanza using app "SNMP ModularInput" to catch traps (Data Inputs->SNMP->New).
My device is already sending traps to my server (I can see it on wireshark), but the d...
Hi,
I've installed this app in my Splunk 6.2.3 instance running on Windows and have been able to use it to set up a few data inputs, for example here is one pulling in data using the f...
...2762032,"count":1,"nwtme":34784,"uxtme":120856,"avail":1,"mtime":1510093359753}]}
I would like to remove header until "data":[ and last part of json ]}
and create multiple events of each a...
...eople seem to check if the "req_args" contains a "params" key, value pair, and if it doesn't they create one, and then create the arguments in the program. I am very confused by this as I assumed the i...