<?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: drilldown for field values in a dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-for-field-values-in-a-dashboard/m-p/464566#M30519</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Check the below sample, here I checked condition for  &lt;CODE&gt;sourcetype =splunkd&lt;/CODE&gt; and redirect to &lt;CODE&gt;splunkd&lt;/CODE&gt; dashboard similarly you can check for others&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Drilldown&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal |stats count by sourcetype&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;condition match="isnotnull('row.sourcetype') AND 'row.sourcetype' == &amp;amp;quot;splunkd&amp;amp;quot;"&amp;gt;
            &amp;lt;link target="_blank"&amp;gt;/app/search/splunkd&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
          &amp;lt;condition &amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/drilldown&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;Create dashboard names with drilldown value. for example here &lt;CODE&gt;splunkd&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Drilldown&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal |stats count by sourcetype&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;condition match="isnotnull('row.sourcetype')"&amp;gt;
            &amp;lt;link target="_blank"&amp;gt;/app/search/$row.sourcetype$&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
          &amp;lt;condition &amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/drilldown&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 31 Mar 2020 13:04:50 GMT</pubDate>
    <dc:creator>vnravikumar</dc:creator>
    <dc:date>2020-03-31T13:04:50Z</dc:date>
    <item>
      <title>drilldown for field values in a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-for-field-values-in-a-dashboard/m-p/464565#M30518</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;

&lt;P&gt;I want to create a dashboard drill down based on filed values.&lt;/P&gt;

&lt;P&gt;example: I have a dashboard with a field name "Product" which contains various list of product such as product A, product B etc..&lt;BR /&gt;
 Now I want to create a drill down dashboard, based on filed values, If i click in Product A it has to take to a dashboard for product A and similarly to product B and respective Dashboards.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 05:13:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-for-field-values-in-a-dashboard/m-p/464565#M30518</guid>
      <dc:creator>Gowthamdevaraj</dc:creator>
      <dc:date>2020-03-31T05:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown for field values in a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-for-field-values-in-a-dashboard/m-p/464566#M30519</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Check the below sample, here I checked condition for  &lt;CODE&gt;sourcetype =splunkd&lt;/CODE&gt; and redirect to &lt;CODE&gt;splunkd&lt;/CODE&gt; dashboard similarly you can check for others&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Drilldown&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal |stats count by sourcetype&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;condition match="isnotnull('row.sourcetype') AND 'row.sourcetype' == &amp;amp;quot;splunkd&amp;amp;quot;"&amp;gt;
            &amp;lt;link target="_blank"&amp;gt;/app/search/splunkd&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
          &amp;lt;condition &amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/drilldown&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;Create dashboard names with drilldown value. for example here &lt;CODE&gt;splunkd&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Drilldown&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal |stats count by sourcetype&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;condition match="isnotnull('row.sourcetype')"&amp;gt;
            &amp;lt;link target="_blank"&amp;gt;/app/search/$row.sourcetype$&amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
          &amp;lt;condition &amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/drilldown&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 Mar 2020 13:04:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-for-field-values-in-a-dashboard/m-p/464566#M30519</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2020-03-31T13:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown for field values in a dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-for-field-values-in-a-dashboard/m-p/464567#M30520</link>
      <description>&lt;P&gt;This is the default behavior so just use the GUI to turn it on.  Click &lt;CODE&gt;Edit&lt;/CODE&gt; and then the &lt;CODE&gt;hamburger&lt;/CODE&gt; menu which is the 4th/last panel edit icon.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 13:33:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-for-field-values-in-a-dashboard/m-p/464567#M30520</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-03-31T13:33:16Z</dc:date>
    </item>
  </channel>
</rss>

