<?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 to setup dashboard drilldown so clicked value in table will return results on the same page? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-setup-dashboard-drilldown-so-clicked-value-in-table-will/m-p/111988#M6398</link>
    <description>&lt;P&gt;You can try &lt;/P&gt;

&lt;P&gt;Sideviewutils - Gate module to achieve same page drill down&lt;/P&gt;

&lt;P&gt;&lt;A href="http://sideviewapps.com/apps/sideview-utils/"&gt;http://sideviewapps.com/apps/sideview-utils/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;If you are running Splunk 6.x you can make use of web framework to develop interactive views.&lt;/P&gt;

&lt;P&gt;You can download Web Framework Tool Kit examples from apps.splunk.com&lt;/P&gt;

&lt;P&gt;&lt;A href="http://apps.splunk.com/app/1613/"&gt;http://apps.splunk.com/app/1613/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Sep 2014 19:00:04 GMT</pubDate>
    <dc:creator>pradeepkumarg</dc:creator>
    <dc:date>2014-09-04T19:00:04Z</dc:date>
    <item>
      <title>How to setup dashboard drilldown so clicked value in table will return results on the same page?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-setup-dashboard-drilldown-so-clicked-value-in-table-will/m-p/111987#M6397</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;

&lt;P&gt;I will admit to getting confused with the advanced simple XML dashboarding.&lt;BR /&gt;
I currently has a simple 3 form (1 textbox, 1 dropdown and time picker) dashboard that populates a table with data.  You can then click on a value in the data, and the results will redirect you to the search app, fill in a query and start searching.&lt;BR /&gt;
What I would love to have is that same 3 form simple dashboard, but have the results from clicking on a value in the data return below the table, not in a separate page or app.&lt;BR /&gt;
I believe that this is possible, as it seems to be done by the splunk sos app (drop down for what splunk server to query, and a time picker), and below is a splunk search driven by data selected from a list box.  I was looking at the source xml for the SOS app, and getting totally confused as to how it was working.  &lt;/P&gt;

&lt;P&gt;I've been looking at the documentation for the splunk dashboard_examples app, but it doesn't seem to show that usage case.&lt;/P&gt;

&lt;P&gt;Does anyone have any idea if what I want to do is possible, and any tips as to how to go about achieving this?&lt;/P&gt;

&lt;P&gt;Thanks for any assistance you could provide&lt;/P&gt;

&lt;P&gt;-Jeff&lt;/P&gt;

&lt;P&gt;Below is the current dashboard:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form &amp;gt;

&amp;lt;label &amp;gt;Blah&amp;lt;/label &amp;gt;

&amp;lt;fieldset &amp;gt;

    &amp;lt;input type="text" token="memberID" &amp;gt; 

        &amp;lt;label &amp;gt;MemberID&amp;lt;/label &amp;gt; 

        &amp;lt;default &amp;gt;*&amp;lt;/default &amp;gt; 

        &amp;lt;seed &amp;gt;*&amp;lt;/seed &amp;gt; 

    &amp;lt;/input &amp;gt;

    &amp;lt;input type="dropdown" token="transactionType" &amp;gt;

        &amp;lt;label &amp;gt;Select a Transaction Type&amp;lt;/label &amp;gt;

        &amp;lt;choice value="*" &amp;gt;Any&amp;lt;/choice &amp;gt;

    &amp;lt;/input &amp;gt;

    &amp;lt;input type="time" token="dashboardTime" searchWhenChanged="true" &amp;gt;

        &amp;lt;label &amp;gt;Timeframe&amp;lt;/label &amp;gt;

        &amp;lt;default &amp;gt;

            &amp;lt;earliestTime &amp;gt;@d&amp;lt;/earliestTime &amp;gt;

            &amp;lt;latestTime &amp;gt;now&amp;lt;/latestTime &amp;gt;

        &amp;lt;/default &amp;gt;

    &amp;lt;/input &amp;gt;

&amp;lt;/fieldset &amp;gt;

&amp;lt;searchTemplate &amp;gt; 

    &amp;lt;seaerch &amp;gt; | stats count(transferID) by transferID | fields transferID

&amp;lt;/searchTemplate &amp;gt;

&amp;lt;row &amp;gt;   

    &amp;lt;!-- show results as a table -- &amp;gt;

    &amp;lt;table &amp;gt;

        &amp;lt;option name="showPager" &amp;gt;true&amp;lt;/option &amp;gt;

        &amp;lt;option name="count" &amp;gt;20&amp;lt;/option &amp;gt;

        &amp;lt;option name="drilldown" &amp;gt;all&amp;lt;/option &amp;gt;

            &amp;lt;drilldown &amp;gt;

            &amp;lt;link target="_blank" &amp;gt;

                &amp;lt;![CDATA[/app/search/flashtimeline?q=search%20h&amp;lt;search &amp;gt; $click.value$ earliest="$earliest$" latest="$latest$"]] &amp;gt;

            &amp;lt;/link &amp;gt;

        &amp;lt;/drilldown &amp;gt;

        &amp;lt;option name="drilldown" &amp;gt;row&amp;lt;/option &amp;gt;

    &amp;lt;/table &amp;gt;      

&amp;lt;/row &amp;gt;

   &amp;lt;/form &amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Sep 2014 17:53:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-setup-dashboard-drilldown-so-clicked-value-in-table-will/m-p/111987#M6397</guid>
      <dc:creator>jeffreyjewitt</dc:creator>
      <dc:date>2014-09-04T17:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup dashboard drilldown so clicked value in table will return results on the same page?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-setup-dashboard-drilldown-so-clicked-value-in-table-will/m-p/111988#M6398</link>
      <description>&lt;P&gt;You can try &lt;/P&gt;

&lt;P&gt;Sideviewutils - Gate module to achieve same page drill down&lt;/P&gt;

&lt;P&gt;&lt;A href="http://sideviewapps.com/apps/sideview-utils/"&gt;http://sideviewapps.com/apps/sideview-utils/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;If you are running Splunk 6.x you can make use of web framework to develop interactive views.&lt;/P&gt;

&lt;P&gt;You can download Web Framework Tool Kit examples from apps.splunk.com&lt;/P&gt;

&lt;P&gt;&lt;A href="http://apps.splunk.com/app/1613/"&gt;http://apps.splunk.com/app/1613/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 19:00:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-setup-dashboard-drilldown-so-clicked-value-in-table-will/m-p/111988#M6398</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2014-09-04T19:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup dashboard drilldown so clicked value in table will return results on the same page?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-setup-dashboard-drilldown-so-clicked-value-in-table-will/m-p/111989#M6399</link>
      <description>&lt;P&gt;Yes this is possible.&lt;BR /&gt;
 1. Upgrade to splunk 6.1.3&lt;BR /&gt;
 2.  Install Application "Splunk 6.x Dashboard Examples" (download archive and install in your instance)&lt;BR /&gt;
 3. Check "Contextual Drilldown (In-page)" example. It is pretty simple.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 12:57:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-setup-dashboard-drilldown-so-clicked-value-in-table-will/m-p/111989#M6399</guid>
      <dc:creator>akazarov</dc:creator>
      <dc:date>2014-09-23T12:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup dashboard drilldown so clicked value in table will return results on the same page?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-setup-dashboard-drilldown-so-clicked-value-in-table-will/m-p/111990#M6400</link>
      <description>&lt;P&gt;@akazarov&lt;/P&gt;

&lt;P&gt;I saw that example but in my case I need to pass two token values as depends.&lt;/P&gt;

&lt;P&gt;with one token its working but its not working for multiple token can u plz help in passing the multiple tokens.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 11:55:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-setup-dashboard-drilldown-so-clicked-value-in-table-will/m-p/111990#M6400</guid>
      <dc:creator>ygkr</dc:creator>
      <dc:date>2017-01-23T11:55:44Z</dc:date>
    </item>
  </channel>
</rss>

