<?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 Drilldown link in dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-link-in-dashboard/m-p/35548#M1571</link>
    <description>&lt;P&gt;I have a dashboard displaying various results (charts, single values, some raw output). 
The dashboard uses HiddenSavedSearches to get the results.&lt;/P&gt;

&lt;P&gt;My understanding is that there is no way to drilldown from a SingleValue field. So I'd like to create a hyperlink near the SingleValue field that will link the user to the results of the search. &lt;/P&gt;

&lt;P&gt;For example, here is part of the dashboard:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HiddenSavedSearch" layoutPanel="panel_row3_col1_grp1" autoRun="True"&amp;gt;
      &amp;lt;param name="savedSearch"&amp;gt;Check XYZ&amp;lt;/param&amp;gt;
      &amp;lt;param name="useHistory"&amp;gt;Auto&amp;lt;/param&amp;gt;
      &amp;lt;module name="HiddenPostProcess"&amp;gt;
         &amp;lt;param name="search"&amp;gt;search host="abc" | stats count | eval yesno=if(count==0, "No", "Yes") | rangemap field=count severe=0-0 default=low &amp;lt;/param&amp;gt;
            &amp;lt;module name="SingleValue"&amp;gt;
                   &amp;lt;param name="field"&amp;gt;yesno&amp;lt;/param&amp;gt;
                   &amp;lt;param name="classField"&amp;gt;range&amp;lt;/param&amp;gt;
                   &amp;lt;param name="beforeLabel"&amp;gt;XYZ:&amp;lt;/param&amp;gt;
                &amp;lt;/module&amp;gt;
           &amp;lt;/module&amp;gt;
       &amp;lt;/module&amp;gt;

I'd like the user to be able to either 1) click the SingleValue rectangle and view the search results or, if that is not possible, 2) click a nearby link to produce the detailed results. 

Ideally, clicking the link would not kick off a new search, but would simply use the results of the last HiddenSavedSearch.

Is this possible?
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Sat, 29 Jan 2011 04:39:31 GMT</pubDate>
    <dc:creator>Branden</dc:creator>
    <dc:date>2011-01-29T04:39:31Z</dc:date>
    <item>
      <title>Drilldown link in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-link-in-dashboard/m-p/35548#M1571</link>
      <description>&lt;P&gt;I have a dashboard displaying various results (charts, single values, some raw output). 
The dashboard uses HiddenSavedSearches to get the results.&lt;/P&gt;

&lt;P&gt;My understanding is that there is no way to drilldown from a SingleValue field. So I'd like to create a hyperlink near the SingleValue field that will link the user to the results of the search. &lt;/P&gt;

&lt;P&gt;For example, here is part of the dashboard:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HiddenSavedSearch" layoutPanel="panel_row3_col1_grp1" autoRun="True"&amp;gt;
      &amp;lt;param name="savedSearch"&amp;gt;Check XYZ&amp;lt;/param&amp;gt;
      &amp;lt;param name="useHistory"&amp;gt;Auto&amp;lt;/param&amp;gt;
      &amp;lt;module name="HiddenPostProcess"&amp;gt;
         &amp;lt;param name="search"&amp;gt;search host="abc" | stats count | eval yesno=if(count==0, "No", "Yes") | rangemap field=count severe=0-0 default=low &amp;lt;/param&amp;gt;
            &amp;lt;module name="SingleValue"&amp;gt;
                   &amp;lt;param name="field"&amp;gt;yesno&amp;lt;/param&amp;gt;
                   &amp;lt;param name="classField"&amp;gt;range&amp;lt;/param&amp;gt;
                   &amp;lt;param name="beforeLabel"&amp;gt;XYZ:&amp;lt;/param&amp;gt;
                &amp;lt;/module&amp;gt;
           &amp;lt;/module&amp;gt;
       &amp;lt;/module&amp;gt;

I'd like the user to be able to either 1) click the SingleValue rectangle and view the search results or, if that is not possible, 2) click a nearby link to produce the detailed results. 

Ideally, clicking the link would not kick off a new search, but would simply use the results of the last HiddenSavedSearch.

Is this possible?
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jan 2011 04:39:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-link-in-dashboard/m-p/35548#M1571</guid>
      <dc:creator>Branden</dc:creator>
      <dc:date>2011-01-29T04:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown link in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-link-in-dashboard/m-p/35549#M1572</link>
      <description>&lt;P&gt;Hi Branden&lt;/P&gt;

&lt;P&gt;This is kind of possible.&lt;/P&gt;

&lt;P&gt;You have to choose between making the text in the single value to a link and triggering a new search and having a link below the single value without triggering a new search.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;view template="dashboard.html"&amp;gt;
    &amp;lt;label&amp;gt;Test&amp;lt;/label&amp;gt;   
    &amp;lt;module name="AccountBar" layoutPanel="appHeader"/&amp;gt;   
    &amp;lt;module name="AppBar" layoutPanel="navigationHeader"/&amp;gt;   
    &amp;lt;module name="Message" layoutPanel="messaging"&amp;gt;
        &amp;lt;param name="filter"&amp;gt;*&amp;lt;/param&amp;gt;
        &amp;lt;param name="clearOnJobDispatch"&amp;gt;False&amp;lt;/param&amp;gt;
        &amp;lt;param name="maxSize"&amp;gt;1&amp;lt;/param&amp;gt;
    &amp;lt;/module&amp;gt;

    &amp;lt;module name="HiddenSearch" layoutPanel="panel_row3_col1_grp1" autoRun="True"&amp;gt;
        &amp;lt;param name="search"&amp;gt;index=*&amp;lt;/param&amp;gt;
        &amp;lt;param name="useHistory"&amp;gt;Auto&amp;lt;/param&amp;gt;
        &amp;lt;module name="HiddenPostProcess"&amp;gt;
            &amp;lt;param name="search"&amp;gt;search  | stats count | eval yesno=if(count==0, "No", "Yes") | rangemap field=count severe=0-0 default=low &amp;lt;/param&amp;gt;
            &amp;lt;module name="SingleValue"&amp;gt;
                &amp;lt;param name="field"&amp;gt;yesno&amp;lt;/param&amp;gt;
                &amp;lt;param name="classField"&amp;gt;range&amp;lt;/param&amp;gt;
                &amp;lt;param name="beforeLabel"&amp;gt;XYZ:&amp;lt;/param&amp;gt;
                &amp;lt;param name="linkFields"&amp;gt;result,beforeLabel,afterLabel&amp;lt;/param&amp;gt;
                &amp;lt;param name="linkView"&amp;gt;flashtimeline&amp;lt;/param&amp;gt;
                &amp;lt;param name="linkSearch"&amp;gt;search what you want&amp;lt;/param&amp;gt;      
            &amp;lt;/module&amp;gt;
            &amp;lt;module name="ViewRedirectorLink"&amp;gt;
                &amp;lt;param name="viewTarget"&amp;gt;flashtimeline&amp;lt;/param&amp;gt;
                &amp;lt;param name="label"&amp;gt;View results&amp;lt;/param&amp;gt;
            &amp;lt;/module&amp;gt;
        &amp;lt;/module&amp;gt;
    &amp;lt;/module&amp;gt;
&amp;lt;/view&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 30 Jan 2011 00:14:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-link-in-dashboard/m-p/35549#M1572</guid>
      <dc:creator>chris</dc:creator>
      <dc:date>2011-01-30T00:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown link in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-link-in-dashboard/m-p/35550#M1573</link>
      <description>&lt;P&gt;I ended up using the latter (link below without triggering a new search). Works like a charm, thanks so much!&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2011 22:47:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drilldown-link-in-dashboard/m-p/35550#M1573</guid>
      <dc:creator>Branden</dc:creator>
      <dc:date>2011-01-31T22:47:30Z</dc:date>
    </item>
  </channel>
</rss>

