<?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 Re: How do I implement a user input form I created with Java code in the Splunk Web UI? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-do-I-implement-a-user-input-form-I-created-with-Java-code-in/m-p/141412#M4330</link>
    <description>&lt;P&gt;Hi ksolanki88&lt;BR /&gt;
If you want to start a java program from splunk web , you must  install Splunk SDK for Java &lt;BR /&gt;
for more information follow this link  :   &lt;A href="http://dev.splunk.com/java"&gt;http://dev.splunk.com/java&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
If it satisfy you please vote my answer&lt;/P&gt;

&lt;P&gt;Note that splunk is code in Python language&lt;/P&gt;</description>
    <pubDate>Sat, 11 Apr 2015 18:19:39 GMT</pubDate>
    <dc:creator>chimell</dc:creator>
    <dc:date>2015-04-11T18:19:39Z</dc:date>
    <item>
      <title>How do I implement a user input form I created with Java code in the Splunk Web UI?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-implement-a-user-input-form-I-created-with-Java-code-in/m-p/141411#M4329</link>
      <description>&lt;P&gt;How do I access a Java program from Splunk Web? I have created one form which takes user input on click of a submit button, but I need to figure out how to implement the Java code in Splunk Web.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2015 07:27:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-implement-a-user-input-form-I-created-with-Java-code-in/m-p/141411#M4329</guid>
      <dc:creator>ksolanki88</dc:creator>
      <dc:date>2015-04-11T07:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I implement a user input form I created with Java code in the Splunk Web UI?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-implement-a-user-input-form-I-created-with-Java-code-in/m-p/141412#M4330</link>
      <description>&lt;P&gt;Hi ksolanki88&lt;BR /&gt;
If you want to start a java program from splunk web , you must  install Splunk SDK for Java &lt;BR /&gt;
for more information follow this link  :   &lt;A href="http://dev.splunk.com/java"&gt;http://dev.splunk.com/java&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
If it satisfy you please vote my answer&lt;/P&gt;

&lt;P&gt;Note that splunk is code in Python language&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2015 18:19:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-implement-a-user-input-form-I-created-with-Java-code-in/m-p/141412#M4330</guid>
      <dc:creator>chimell</dc:creator>
      <dc:date>2015-04-11T18:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I implement a user input form I created with Java code in the Splunk Web UI?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-implement-a-user-input-form-I-created-with-Java-code-in/m-p/141413#M4331</link>
      <description>&lt;P&gt;Thanks Chimell for your response. I know that it can be done using Splunk SDK for Java but the problem is in finding out the link between this two. how to invoke a java code from splunk web side. Like in python we can write in URL dispatcher and start execution of python server side program. &lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2015 06:51:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-implement-a-user-input-form-I-created-with-Java-code-in/m-p/141413#M4331</guid>
      <dc:creator>ksolanki88</dc:creator>
      <dc:date>2015-04-13T06:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I implement a user input form I created with Java code in the Splunk Web UI?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-implement-a-user-input-form-I-created-with-Java-code-in/m-p/141414#M4332</link>
      <description>&lt;P&gt;Hi ksolanki88&lt;BR /&gt;
The following is a link between splunk SDK for Java and splunk web&lt;BR /&gt;
&lt;A href="https://github.com/splunk/splunk-sdk-java"&gt;https://github.com/splunk/splunk-sdk-java&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2015 07:39:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-implement-a-user-input-form-I-created-with-Java-code-in/m-p/141414#M4332</guid>
      <dc:creator>chimell</dc:creator>
      <dc:date>2015-04-13T07:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I implement a user input form I created with Java code in the Splunk Web UI?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-implement-a-user-input-form-I-created-with-Java-code-in/m-p/141415#M4333</link>
      <description>&lt;P&gt;Chimell, i have already gone through this link. i think my question was not clear. When i said the link between this two, i meant splunk-to-Java. i want to invoke execution of java code on splunk server which should be done by clicking on a button. &lt;BR /&gt;
 1. i have html and js form, which is client side.&lt;BR /&gt;
 2. on click of a button need to send some parameters to server side.(by hitting some another page)&lt;BR /&gt;
 3. this parameter should be handled and processed by JAVA.&lt;BR /&gt;
 in order to do that a execution must enter into java code.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2015 18:41:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-implement-a-user-input-form-I-created-with-Java-code-in/m-p/141415#M4333</guid>
      <dc:creator>ksolanki88</dc:creator>
      <dc:date>2015-04-13T18:41:08Z</dc:date>
    </item>
  </channel>
</rss>

