<?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: Filter results while Populating Drop down box in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Filter-results-while-Populating-Drop-down-box/m-p/21897#M798</link>
    <description>&lt;P&gt;TYPO&lt;BR /&gt;
Its search host and not search hosts&lt;/P&gt;</description>
    <pubDate>Fri, 02 Nov 2012 17:01:26 GMT</pubDate>
    <dc:creator>karthikbalakris</dc:creator>
    <dc:date>2012-11-02T17:01:26Z</dc:date>
    <item>
      <title>Filter results while Populating Drop down box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Filter-results-while-Populating-Drop-down-box/m-p/21893#M794</link>
      <description>&lt;P&gt;hi all,&lt;BR /&gt;
i have a drop down list box which displays the host names. but i want to filter the hosts that are displayed based on the host names. &lt;BR /&gt;
For Ex: I have hosts named &lt;BR /&gt;
ABC_1&lt;BR /&gt;
ABC_2&lt;BR /&gt;
DEF_1&lt;BR /&gt;
DEF_2&lt;BR /&gt;
Now i want the drop down bow to display only ABC_* Is this possible?&lt;BR /&gt;
My current xml code is &lt;/P&gt;

&lt;P&gt;"populatingSearch fieldForValue= "host" fieldForLabel="host"&amp;gt; &lt;BR /&gt;
 | metadata type=hosts | hosts = "ABC_*"&lt;BR /&gt;
/populatingSearch&amp;gt;"&lt;/P&gt;

&lt;P&gt;But this is not working as expected. Kindly help.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:44:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Filter-results-while-Populating-Drop-down-box/m-p/21893#M794</guid>
      <dc:creator>karthikbalakris</dc:creator>
      <dc:date>2020-09-28T12:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filter results while Populating Drop down box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Filter-results-while-Populating-Drop-down-box/m-p/21894#M795</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| metadata type=hosts | search hosts="ABC_*"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2012 16:53:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Filter-results-while-Populating-Drop-down-box/m-p/21894#M795</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-11-02T16:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filter results while Populating Drop down box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Filter-results-while-Populating-Drop-down-box/m-p/21895#M796</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/25603"&gt;@MHibbin&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;
Your idea worked, with a very small correction though. Here is teh one that worked:&lt;/P&gt;

&lt;P&gt;| metadata type=hosts | search host="HPSM_QA_*"&lt;/P&gt;

&lt;P&gt;Its search hosts and not search hosts&lt;/P&gt;

&lt;P&gt;anyway the idea is your and all the credit is to you.&lt;BR /&gt;
Thanks So much&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:44:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Filter-results-while-Populating-Drop-down-box/m-p/21895#M796</guid>
      <dc:creator>karthikbalakris</dc:creator>
      <dc:date>2020-09-28T12:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Filter results while Populating Drop down box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Filter-results-while-Populating-Drop-down-box/m-p/21896#M797</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/25603"&gt;@MHibbin&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;
Your idea worked, with a very small correction though. Here is teh one that worked:&lt;/P&gt;

&lt;P&gt;| metadata type=hosts | search host="HPSM_QA_*"&lt;/P&gt;

&lt;P&gt;Its search hosts and not search hosts&lt;/P&gt;

&lt;P&gt;anyway the idea is your and all the credit is to you.&lt;BR /&gt;
Thanks So much&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:44:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Filter-results-while-Populating-Drop-down-box/m-p/21896#M797</guid>
      <dc:creator>karthikbalakris</dc:creator>
      <dc:date>2020-09-28T12:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filter results while Populating Drop down box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Filter-results-while-Populating-Drop-down-box/m-p/21897#M798</link>
      <description>&lt;P&gt;TYPO&lt;BR /&gt;
Its search host and not search hosts&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2012 17:01:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Filter-results-while-Populating-Drop-down-box/m-p/21897#M798</guid>
      <dc:creator>karthikbalakris</dc:creator>
      <dc:date>2012-11-02T17:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter results while Populating Drop down box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Filter-results-while-Populating-Drop-down-box/m-p/21898#M799</link>
      <description>&lt;P&gt;Cool, glad it helped, can you mark the answer as accepted then please to let the community know, that no further help is required. Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2012 17:32:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Filter-results-while-Populating-Drop-down-box/m-p/21898#M799</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-11-02T17:32:18Z</dc:date>
    </item>
  </channel>
</rss>

