<?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: Splunk APPS using Java/JavaScript SDK in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32950#M382</link>
    <description>&lt;P&gt;If you just want to have a dynamically populated dropdown , then you can easly do this in &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Developer/AddDropDowns"&gt;Simple XML&lt;/A&gt;  or &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Developer/HowToUseListers"&gt;Advanced XML&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Aug 2012 09:52:43 GMT</pubDate>
    <dc:creator>Damien_Dallimor</dc:creator>
    <dc:date>2012-08-13T09:52:43Z</dc:date>
    <item>
      <title>Splunk APPS using Java/JavaScript SDK</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32949#M381</link>
      <description>&lt;P&gt;I am working on the Splunk APP for the first time. So would like to know if I can create a Customized UI where I can I have a dropdown (which is dynamically populated from my search query). And when one of the items from dropdown is clicked, some other search events run. &lt;/P&gt;

&lt;P&gt;I got links on how to use search query using Java SDK. Can anyone point me to the location from where I can use Java SDK to create an APP having dropdown and other related search, dashboard and report information.   &lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 08:08:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32949#M381</guid>
      <dc:creator>hiteshkanchan</dc:creator>
      <dc:date>2012-08-13T08:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk APPS using Java/JavaScript SDK</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32950#M382</link>
      <description>&lt;P&gt;If you just want to have a dynamically populated dropdown , then you can easly do this in &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Developer/AddDropDowns"&gt;Simple XML&lt;/A&gt;  or &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Developer/HowToUseListers"&gt;Advanced XML&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 09:52:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32950#M382</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-08-13T09:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk APPS using Java/JavaScript SDK</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32951#M383</link>
      <description>&lt;P&gt;But is it possible to create dynamically populated dropdown from Java/Javascript SDK.  I am looking for a customized UI APP, where there will be 2-3 dropdown list and upon selecting items from this dropdown list, a search query will run based on the selected items from the dropdown list.&lt;/P&gt;

&lt;P&gt;I feel this can be done well using Java/Javascript SDK. Am I correct?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 10:28:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32951#M383</guid>
      <dc:creator>hiteshkanchan</dc:creator>
      <dc:date>2012-08-13T10:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk APPS using Java/JavaScript SDK</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32952#M384</link>
      <description>&lt;P&gt;Yes of course you can.&lt;BR /&gt;
Using the Java or Javascript SDK's you would execute a Splunk search and use the results of that search to dynamically populate your UI dropdown component ie: a JComboBox in Java, some JQuery code to populate a Select in Javascript etc..&lt;BR /&gt;
You would have to code this functionality in your custom UI yourself.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 10:48:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32952#M384</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-08-13T10:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk APPS using Java/JavaScript SDK</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32953#M385</link>
      <description>&lt;P&gt;Exactly this is what i have been looking for. But not finding any suitable examples done earlier. &lt;/P&gt;

&lt;P&gt;Are you also trying to say that I can use a combination of Java/Javascript SDK and Advance XML for performing the same operation to develop the custom UI. &lt;BR /&gt;
I am not sure about the integration between XML and Java/Javascript SDK.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 10:59:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32953#M385</guid>
      <dc:creator>hiteshkanchan</dc:creator>
      <dc:date>2012-08-13T10:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk APPS using Java/JavaScript SDK</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32954#M386</link>
      <description>&lt;P&gt;I am saying that you have 2 options and if you only want a populated dropdown, option 1 is going to be simpler and quicker to build.&lt;/P&gt;

&lt;P&gt;Option 1 : Create an Advanced XML form via Splunk Web.&lt;/P&gt;

&lt;P&gt;Option 2 : Roll your own UI using an SDK (Java/Javascript/Python)&lt;/P&gt;

&lt;P&gt;You'll find lots of SDK examples here and also on github : &lt;A href="http://dev.splunk.com/view/sdks/SP-CAAADP7"&gt;http://dev.splunk.com/view/sdks/SP-CAAADP7&lt;/A&gt;&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;BR /&gt;
&lt;A href="https://github.com/splunk/splunk-sdk-javascript"&gt;https://github.com/splunk/splunk-sdk-javascript&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;All you really need to do is execute a search, process the  search result set (in XML, CSV or JSON), and fill your dropdown component.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 11:12:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32954#M386</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-08-13T11:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk APPS using Java/JavaScript SDK</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32955#M387</link>
      <description>&lt;P&gt;I think Option 2 is more suitable for our application as I need process the search result after the populated dropdown info. Thanks for that.&lt;/P&gt;

&lt;P&gt;One more thing I would like to confirm is, does the Java/Javascript also provide dashboard or visualization development APIs. I would like to use the search query result to be shown in a dashboard for memory and cpu variations.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 11:37:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32955#M387</guid>
      <dc:creator>hiteshkanchan</dc:creator>
      <dc:date>2012-08-13T11:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk APPS using Java/JavaScript SDK</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32956#M388</link>
      <description>&lt;P&gt;The Javascript SDK has UI components for the Splunk charting and timeline controls.Furthermore you can also use 3rd party UI component librarys like Google charts and Rickshaw if you like.&lt;/P&gt;

&lt;P&gt;Clone the repository from github and browse the examples.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 11:44:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-APPS-using-Java-JavaScript-SDK/m-p/32956#M388</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-08-13T11:44:22Z</dc:date>
    </item>
  </channel>
</rss>

