Dashboards & Visualizations

How can increase the length of a fieldset in my Simple XML form? The values are too long so UI will not display the dropdown values.

the_wolverine
Champion

I have a search which populates the dropdown values using fieldset. However, my values are too long and UI is not displaying them at all. How can I configure it to handle long values?

bmacias84
Champion

@the_wolverine, technically you can still do it with Simple XML. Using the html tags with the style tags similar to below.

<html>
   <style>
      #field2 .select2-container { 
                                                       min-width: 150px; 
     }
   </style>
</html>

somesoni2
SplunkTrust
SplunkTrust
0 Karma

the_wolverine
Champion

So this cannot be done via Simple XML only?

0 Karma

bmacias84
Champion

I posted a similar question a few months ago. I ended up building my own form input.

the_wolverine
Champion

bah. I might extract distinct values from the string to present -- but I have to make some assumptions. Thanks for your response.

0 Karma
Get Updates on the Splunk Community!

.conf23 | Get Your Cybersecurity Defense Analyst Certification in Vegas

We’re excited to announce a new Splunk certification exam being released at .conf23! If you’re going to Las ...

Streamline Data Ingestion With Deployment Server Essentials

REGISTER NOW!Every day the list of sources Admins are responsible for gets bigger and bigger, often making the ...

Remediate Threats Faster and Simplify Investigations With Splunk Enterprise Security ...

REGISTER NOW!Join us for a Tech Talk around our latest release of Splunk Enterprise Security 7.2! We’ll walk ...