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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...