<?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 Dashboard in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182934#M18112</link>
    <description>&lt;P&gt;I believe you are able to set variables with an SDK.  &lt;A href="http://dev.splunk.com/view/java-sdk/SP-CAAAEPZ"&gt;http://dev.splunk.com/view/java-sdk/SP-CAAAEPZ&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Mar 2015 10:24:58 GMT</pubDate>
    <dc:creator>markthompson</dc:creator>
    <dc:date>2015-03-11T10:24:58Z</dc:date>
    <item>
      <title>Splunk Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182930#M18108</link>
      <description>&lt;P&gt;Can we create a Splunk dashboard where in result of search query can be post-processed programmatically? &lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 07:15:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182930#M18108</guid>
      <dc:creator>garimayadav</dc:creator>
      <dc:date>2015-03-11T07:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182931#M18109</link>
      <description>&lt;P&gt;Could you please give a use cases/example that explains your query in detail. &lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 07:30:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182931#M18109</guid>
      <dc:creator>satishsdange</dc:creator>
      <dc:date>2015-03-11T07:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182932#M18110</link>
      <description>&lt;P&gt;We want to create a customised dashboard where in user enters some id and result is displayed in a table below on the same screen. Now, I have following questions:&lt;/P&gt;

&lt;P&gt;1) Can we create a text box on dashboard which takes input and then at the backend, we utilize this input ( say "id") to create a search query?&lt;BR /&gt;
2) Can we use Splunk Java SDK at the back end for writing business logic?&lt;BR /&gt;
2) Once search query is created using SPlunk Java SDK, we would process the result of query ( apply some business logic) , and then return the processed result back to the UI ( dashboard). Is this feasible?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 08:15:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182932#M18110</guid>
      <dc:creator>garimayadav</dc:creator>
      <dc:date>2015-03-11T08:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182933#M18111</link>
      <description>&lt;OL&gt;
&lt;LI&gt;You can certainly create a form in a dashboard that allows users to provide inputs e.g id, username, email id, time range etc. This can be done in core Splunk. Please refer to below doc link 
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.2/Viz/FormEditor"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.2/Viz/FormEditor&lt;/A&gt; 
I don't have answer for 2nd &amp;amp; 3rd question. But you can definitely refer to &lt;A href="http://dev.splunk.com/java"&gt;http://dev.splunk.com/java&lt;/A&gt; for more information. &lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 11 Mar 2015 08:36:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182933#M18111</guid>
      <dc:creator>satishsdange</dc:creator>
      <dc:date>2015-03-11T08:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182934#M18112</link>
      <description>&lt;P&gt;I believe you are able to set variables with an SDK.  &lt;A href="http://dev.splunk.com/view/java-sdk/SP-CAAAEPZ"&gt;http://dev.splunk.com/view/java-sdk/SP-CAAAEPZ&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 10:24:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182934#M18112</guid>
      <dc:creator>markthompson</dc:creator>
      <dc:date>2015-03-11T10:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182935#M18113</link>
      <description>&lt;P&gt;You should be able to use the textbox value added to the Splunk dashboard/form and generate a dynamic search query, run it and display the result. Feasibility of the dynamic query depend on the requirement. Please post the business rule that you want to apply on the value of the text box, people here may be able to give you appropriate help/pointers.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 20:42:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182935#M18113</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-03-11T20:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182936#M18114</link>
      <description>&lt;P&gt;This is absolutely feasible.  I would recommend downloading the web framework toolkit to get some background on search managers and the like.  &lt;/P&gt;

&lt;P&gt;Essentially you will create a search manager for each of your various forms, perform your business logic on myresults.data, then return it back to whatever splunk view you want.  &lt;/P&gt;

&lt;P&gt;Another good starting point for some background can be found here &lt;A href="http://dev.splunk.com/webframework"&gt;http://dev.splunk.com/webframework&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I should note that you will need access to the server's file system.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 21:37:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Dashboard/m-p/182936#M18114</guid>
      <dc:creator>slashnburn</dc:creator>
      <dc:date>2015-03-11T21:37:00Z</dc:date>
    </item>
  </channel>
</rss>

