HI,
I creating modular input 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/ModInputsCustomizeUI#The_Element_tag"
Where I can see detailed explanation about all tags avilable for manager.xml ?
I need to make text element visible/invisible depend on DropDown selection. How I can do it?
Have a look at the manager xml file from the REST API Modular Input as an example to guide you.
In particular look at line 27. This contains a select element , and based on what you select , other fieldsets will appear/disappear.
Thanks. May be you know where I can find explanation for all tags and values in manager.xml
Hi, I have the same question. Is there not an official documentation somewhere?