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...
Hi,
I have a question if there is a possibility to use the APP Paessler PRTG ModularInput in a distributed indexer scenario. I can install the app on the SH, but how do I create the r...
I have followed instructions in https://dev.splunk.com/enterprise/docs/devtools/python/sdk-python/howtousesplunkpython/howtocreatemodpy/#To-create-modular-inputs-programmatically
Further I a...
Hello,
I have created a modularinput using the example of splunk-app-example. It extends the class Script and I modified the get_scheme function adding arguments
(example) key_secret = A...
Hi, I developed a modularinput making use of Python Cryptodome library (https://pycryptodome.readthedocs.io). When executing it on a Mac OsX Ventura, it raises the error:
... _...
HI,
I creating modularinput add-on. Now I try to create custom UI for input parameters as explained in documentation "http://docs.splunk.com/Documentation/Splunk/6.0.1/AdvancedDev/M...
I have an Add-On which has defined a new data input. Via the UI, I can easily create new instances of the same input .. but I want to create them programmatically, via Python. The inputs.conf...
...s to create a modularinput that runs once a month and uses pandas.read_html function to ingest all the Release History Tables and index all the rows into Splunk. I've figured out how to do the P...
Hello,
I'm trying to get data in Splunk using REST API (data are in json format).
I understand I have to create my own class in responsehandler.py, but I don't know anything about python...
I...
Hi,
I've seen a number of resources that described how to create a customized UI for modularinputs, but this customization is limited to the configuration of the Manager XML file. In this c...