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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...