<?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 on dropdown ? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306726#M6953</link>
    <description>&lt;P&gt;@jiaqya, My answer on the link above has four options including the Navigation XML editing, that has worked for you. You can definitely up vote the answer if it helped.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2018 05:27:53 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2018-02-27T05:27:53Z</dc:date>
    <item>
      <title>drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306704#M6931</link>
      <description>&lt;P&gt;is it possible to drilldown to a new panel/page on selecting an option from drop down ?&lt;/P&gt;

&lt;P&gt;if not possible, any alternate suggestions how to achieve this ?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 13:22:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306704#M6931</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-02-23T13:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306705#M6932</link>
      <description>&lt;P&gt;Yes it is possible ....what are you expecting drilldown to new panel or page?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 13:37:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306705#M6932</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-23T13:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306706#M6933</link>
      <description>&lt;P&gt;thanks, looking to drilldown to a new page, how to do it ?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 13:39:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306706#M6933</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-02-23T13:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306707#M6934</link>
      <description>&lt;P&gt;so are you expect if any value is selected in dropdown then it should navigate to new dashboard? is there any specific reason?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 13:42:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306707#M6934</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-23T13:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306708#M6935</link>
      <description>&lt;P&gt;yes, if i select an option from drop down it has to go to a new page.&lt;/P&gt;

&lt;P&gt;the reason for us to do this is that the current page has too many panels and users have to scroll many times to get to any panels that are below or between.&lt;/P&gt;

&lt;P&gt;so idea is to send some of them to a new page.&lt;BR /&gt;
but we dont want to publish 2 pages, we want to have only 1 main page and then users can choose from drilldown and get redirected to a new page...&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 13:44:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306708#M6935</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-02-23T13:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306709#M6936</link>
      <description>&lt;P&gt;Is this what you are looking for?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;drilldown target="My New Window"&amp;gt;
       &amp;lt;link&amp;gt;
          /app/dashboard_examples/form_table2?form.sourcetype=$row.sourcetype$
        &amp;lt;/link&amp;gt;
  &amp;lt;/drilldown&amp;gt;   
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.2/Viz/Dynamicdrilldownindashboardsandforms"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.2/Viz/Dynamicdrilldownindashboardsandforms&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Within the tag, optionally specify a target= attribute if you wish to direct the drilldown destination. (defaults to: target="_self" - and the link will open in the current window)&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 13:48:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306709#M6936</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-02-23T13:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306710#M6937</link>
      <description>&lt;P&gt;so is there any submit button is also present? like on submit click move to new dashboard?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 13:48:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306710#M6937</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-23T13:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306711#M6938</link>
      <description>&lt;P&gt;i am already using this code with visualization items or columns which are already present.&lt;/P&gt;

&lt;P&gt;does this work with selecting an option on the dropdown ? i tried to use it an it didnt work.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 13:51:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306711#M6938</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-02-23T13:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306712#M6939</link>
      <description>&lt;P&gt;No submit button, require it to redirect , when i select an option from drop down...directly &lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 13:52:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306712#M6939</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-02-23T13:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306713#M6940</link>
      <description>&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/129148/simple-xml-drilldown-to-new-window.html"&gt;https://answers.splunk.com/answers/129148/simple-xml-drilldown-to-new-window.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;this works if I already have a visual item.. I can then set the redirect on that item to a new page.&lt;BR /&gt;
I have it working on many of my dashboards.&lt;/P&gt;

&lt;P&gt;my issue is that when I select an option from drop down , suppose drop down has 2 options 1 and 2. and if I select 1 from the drop down it should redirect to a new page.. is that possible ? I hope my question is understood..&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 13:56:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306713#M6940</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-02-23T13:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306714#M6941</link>
      <description>&lt;P&gt;yes it works with the drop-down as well.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 13:57:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306714#M6941</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-02-23T13:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306715#M6942</link>
      <description>&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/129148/simple-xml-drilldown-to-new-window.html"&gt;https://answers.splunk.com/answers/129148/simple-xml-drilldown-to-new-window.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;this works if I already have a visual item.. I can then set the redirect on that item to a new page.&lt;BR /&gt;
I have it working on many of my dashboards.&lt;/P&gt;

&lt;P&gt;my issue is that when I select an option from drop down , suppose drop down has 2 options 1 and 2. and if I select 1 from the drop down it should redirect to a new page.. is that possible ? I hope my question is understood..&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 13:57:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306715#M6942</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-02-23T13:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306716#M6943</link>
      <description>&lt;P&gt;ok good to know that, i tried it before but it didnt work , below is the test  code..&lt;/P&gt;

&lt;P&gt;clientdb&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="dropdown" token="product_name"&amp;gt;
  &amp;lt;label&amp;gt;field1&amp;lt;/label&amp;gt;
  &amp;lt;choice value="1"&amp;gt;test&amp;lt;/choice&amp;gt;
  &amp;lt;choice value="2"&amp;gt;test2&amp;lt;/choice&amp;gt;
  &amp;lt;fieldForLabel&amp;gt;bang&amp;lt;/fieldForLabel&amp;gt;
  &amp;lt;fieldForValue&amp;gt;bang&amp;lt;/fieldForValue&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;/search&amp;gt;
  &amp;lt;drilldown target="My New Window"&amp;gt;
    &amp;lt;link&amp;gt;/app/dashboard_examples/form_table2?form.sourcetype=$row.sourcetype$&amp;lt;/link&amp;gt;
  &amp;lt;/drilldown&amp;gt;
&amp;lt;/input&amp;gt;


&amp;lt;panel&amp;gt;
  &amp;lt;table&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;index=test&amp;lt;/query&amp;gt;
      &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
      &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
    &amp;lt;/search&amp;gt;
  &amp;lt;/table&amp;gt;
&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Feb 2018 14:04:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306716#M6943</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-02-23T14:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306717#M6944</link>
      <description>&lt;P&gt;create a new dashboard and see if this xml can help you!&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
   &amp;lt;label&amp;gt;business metrics&amp;lt;/label&amp;gt;
   &amp;lt;fieldset submitButton="false" autoRun="true"&amp;gt;
     &amp;lt;input type="dropdown" token="app_family" searchWhenChanged="true"&amp;gt;
       &amp;lt;label&amp;gt;Select Application Family&amp;lt;/label&amp;gt;
       &amp;lt;search&amp;gt;
         &amp;lt;query&amp;gt;| gentimes start=-1 | eval temp="app_fam1,app_name1  app_fam1,app_name2  app_fam2,app_name3  app_fam2,app_name4" | table temp | makemv temp | mvexpand temp | rex field=temp "(?&amp;amp;lt;App_Family&amp;amp;gt;.*),(?&amp;amp;lt;Application&amp;amp;gt;.*)" | table App_Family | dedup App_Family&amp;lt;/query&amp;gt;
         &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
       &amp;lt;/search&amp;gt;
       &amp;lt;fieldForLabel&amp;gt;App_Family&amp;lt;/fieldForLabel&amp;gt;
       &amp;lt;fieldForValue&amp;gt;App_Family&amp;lt;/fieldForValue&amp;gt;
       &amp;lt;populatingSearch fieldForLabel="App_Family" fieldForValue="App_Family"&amp;gt;| gentimes start=-1 | eval temp="app_fam1,app_name1  app_fam1,app_name2  app_fam2,app_name3  app_fam2,app_name4" | table temp | makemv temp | mvexpand temp | rex field=temp "(?&amp;amp;lt;App_Family&amp;amp;gt;.*),(?&amp;amp;lt;Application&amp;amp;gt;.*)" | table App_Family | dedup App_Family&amp;lt;/populatingSearch&amp;gt;
     &amp;lt;/input&amp;gt;
     &amp;lt;input type="dropdown" token="app" searchWhenChanged="true"&amp;gt;
       &amp;lt;label&amp;gt;Select Application&amp;lt;/label&amp;gt;
       &amp;lt;search&amp;gt;
         &amp;lt;query&amp;gt;| gentimes start=-1 | eval temp="app_fam1,app_name1  app_fam1,app_name2  app_fam2,app_name3  app_fam2,app_name4" | table temp | makemv temp | mvexpand temp | rex field=temp "(?&amp;amp;lt;App_Family&amp;amp;gt;.*),(?&amp;amp;lt;Application&amp;amp;gt;.*)" | where App_Family="$app_family$" | table Application&amp;lt;/query&amp;gt;
         &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
       &amp;lt;/search&amp;gt;
       &amp;lt;fieldForLabel&amp;gt;Application&amp;lt;/fieldForLabel&amp;gt;
       &amp;lt;fieldForValue&amp;gt;Application&amp;lt;/fieldForValue&amp;gt;
       &amp;lt;populatingSearch fieldForLabel="Application" fieldForValue="Application"&amp;gt;| gentimes start=-1 | eval temp="app_fam1,app_name1  app_fam1,app_name2  app_fam2,app_name3  app_fam2,app_name4" | table temp | makemv temp | mvexpand temp | rex field=temp "(?&amp;amp;lt;App_Family&amp;amp;gt;.*),(?&amp;amp;lt;Application&amp;amp;gt;.*)" | where App_Family="$app_family$" | table Application&amp;lt;/populatingSearch&amp;gt;
     &amp;lt;/input&amp;gt;
   &amp;lt;/fieldset&amp;gt;
    &amp;lt;row&amp;gt;
     &amp;lt;panel&amp;gt;
       &amp;lt;table depends="$app$"&amp;gt;
         &amp;lt;title&amp;gt;Launcher&amp;lt;/title&amp;gt;
         &amp;lt;searchString&amp;gt;| gentimes start=-1 | eval Launcher="Click Here to Launch the Dashboard" | table Launcher&amp;lt;/searchString&amp;gt;
         &amp;lt;earliestTime&amp;gt;0&amp;lt;/earliestTime&amp;gt;
         &amp;lt;latestTime/&amp;gt;       
         &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
         &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
         &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
         &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
         &amp;lt;drilldown&amp;gt;
           &amp;lt;link&amp;gt;
              &amp;lt;![CDATA[
 /app/YourAppNameHere/business_metrics_$app$?form.app_family=$app_family$&amp;amp;form.app=$app$
   ]]&amp;gt;
           &amp;lt;/link&amp;gt;
         &amp;lt;/drilldown&amp;gt;
         &amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;
       &amp;lt;/table&amp;gt;
     &amp;lt;/panel&amp;gt;
   &amp;lt;/row&amp;gt;
 &amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Feb 2018 14:39:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306717#M6944</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-02-23T14:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306718#M6945</link>
      <description>&lt;P&gt;The most "Splunk way" to do this would be to add navigation elements into the menu at the top of the page. This bar is what I'm talking about modifying:&lt;/P&gt;

&lt;P&gt;&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/4433i983934326CD63DB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;You can modify what's displayed there by editing the Navigation Menu XML at &lt;BR /&gt;
&lt;CODE&gt;Settings &amp;gt; User Interface &amp;gt; Navigation Menus &amp;gt; default (for appropriate app)&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If  your Navigation menu currently looks like the one I posted, then the XML will look like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav search_view="search" color="#65A637"&amp;gt;
  &amp;lt;view name="search" default='true' /&amp;gt;
  &amp;lt;view name="data_models" /&amp;gt;
  &amp;lt;view name="reports" /&amp;gt;
  &amp;lt;view name="alerts" /&amp;gt;
  &amp;lt;view name="dashboards" /&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you have two dashboards named &lt;CODE&gt;primary_dashboard&lt;/CODE&gt; and &lt;CODE&gt;secondary_dashboard&lt;/CODE&gt;, you could either add them individually to the navigation menu bar by editing the XML to look like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav search_view="search" color="#65A637"&amp;gt;
  &amp;lt;view name="search" default='true' /&amp;gt;
  &amp;lt;view name="data_models" /&amp;gt;
  &amp;lt;view name="reports" /&amp;gt;
  &amp;lt;view name="alerts" /&amp;gt;
  &amp;lt;view name="dashboards" /&amp;gt;
  &amp;lt;view name="primary_dashboard" /&amp;gt;
  &amp;lt;view name="secondary_dashboard" /&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Alternately, if you wanted them to be grouped together and have a little drop-down menu from which the user can select either dashboard, you use the &lt;CODE&gt;&amp;lt;collection&amp;gt;&lt;/CODE&gt; element. So maybe you'd want them both grouped under the heading &lt;CODE&gt;Most Useful Dashboards&lt;/CODE&gt;, then your code would look like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav search_view="search" color="#65A637"&amp;gt;
  &amp;lt;view name="search" default='true' /&amp;gt;
  &amp;lt;view name="data_models" /&amp;gt;
  &amp;lt;view name="reports" /&amp;gt;
  &amp;lt;view name="alerts" /&amp;gt;
  &amp;lt;view name="dashboards" /&amp;gt;
  &amp;lt;collection label="Most Useful Dashboards"&amp;gt;
    &amp;lt;view name="primary_dashboard" /&amp;gt;
    &amp;lt;view name="secondary_dashboard" /&amp;gt;
  &amp;lt;/collection&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Feb 2018 17:19:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306718#M6945</guid>
      <dc:creator>elliotproebstel</dc:creator>
      <dc:date>2018-02-23T17:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306719#M6946</link>
      <description>&lt;P&gt;Elliot, Thanks , this may be probably what i am looking for, ill try this and get back if it worked for me.&lt;/P&gt;

&lt;P&gt;john.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2018 14:08:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306719#M6946</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-02-24T14:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306720#M6947</link>
      <description>&lt;P&gt;Mayur, i would give a try with your suggestion as well and get back..&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2018 14:08:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306720#M6947</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-02-24T14:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306721#M6948</link>
      <description>&lt;P&gt;Elliot, i did what you suggested above, but i dont see a new option called " Most Usedful Dashboards". i havent tried restarting the service, just checking if this requires a service restart ?&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2018 06:11:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306721#M6948</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-02-25T06:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306722#M6949</link>
      <description>&lt;P&gt;@jiaqya, you can try the Run anywhere example posted on the answer below for various Navigation options in Splunk. You can use &lt;CODE&gt;Prebuilt HTML Panel with CSS to Generate multi-level Cascaded Navigation menu&lt;/CODE&gt; as explained in the answer.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/595047/can-we-implement-cascading-dropdowns-in-a-dashboar.html"&gt;https://answers.splunk.com/answers/595047/can-we-implement-cascading-dropdowns-in-a-dashboar.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also requesting you to post comment below the answer/comment already present instead or posting a new answer to your own question.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2018 06:31:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306722#M6949</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-02-25T06:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown on dropdown ?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306723#M6950</link>
      <description>&lt;P&gt;No, there should be no need to restart the service. It will only appear in the app for which you modified the default.xml file. When you go to &lt;CODE&gt;Settings &amp;gt; User Interface &amp;gt; Navigation Menus&lt;/CODE&gt; and then select a &lt;CODE&gt;default&lt;/CODE&gt; option, the row for that option will also tell you which app it applies to. Have you ensured that you modified the default.xml file for the app you want to use? If you're confident it's for the right app, perhaps you could post the XML code from default.xml and I could help you look for a typo.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 17:21:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/drilldown-on-dropdown/m-p/306723#M6950</guid>
      <dc:creator>elliotproebstel</dc:creator>
      <dc:date>2018-02-26T17:21:12Z</dc:date>
    </item>
  </channel>
</rss>

