<?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 How to create a drilldown for a single value panel? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/202251#M2717</link>
    <description>&lt;P&gt;Hi folks,&lt;/P&gt;

&lt;P&gt;I'm trying to create a drilldown for a single value panel, but it doesn't seem to be in the options. I just want my user to be able to click on the value, and it will take him/her to another dashboard, as I have with other types of panels, like the pie chart. There would be no token or anything to pass. It would just bring the user to another existing dashboard (drilldown link), that is related to the value. I don't see anything in the options, and searches here didn't have results.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2016 21:57:07 GMT</pubDate>
    <dc:creator>jravida</dc:creator>
    <dc:date>2016-02-11T21:57:07Z</dc:date>
    <item>
      <title>How to create a drilldown for a single value panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/202251#M2717</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;

&lt;P&gt;I'm trying to create a drilldown for a single value panel, but it doesn't seem to be in the options. I just want my user to be able to click on the value, and it will take him/her to another dashboard, as I have with other types of panels, like the pie chart. There would be no token or anything to pass. It would just bring the user to another existing dashboard (drilldown link), that is related to the value. I don't see anything in the options, and searches here didn't have results.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 21:57:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/202251#M2717</guid>
      <dc:creator>jravida</dc:creator>
      <dc:date>2016-02-11T21:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a drilldown for a single value panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/202252#M2718</link>
      <description>&lt;P&gt;You're correct, the drilldown is not available with Single value panel. And since you just want to redirect to different dashboard, this is gonna just work fine for you. You can set the dashboard to be displayed for underlabel and afterlabel. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;single&amp;gt;
        &amp;lt;title&amp;gt;Single Value Drilldown&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal | stats count&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$timerange.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$timerange.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;option name="afterLabel"&amp;gt;Click Here&amp;lt;/option&amp;gt;
        &amp;lt;option name="underLabel"&amp;gt;OR Click Here&amp;lt;/option&amp;gt;
        &amp;lt;option name="linkFields"&amp;gt;underlabel, afterlabel&amp;lt;/option&amp;gt;
        &amp;lt;option name="linkView"&amp;gt;YourSecondDashboard&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Feb 2016 22:47:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/202252#M2718</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-11T22:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a drilldown for a single value panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/202253#M2719</link>
      <description>&lt;P&gt;Perfect, you are a Splunk god and my boss is gonna be happy!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 23:00:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/202253#M2719</guid>
      <dc:creator>jravida</dc:creator>
      <dc:date>2016-02-11T23:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a drilldown for a single value panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/202254#M2720</link>
      <description>&lt;P&gt;@somesoni2&lt;/P&gt;

&lt;P&gt;How can you make this drilldown to go to a new window?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 18:29:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/202254#M2720</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2017-09-12T18:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a drilldown for a single value panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/202255#M2721</link>
      <description>&lt;P&gt;I don't believe there was any option with this construct (linkView, Splunk 6.3 or before). However, If you're using Splunk 6.4+, you get &lt;CODE&gt;&amp;lt;drilldown&amp;gt;&lt;/CODE&gt; element as child of &lt;CODE&gt;single&lt;/CODE&gt; value visualization which allows &lt;CODE&gt;target&lt;/CODE&gt; attribute to open drilldown in new/same window. &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.0/Viz/PanelreferenceforSimplifiedXML#drilldown"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.0/Viz/PanelreferenceforSimplifiedXML#drilldown&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 18:56:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/202255#M2721</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-09-12T18:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a drilldown for a single value panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/202256#M2722</link>
      <description>&lt;P&gt;@somesoni2 &lt;/P&gt;

&lt;P&gt;Quick question regarding the same topic,&lt;/P&gt;

&lt;P&gt;Can I pass label name of the single value panel to another dashboard in the form text ?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 12:56:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/202256#M2722</guid>
      <dc:creator>manish_singh_77</dc:creator>
      <dc:date>2020-03-23T12:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a drilldown for a single value panel?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/674635#M11324</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/121510"&gt;@manish_singh_77&lt;/a&gt; - did you ever figure this out? I'm having the same problem.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 10:50:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-create-a-drilldown-for-a-single-value-panel/m-p/674635#M11324</guid>
      <dc:creator>dberber1</dc:creator>
      <dc:date>2024-01-18T10:50:26Z</dc:date>
    </item>
  </channel>
</rss>

