Dashboards & Visualizations

What does an x mean on a dropdown input display value?

jbrenner
Path Finder

I am using a dropdown input on a dashboard, and there is an x inside a circle displayed after the display value. What does this mean? Is it an error?

Thanks,
Jonathan

Tags (1)
0 Karma
1 Solution

493669
Super Champion

its use for default value....when you click on x it will go to default value

<input type="dropdown" token="sourcetype" searchWhenChanged="true">
      <label>Select a sourcetype</label>
      <default>*</default>
      <choice value="schedulerr">scheduler</choice>
      <choice value="splunk_web_access">splunk_web_access</choice>
      <choice value="splunk_web_service">splunk_web_service</choice>
      <choice value="splunkd">splunkd</choice>
      <choice value="splunkd_access">splunkd_access</choice>
      <choice value="splunkd_ui_access">splunkd_ui_access</choice>
    </input>

like here on click x it will set to *

View solution in original post

493669
Super Champion

its use for default value....when you click on x it will go to default value

<input type="dropdown" token="sourcetype" searchWhenChanged="true">
      <label>Select a sourcetype</label>
      <default>*</default>
      <choice value="schedulerr">scheduler</choice>
      <choice value="splunk_web_access">splunk_web_access</choice>
      <choice value="splunk_web_service">splunk_web_service</choice>
      <choice value="splunkd">splunkd</choice>
      <choice value="splunkd_access">splunkd_access</choice>
      <choice value="splunkd_ui_access">splunkd_ui_access</choice>
    </input>

like here on click x it will set to *

Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...