<?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: dropdown option with asterix in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398377#M40917</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/5848i65DFA48002720DA8/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, 03 Oct 2018 04:21:12 GMT</pubDate>
    <dc:creator>jiaqya</dc:creator>
    <dc:date>2018-10-03T04:21:12Z</dc:date>
    <item>
      <title>dropdown option with asterix</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398376#M40916</link>
      <description>&lt;P&gt;i have  a drop down enabled on a panel, however since its a dropdown i can choose only one of the entries at a time.&lt;BR /&gt;
the multi-select does not look that good such that when i do multi-select , the panel size changes when i select a  lot of options from the multi select dropdown.&lt;/P&gt;

&lt;P&gt;so in question now , is that, can i do a * choice along with some common names on the drop down.&lt;/P&gt;

&lt;P&gt;for ex: i have 6 drop down options  abang, bbang, cbang, atest,btest,ctest&lt;/P&gt;

&lt;P&gt;now when i type in "bang" , i get to see abang,bbang,cbang in the drop down option to choose from.&lt;BR /&gt;
here i can choose only one of these, but is there a option i can type in *bang and see data for that in a panel ?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 04:09:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398376#M40916</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-10-03T04:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown option with asterix</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398377#M40917</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/5848i65DFA48002720DA8/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, 03 Oct 2018 04:21:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398377#M40917</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-10-03T04:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown option with asterix</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398378#M40918</link>
      <description>&lt;P&gt;Screenshot of the issue, i am unable to make the asterix choice..  how do i make the drop down accept bang* as an option&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 04:21:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398378#M40918</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-10-03T04:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown option with asterix</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398379#M40919</link>
      <description>&lt;P&gt;dropdown test&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="dropdown" token="host"&amp;gt;
  &amp;lt;label&amp;gt;host&amp;lt;/label&amp;gt;
  &amp;lt;choice value="*CVM*"&amp;gt;*CVM*&amp;lt;/choice&amp;gt;
  &amp;lt;choice value="*VMUI*"&amp;gt;*VMUI*&amp;lt;/choice&amp;gt;
  &amp;lt;fieldForLabel&amp;gt;host&amp;lt;/fieldForLabel&amp;gt;
  &amp;lt;fieldForValue&amp;gt;host&amp;lt;/fieldForValue&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=* source="*![alt text][1]" host=$host$| fields host| dedup host | table host&amp;lt;/query&amp;gt;
      &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
      &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
    &amp;lt;/search&amp;gt;
    &amp;lt;option name="count"&amp;gt;100&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;none&amp;lt;/option&amp;gt;
    &amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;
    &amp;lt;option name="rowNumbers"&amp;gt;true&amp;lt;/option&amp;gt;
    &amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;
    &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
  &amp;lt;/table&amp;gt;
&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Oct 2018 20:22:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398379#M40919</guid>
      <dc:creator>vinaykata</dc:creator>
      <dc:date>2018-10-05T20:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown option with asterix</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398380#M40920</link>
      <description>&lt;P&gt;Thanks for reply. This does not help my case, can you check the screenshot i attached, the dropdown list is dynamic and i would like to enforce a asterix so that 3 entries are considered.&lt;/P&gt;

&lt;P&gt;Basically i need to consider all that contains BANG in the dropdown input..&lt;BR /&gt;
but i can only choose 1 in that list...&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 05:47:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398380#M40920</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-10-08T05:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown option with asterix</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398381#M40921</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/5849iA8C730BAC75EAF3D/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>Mon, 08 Oct 2018 05:47:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398381#M40921</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-10-08T05:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown option with asterix</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398382#M40922</link>
      <description>&lt;P&gt;It worked for me with asterisk on both the sides, I have no idea why my screen hasn't shown up here. Anyway if you still need help try to post xml code here, Some one might take a look at it.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 05:39:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398382#M40922</guid>
      <dc:creator>vinaykata</dc:creator>
      <dc:date>2018-10-10T05:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: dropdown option with asterix</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398383#M40923</link>
      <description>&lt;P&gt;Vinay, what you mentioned above are static entires, that works.&lt;/P&gt;

&lt;P&gt;but my list in the input is coming from dynamic entires..  so how to make it choose dynamically with asterix..&lt;/P&gt;

&lt;P&gt;below is my xml input code..&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;input type="dropdown" token="Site" searchWhenChanged="true" &amp;gt;
    &amp;lt;label&amp;gt;Select Site&amp;lt;/label&amp;gt;
    &amp;lt;fieldForLabel&amp;gt;Site&amp;lt;/fieldForLabel&amp;gt;
    &amp;lt;fieldForValue&amp;gt;Site&amp;lt;/fieldForValue&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;index=testindex=-3d@d latest=now |dedup Site|table Site |sort by Site&amp;lt;/query&amp;gt;
      &amp;lt;earliest&amp;gt;-7d@h&amp;lt;/earliest&amp;gt;
      &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
    &amp;lt;/search&amp;gt;
    &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&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>Wed, 10 Oct 2018 06:49:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dropdown-option-with-asterix/m-p/398383#M40923</guid>
      <dc:creator>jiaqya</dc:creator>
      <dc:date>2018-10-10T06:49:36Z</dc:date>
    </item>
  </channel>
</rss>

