<?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: How to create a dropdown menu in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dropdown-menu/m-p/336705#M99898</link>
    <description>&lt;P&gt;Good to know! Thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2017 14:53:09 GMT</pubDate>
    <dc:creator>sarahw3</dc:creator>
    <dc:date>2017-07-28T14:53:09Z</dc:date>
    <item>
      <title>How to create a dropdown menu</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dropdown-menu/m-p/336700#M99893</link>
      <description>&lt;P&gt;I am trying to create a dropdown menu where a user can select a city. I have the following code as the search string but it is not working.&lt;BR /&gt;
sourcetype="support_csv" location | fields location | dedup location&lt;/P&gt;

&lt;P&gt;I have very little experience with Splunk and need a basic how to for dropdown menus haha!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:08:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dropdown-menu/m-p/336700#M99893</guid>
      <dc:creator>sarahw3</dc:creator>
      <dc:date>2017-07-28T14:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dropdown menu</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dropdown-menu/m-p/336701#M99894</link>
      <description>&lt;P&gt;what about this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="support_csv" |stats count by location|fields - count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and then in your Field for Label and Field for Value, use location &lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:16:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dropdown-menu/m-p/336701#M99894</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-07-28T14:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dropdown menu</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dropdown-menu/m-p/336702#M99895</link>
      <description>&lt;P&gt;Try the following for Dynamic Options of the dropdown:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="support_csv" location=*
| dedup location
| table location
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:26:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dropdown-menu/m-p/336702#M99895</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-28T14:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dropdown menu</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dropdown-menu/m-p/336703#M99896</link>
      <description>&lt;P&gt;That worked perfectly! Thank you so much!!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:35:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dropdown-menu/m-p/336703#M99896</guid>
      <dc:creator>sarahw3</dc:creator>
      <dc:date>2017-07-28T14:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dropdown menu</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dropdown-menu/m-p/336704#M99897</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; sourcetype="support_csv" |stats count by location|sort 0 - count | fields - count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This puts the most popular locations at the top.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:38:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dropdown-menu/m-p/336704#M99897</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-07-28T14:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dropdown menu</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dropdown-menu/m-p/336705#M99898</link>
      <description>&lt;P&gt;Good to know! Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:53:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-dropdown-menu/m-p/336705#M99898</guid>
      <dc:creator>sarahw3</dc:creator>
      <dc:date>2017-07-28T14:53:09Z</dc:date>
    </item>
  </channel>
</rss>

