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!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...