Dashboards & Visualizations

Remove x button from dropdown in Simple XML

dlstafford
New Member

Anyone know how I can remove the X (clear) button from my dropdowns using simple XML? I found something related in the dev documentation at http://dev.splunk.com/view/webframework-htmldashboards/SP-CAAAETT but can't work out how to apply this to a Simple XML dropdown.

Tags (2)
0 Karma

achaetes
Engager

In the Simple XML Reference for the input type dropdown, there's a showClearButton child element listed. For example:

<input type="dropdown" token="sourcetype_tok">
  <showClearButton>false</showClearButton>
  <label>Select a source type</label>
  <default>splunkd</default>
  <choice value="splunkd">splunkd</choice>
  <choice value="splunk_web_access">splunk_web_access</choice>
  <choice value="splunkd_ui_access">splunkd_ui_access</choice>
</input>

I know this was an old question, but I was seeking the same answer, so maybe this will save someone else some time. 🙂

somesoni2
Revered Legend

The link is only applicable for dashboard created using Web framework and not for Simple xml.

0 Karma
Get Updates on the Splunk Community!

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...

Splunk App Dev Community Updates – What’s New and What’s Next

Welcome to your go-to roundup of everything happening in the Splunk App Dev Community! Whether you're building ...

The Latest Cisco Integrations With Splunk Platform!

Join us for an exciting tech talk where we’ll explore the latest integrations in Cisco &#43; Splunk! We’ve ...