<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Configure input script through UI in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Configure-input-script-through-UI/m-p/85815#M1221</link>
    <description>&lt;P&gt;hello all,&lt;/P&gt;

&lt;P&gt;I have a input script to index data into Splunk. Through UI I want to input some configuration parameters and then write them in a file. When the script is run it should read the file and if it finds what it needs go on retriving data. Otherwise nothing happens.&lt;/P&gt;

&lt;P&gt;In order to achieve my goal I'm thinking to use a Form for displaying the UI widgets needed. Since I'm just a Splunk beginner I must ask whether this is feasible ? and if yes what technologies need to be employed ? I am particularly interested in the following details.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;is it possible to build simple custom UI (buttons, text-edit, dropdown widget, list)&lt;/LI&gt;
&lt;LI&gt;is it possible to execute a particular python script when some user event happens ( press a button, something from a list is selected)&lt;/LI&gt;
&lt;LI&gt;is it possible to dinamically load items in a dropdown list ? (I plan to read them from a file)&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Otherwise could you suggest other means of configuring my app through UI. I imagine this must be somehow possible since Splunk is MVC based.&lt;/P&gt;

&lt;P&gt;The Splunk version for which this app is intended is 5.0.5&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2013 20:11:16 GMT</pubDate>
    <dc:creator>klausJohan</dc:creator>
    <dc:date>2013-10-07T20:11:16Z</dc:date>
    <item>
      <title>Configure input script through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Configure-input-script-through-UI/m-p/85815#M1221</link>
      <description>&lt;P&gt;hello all,&lt;/P&gt;

&lt;P&gt;I have a input script to index data into Splunk. Through UI I want to input some configuration parameters and then write them in a file. When the script is run it should read the file and if it finds what it needs go on retriving data. Otherwise nothing happens.&lt;/P&gt;

&lt;P&gt;In order to achieve my goal I'm thinking to use a Form for displaying the UI widgets needed. Since I'm just a Splunk beginner I must ask whether this is feasible ? and if yes what technologies need to be employed ? I am particularly interested in the following details.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;is it possible to build simple custom UI (buttons, text-edit, dropdown widget, list)&lt;/LI&gt;
&lt;LI&gt;is it possible to execute a particular python script when some user event happens ( press a button, something from a list is selected)&lt;/LI&gt;
&lt;LI&gt;is it possible to dinamically load items in a dropdown list ? (I plan to read them from a file)&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Otherwise could you suggest other means of configuring my app through UI. I imagine this must be somehow possible since Splunk is MVC based.&lt;/P&gt;

&lt;P&gt;The Splunk version for which this app is intended is 5.0.5&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2013 20:11:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Configure-input-script-through-UI/m-p/85815#M1221</guid>
      <dc:creator>klausJohan</dc:creator>
      <dc:date>2013-10-07T20:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Configure input script through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Configure-input-script-through-UI/m-p/85816#M1222</link>
      <description>&lt;P&gt;I believe this can be accomplished via the &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/AdvancedDev/ModInputsIntro"&gt;Modular Inputs&lt;/A&gt; capability in Splunk 5. However, take a look at Splunk 6, as a lot changes with it, and Modular Inputs may be different.&lt;/P&gt;

&lt;P&gt;Also, look at this Splunk Blog entry on Modular Inputs: &lt;A href="http://blogs.splunk.com/2013/04/16/modular-inputs-tools/"&gt;http://blogs.splunk.com/2013/04/16/modular-inputs-tools/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2013 21:03:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Configure-input-script-through-UI/m-p/85816#M1222</guid>
      <dc:creator>ckurtz</dc:creator>
      <dc:date>2013-10-07T21:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Configure input script through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Configure-input-script-through-UI/m-p/85817#M1223</link>
      <description>&lt;P&gt;I have considered this, but I want to avoid this since 1)I don't want to share my custom Modular inputs with other applications. 2) I want to provide a unified experience within the application, all should be available from my app navigation menus.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2013 22:27:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Configure-input-script-through-UI/m-p/85817#M1223</guid>
      <dc:creator>klausJohan</dc:creator>
      <dc:date>2013-10-07T22:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Configure input script through UI</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Configure-input-script-through-UI/m-p/85818#M1224</link>
      <description>&lt;P&gt;Also the docs mention a couple of times that Spluns is MVC based. This means there got to be some other way in which one could configure and control an app.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2013 22:28:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Configure-input-script-through-UI/m-p/85818#M1224</guid>
      <dc:creator>klausJohan</dc:creator>
      <dc:date>2013-10-07T22:28:48Z</dc:date>
    </item>
  </channel>
</rss>

