Getting Data In

Add hosts to Splunk multiselect UI

kirti_gupta12
Path Finder

I want to populate the list of hosts in the multiselect input option in Splunk.

index=someIndexName * host!="notThis*" | stats values(host) as host

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.

0 Karma
1 Solution

vnravikumar
Champion

Hi

Try like below

<form>
  <label>multiselect</label>
  <fieldset submitButton="false">
    <input type="multiselect" token="field1">
      <label>field1</label>
      <fieldForLabel>host</fieldForLabel>
      <fieldForValue>host</fieldForValue>
      <search>
        <query>index=_internal 
| stats count by host</query>
      </search>
    </input>
  </fieldset>
</form>

View solution in original post

vnravikumar
Champion

Hi

Try like below

<form>
  <label>multiselect</label>
  <fieldset submitButton="false">
    <input type="multiselect" token="field1">
      <label>field1</label>
      <fieldForLabel>host</fieldForLabel>
      <fieldForValue>host</fieldForValue>
      <search>
        <query>index=_internal 
| stats count by host</query>
      </search>
    </input>
  </fieldset>
</form>
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...