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
Revered Legend
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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...