<?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: Add hosts to Splunk multiselect UI in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Add-hosts-to-Splunk-multiselect-UI/m-p/477478#M81972</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Try like below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;multiselect&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="multiselect" token="field1"&amp;gt;
      &amp;lt;label&amp;gt;field1&amp;lt;/label&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;search&amp;gt;
        &amp;lt;query&amp;gt;index=_internal 
| stats count by host&amp;lt;/query&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 10 Jan 2020 03:27:11 GMT</pubDate>
    <dc:creator>vnravikumar</dc:creator>
    <dc:date>2020-01-10T03:27:11Z</dc:date>
    <item>
      <title>Add hosts to Splunk multiselect UI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Add-hosts-to-Splunk-multiselect-UI/m-p/477477#M81971</link>
      <description>&lt;P&gt;I want to populate the list of hosts in the multiselect input option in Splunk.&lt;/P&gt;

&lt;P&gt;index=someIndexName * host!="notThis*" | stats values(host) as host&lt;/P&gt;

&lt;P&gt;I can see the list of hosts getting populated in Splunk. However, they are not getting populated in multiselect list. It says "populating" and nothing shows up.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 22:19:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Add-hosts-to-Splunk-multiselect-UI/m-p/477477#M81971</guid>
      <dc:creator>kirti_gupta12</dc:creator>
      <dc:date>2020-01-09T22:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add hosts to Splunk multiselect UI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Add-hosts-to-Splunk-multiselect-UI/m-p/477478#M81972</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Try like below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;multiselect&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="multiselect" token="field1"&amp;gt;
      &amp;lt;label&amp;gt;field1&amp;lt;/label&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;search&amp;gt;
        &amp;lt;query&amp;gt;index=_internal 
| stats count by host&amp;lt;/query&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Jan 2020 03:27:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Add-hosts-to-Splunk-multiselect-UI/m-p/477478#M81972</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2020-01-10T03:27:11Z</dc:date>
    </item>
  </channel>
</rss>

