<?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: Create drop-down list  using response of search in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389527#M25541</link>
    <description>&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/7332i1BD150BC11B44090/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>Wed, 17 Jul 2019 13:30:56 GMT</pubDate>
    <dc:creator>mb_30</dc:creator>
    <dc:date>2019-07-17T13:30:56Z</dc:date>
    <item>
      <title>Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389512#M25526</link>
      <description>&lt;P&gt;hi, I am trying to populate my drop-down list with a search result of a minute.&lt;BR /&gt;
My main search is : &lt;EM&gt;version&lt;/EM&gt; error* | table date_year,date_month,date_mday,date_minute,date_second ,version,host,error,source | mvexpand error| rename date_year as year| sort day,minute,second |fillnull value="not defined" year,version,error*&lt;BR /&gt;
i am retriving the minutes by using -  &lt;EM&gt;| stats count by date_minute&lt;/EM&gt;&lt;BR /&gt;
the search retuns table data but no data returned in the drop down list&lt;/P&gt;

&lt;P&gt;I try to attache xml but there is some issues in the editor so i converted to json&lt;/P&gt;

&lt;P&gt;{&lt;BR /&gt;
   "form": {&lt;BR /&gt;
      "label": "Dashboard test",&lt;BR /&gt;
      "search": {&lt;BR /&gt;
         "query": "version* error* | table date_year,date_month,date_mday,date_minute,date_second ,version,host,error,source | mvexpand error| rename date_year as year| sort day,minute,second |fillnull value=\"not defined\" year,version,error",&lt;BR /&gt;
         "&lt;EM&gt;id": "base_search"&lt;BR /&gt;
      },&lt;BR /&gt;
      "fieldset": {&lt;BR /&gt;
         "input": {&lt;BR /&gt;
            "search": {&lt;BR /&gt;
               "query": "| stats count by date_minute",&lt;BR /&gt;
               "_base": "base_search"&lt;BR /&gt;
            },&lt;BR /&gt;
            "fieldForLabel": "date_minute",&lt;BR /&gt;
            "fieldForValue": "date_minute",&lt;BR /&gt;
            "_type": "dropdown",&lt;BR /&gt;
            "_token": "date_minute",&lt;BR /&gt;
            "_searchWhenChanged": "true"&lt;BR /&gt;
         },&lt;BR /&gt;
         "_submitButton": "false"&lt;BR /&gt;
      },&lt;BR /&gt;
      "row": {&lt;BR /&gt;
         "panel": {&lt;BR /&gt;
            "table": {&lt;BR /&gt;
               "title": "Minute",&lt;BR /&gt;
               "search": {&lt;BR /&gt;
                  "query": "&lt;EM&gt;version&lt;/EM&gt; error* | table date_year,date_month,date_mday,date_minute,date_second ,version,host,error,source | mvexpand error| rename date_year as year| sort day,minute,second |fillnull value=\"not defined\" year,version,error| stats count by date_minute",&lt;BR /&gt;
                  "earliest": "0",&lt;BR /&gt;
                  "latest": ""&lt;BR /&gt;
               },&lt;BR /&gt;
               "option": [&lt;BR /&gt;
                  {&lt;BR /&gt;
                     "_name": "wrap",&lt;BR /&gt;
                     "&lt;/EM&gt;&lt;EM&gt;text": "true"&lt;BR /&gt;
                  },&lt;BR /&gt;
                  {&lt;BR /&gt;
                     "_name": "rowNumbers",&lt;BR /&gt;
                     "&lt;/EM&gt;&lt;EM&gt;text": "false"&lt;BR /&gt;
                  },&lt;BR /&gt;
                  {&lt;BR /&gt;
                     "_name": "drilldown",&lt;BR /&gt;
                     "&lt;/EM&gt;&lt;EM&gt;text": "cell"&lt;BR /&gt;
                  },&lt;BR /&gt;
                  {&lt;BR /&gt;
                     "_name": "dataOverlayMode",&lt;BR /&gt;
                     "&lt;/EM&gt;&lt;EM&gt;text": "none"&lt;BR /&gt;
                  },&lt;BR /&gt;
                  {&lt;BR /&gt;
                     "_name": "count",&lt;BR /&gt;
                     "&lt;/EM&gt;_text": "10"&lt;BR /&gt;
                  }&lt;BR /&gt;
               ]&lt;BR /&gt;
            }&lt;BR /&gt;
         }&lt;BR /&gt;
      }&lt;BR /&gt;
   }&lt;BR /&gt;
}&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:19:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389512#M25526</guid>
      <dc:creator>mb_30</dc:creator>
      <dc:date>2020-09-30T01:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389513#M25527</link>
      <description>&lt;P&gt;Hi @mb_30 &lt;/P&gt;

&lt;P&gt;Looks like you havent used the search token to be defined against anything. I think even though your token name is date_minute it doesnt understand its that specific data set to pull through. You would need to define this in the dropdown &lt;/P&gt;

&lt;P&gt;If you open the dashboard in edit mode and try adding the below into your source data (hopefully this should be close based on the version of splunk you are using)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;input type="dropdown" token="date_minute" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Dashboard Test&amp;lt;/label&amp;gt;
      &amp;lt;choice value="*"&amp;gt;ALL&amp;lt;/choice&amp;gt;
      &amp;lt;prefix&amp;gt;date_minute="&amp;lt;/prefix&amp;gt;
      &amp;lt;suffix&amp;gt;"&amp;lt;/suffix&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;date_minute&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;date_minute&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;version error* | table date_year,date_month,date_mday,date_minute,date_second ,version,host,error,source | mvexpand error| rename date_year as year| sort day,minute,second |fillnull value=\"not defined\" year,version,error | table date_minute&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;@m&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
      &amp;lt;initialValue&amp;gt;*&amp;lt;/initialValue&amp;gt;
    &amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Jul 2019 13:36:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389513#M25527</guid>
      <dc:creator>Sfry1981</dc:creator>
      <dc:date>2019-07-16T13:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389514#M25528</link>
      <description>&lt;P&gt;it didn't help, please advise &lt;BR /&gt;
attaching a screenshot of the result.&lt;/P&gt;

&lt;P&gt;As you see in the screenshot I have a table that returns minutes I&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/7329i77AA65FAFAB1AF14/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt; need to get these minutes to the dropdown list, then selection of minutes should influence the table in the screenshot.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 13:48:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389514#M25528</guid>
      <dc:creator>mb_30</dc:creator>
      <dc:date>2019-07-16T13:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389515#M25529</link>
      <description>&lt;P&gt;If you use the search string in the token options do any search results come back?&lt;/P&gt;

&lt;P&gt;You could try one of the below if it doesnt and use this as the search string&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;version error* | table date_year,date_month,date_mday,date_minute,date_second ,version,host,error,source | mvexpand error| rename date_year as year| sort day,minute,second |fillnull value=\"not defined\" year,version,error | stats count by date_minute
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;version error* | table date_year,date_month,date_mday,date_minute,date_second ,version,host,error,source | mvexpand error| rename date_year as year| sort day,minute,second |fillnull value=\"not defined\" year,version,error | stats count by minute
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you could post  the source code for that token to have a look as well to see what has changed&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 14:46:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389515#M25529</guid>
      <dc:creator>Sfry1981</dc:creator>
      <dc:date>2019-07-16T14:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389516#M25530</link>
      <description>&lt;P&gt;hi, thanks I added the search to the drop-down list and it worked but the result of the drop-down list does not match to the result of the statistic table.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 08:32:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389516#M25530</guid>
      <dc:creator>mb_30</dc:creator>
      <dc:date>2019-07-17T08:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389517#M25531</link>
      <description>&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/7330i9FCC8E1BC16C276B/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>Wed, 17 Jul 2019 08:34:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389517#M25531</guid>
      <dc:creator>mb_30</dc:creator>
      <dc:date>2019-07-17T08:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389518#M25532</link>
      <description>&lt;P&gt;Hi @mb_30 &lt;/P&gt;

&lt;P&gt;Can you provide a screenshot so i can have a look further?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 08:36:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389518#M25532</guid>
      <dc:creator>Sfry1981</dc:creator>
      <dc:date>2019-07-17T08:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389519#M25533</link>
      <description>&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/7331i8DA77E73193C99D2/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>Wed, 17 Jul 2019 09:05:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389519#M25533</guid>
      <dc:creator>mb_30</dc:creator>
      <dc:date>2019-07-17T09:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389520#M25534</link>
      <description>&lt;P&gt;Just had another thought. It may be to do with the time frame is not set far enough back. &lt;/P&gt;

&lt;P&gt;when you go into edit mode and click on the pencil to edit the dropdown. Underneath the search string is the time field. Make sure this is set far enough back so it can pick up all the minutes that have been available in the past so you can use it to parse into your search. &lt;/P&gt;

&lt;P&gt;Maybe use the default range of 'year to date' so it picks up everything this year &lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 09:43:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389520#M25534</guid>
      <dc:creator>Sfry1981</dc:creator>
      <dc:date>2019-07-17T09:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389521#M25535</link>
      <description>&lt;P&gt;if its not matching then it must be picking up a different search.&lt;/P&gt;

&lt;P&gt;Can you provide the search string for the table it relates to called error table? &lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 09:48:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389521#M25535</guid>
      <dc:creator>Sfry1981</dc:creator>
      <dc:date>2019-07-17T09:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389522#M25536</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;

&lt;P&gt;this search I use in the drop-list:&lt;BR /&gt;
version error* | table date_year,date_month,date_mday,date_minute,date_second ,version,host,error,source | mvexpand error| rename date_year as year , date_month as month ,date_mday as day ,date_hour as hour,date_minute as minute ,date_second as second| sort day,minute,second |fillnull value=\"not_defined\" year,version,error | stats count by minute&lt;/P&gt;

&lt;P&gt;and this one i use in the statistic table:&lt;BR /&gt;
version error* | table date_year,date_month,date_mday,date_hour,date_minute,date_second ,version,host,error,source | rename date_year as year , date_month as month ,date_mday as day ,date_hour as hour,date_minute as minute ,date_second as second| sort year ,day,hour,minute,second |fillnull value="not defined" year,version,error&lt;/P&gt;

&lt;P&gt;the time range is 24 hours for all of my searches &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:19:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389522#M25536</guid>
      <dc:creator>mb_30</dc:creator>
      <dc:date>2020-09-30T01:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389523#M25537</link>
      <description>&lt;P&gt;You need to make sure both searches correlate with each other so its pulling through exactly the same minutes as the other. Try the below in the dropdown search and this should produce the matching minutes that you see in your statistic table as long as the timeframe in the dropdown is the same or greater than the statistics table. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;version error* | table date_year,date_month,date_mday,date_hour,date_minute,date_second ,version,host,error,source | rename date_year as year , date_month as month ,date_mday as day ,date_hour as hour,date_minute as minute ,date_second as second| sort year ,day,hour,minute,second |fillnull value="not defined" year,version,error | stats count by minute
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I would actually recommend you increase your timeframe in your dropdown list just so it pulls through as as much info as possible as then if you create other statistic tables that has a arger date range you could use it for that also. &lt;/P&gt;

&lt;P&gt;Let me know if this works&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 13:02:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389523#M25537</guid>
      <dc:creator>Sfry1981</dc:creator>
      <dc:date>2019-07-17T13:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389524#M25538</link>
      <description>&lt;P&gt;hi, &lt;BR /&gt;
it's working but I need to see in the static table all the data if I use the same search I only see the count of the minute.&lt;/P&gt;

&lt;P&gt;I based my search on this tutorial: &lt;A href="https://www.youtube.com/watch?v=cdWXKBzPZ78"&gt;https://www.youtube.com/watch?v=cdWXKBzPZ78&lt;/A&gt; &lt;BR /&gt;
&lt;STRONG&gt;&lt;EM&gt;my final goal is to use the same options that were presented in this tutorial.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 13:13:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389524#M25538</guid>
      <dc:creator>mb_30</dc:creator>
      <dc:date>2019-07-17T13:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389525#M25539</link>
      <description>&lt;P&gt;I had a quick look at the video and can see ohw he has attached all the dropdowns to the charts so it looks like your practically there&lt;/P&gt;

&lt;P&gt;When you say you only see the count of the minute, do you mean all other data disappears in the statistics table and only shows the count of the minute? &lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 13:20:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389525#M25539</guid>
      <dc:creator>Sfry1981</dc:creator>
      <dc:date>2019-07-17T13:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389526#M25540</link>
      <description>&lt;P&gt;Exactly --&amp;gt;"do you mean all other data disappears in the statistics table and only shows the count of the minute? "&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 13:30:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389526#M25540</guid>
      <dc:creator>mb_30</dc:creator>
      <dc:date>2019-07-17T13:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389527#M25541</link>
      <description>&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/7332i1BD150BC11B44090/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>Wed, 17 Jul 2019 13:30:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389527#M25541</guid>
      <dc:creator>mb_30</dc:creator>
      <dc:date>2019-07-17T13:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389528#M25542</link>
      <description>&lt;P&gt;can you post another screenshot of it as it should help me see what you need to do next&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 13:32:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389528#M25542</guid>
      <dc:creator>Sfry1981</dc:creator>
      <dc:date>2019-07-17T13:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389529#M25543</link>
      <description>&lt;P&gt;hi, I am uploading the additional screenshot by using the post answer window, in the response window not allowing to post screenshots &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 13:57:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389529#M25543</guid>
      <dc:creator>mb_30</dc:creator>
      <dc:date>2019-07-17T13:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389530#M25544</link>
      <description>&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/7334i4DA69BD157505BF3/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>Wed, 17 Jul 2019 13:57:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389530#M25544</guid>
      <dc:creator>mb_30</dc:creator>
      <dc:date>2019-07-17T13:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create drop-down list  using response of search</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389531#M25545</link>
      <description>&lt;P&gt;hi just please note in this video tutorial  &lt;A href="https://www.youtube.com/watch?v=cdWXKBzPZ78"&gt;https://www.youtube.com/watch?v=cdWXKBzPZ78&lt;/A&gt;  used base search that probably does so inheritance I tried to follow the same flow but it was unsuccessfully.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 14:06:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Create-drop-down-list-using-response-of-search/m-p/389531#M25545</guid>
      <dc:creator>mb_30</dc:creator>
      <dc:date>2019-07-17T14:06:18Z</dc:date>
    </item>
  </channel>
</rss>

