Dashboards & Visualizations

Splunk table column should have equal width irrespective of values

Rukmani_Splunk
Path Finder

I have a table . We need equal width for all columns

Labels (1)
0 Karma

niketn
Legend

@Rukmani_Splunk will you Splunk Tables have fixed number of columns?

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

to4kawa
Ultra Champion
<row>
   <html depends="$alwaysHideCSSStyle$">
      <style>
        #sample table thead th{
            width: 200px !important;
          }
       </style>
      </html>
</row>
<row>
   <panel>
      <table id="sample">
         your table query

please modify width args.

0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...