<?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 Drill Down on Stacked Bar chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drill-Down-on-Stacked-Bar-chart/m-p/299758#M40111</link>
    <description>&lt;P&gt;The chart shows number of incidents by vendor during a time period. I would like to be able to drill down on each bar for specific information about that vendor. I have 41 vendors that I monitor which may or may not show up in the chart depending on their performance for that time period. It seems as though the standard drill down function will take you to one location (i.e. search, report, chart, etc.) Is it possible to design it for drill down to each vendor listed via xml coding?  I'm guessing(hopefully wrong!) that if it can be done I would need to have reports done for incidents (or the other 19KPIs) for each vendor (800 reports?)  &lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4125iCCA1CE41C5D027AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2018 19:13:08 GMT</pubDate>
    <dc:creator>cjbanas</dc:creator>
    <dc:date>2018-01-09T19:13:08Z</dc:date>
    <item>
      <title>Drill Down on Stacked Bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drill-Down-on-Stacked-Bar-chart/m-p/299758#M40111</link>
      <description>&lt;P&gt;The chart shows number of incidents by vendor during a time period. I would like to be able to drill down on each bar for specific information about that vendor. I have 41 vendors that I monitor which may or may not show up in the chart depending on their performance for that time period. It seems as though the standard drill down function will take you to one location (i.e. search, report, chart, etc.) Is it possible to design it for drill down to each vendor listed via xml coding?  I'm guessing(hopefully wrong!) that if it can be done I would need to have reports done for incidents (or the other 19KPIs) for each vendor (800 reports?)  &lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4125iCCA1CE41C5D027AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 19:13:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drill-Down-on-Stacked-Bar-chart/m-p/299758#M40111</guid>
      <dc:creator>cjbanas</dc:creator>
      <dc:date>2018-01-09T19:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Drill Down on Stacked Bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drill-Down-on-Stacked-Bar-chart/m-p/299759#M40112</link>
      <description>&lt;P&gt;You can use tokens to pass the value of the &lt;CODE&gt;vendor&lt;/CODE&gt; field, for example, into the location for the drilldown. So let's say you want a click on a particular bar to take you to a search for all instances of that vendor's name in index=_internal (a strange example, but one that will at least run anywhere). Then your drilldown code would look like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt; 
  &amp;lt;link target="_blank"&amp;gt;search?q=index=internal $click.value$&amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here's some good documentation about using tokens in dashboards:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Viz/tokens"&gt;http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Viz/tokens&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;And this guide provides an overview for using tokens to make drilldowns dynamic:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Viz/DrilldownIntro"&gt;http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Viz/DrilldownIntro&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 19:46:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drill-Down-on-Stacked-Bar-chart/m-p/299759#M40112</guid>
      <dc:creator>elliotproebstel</dc:creator>
      <dc:date>2018-01-09T19:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Drill Down on Stacked Bar chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Drill-Down-on-Stacked-Bar-chart/m-p/299760#M40113</link>
      <description>&lt;P&gt;Links are broken. Please use these: &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/tokens"&gt;tokens&lt;/A&gt;, &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/DrilldownIntro"&gt;DrilldownIntro&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 14:36:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Drill-Down-on-Stacked-Bar-chart/m-p/299760#M40113</guid>
      <dc:creator>helderman</dc:creator>
      <dc:date>2020-02-20T14:36:25Z</dc:date>
    </item>
  </channel>
</rss>

