Dashboards & Visualizations

how many panel is allowed in one row?

alextsui
Path Finder

Hi, I am trying to put more than three "single value" into one row. It looks like Splunk only displayed the first 3 panel and showed an error message saying "found an invalid value for layoutPanel - 'panel_row1_col4'.".

Below is my xml:

<dashboard>
  <label>Tom</label>
  <row>
    <single>
      <title>fromdc_348(none)</title>
      <searchString>index=sample | stats dc(from) as fromdc | rangemap field=fromdc low=0-9 elevated=10-29 severe=30-500 default=none</searchString>
      <option name="classField">range</option>
    </single>

    <single>
      <title>todc_5(low)</title>
      <searchString>index=sample | stats dc(to) as todc | rangemap field=todc low=0-9 elevated=10-29 severe=30-500 default=none</searchString>
      <option name="classField">range</option>
    </single>

    <single>
      <title>xdelaydc_11(elevated)</title>
      <searchString>index=sample | stats dc(xdelay) as xdelaydc | rangemap field=xdelaydc low=0-9 elevated=10-29 severe=30-500 default=none</searchString>
      <option name="classField">range</option>
    </single>

    <single>
      <title>fromdc_348(none)</title>
      <searchString>index=sample | stats dc(from) as fromdc | rangemap field=fromdc low=0-9 elevated=10-29 severe=30-500 default=none</searchString>
      <option name="classField">range</option>
    </single>
  </row>
</dashboard>
Tags (1)

Glenn
Builder

I believe that 3 is the maximum number of items you can have in a row.

If you need more, it looks like the advanced xml allows at least 4 (according to the documentation http://www.splunk.com/base/Documentation/4.1.3/Developer/AdvancedDashboard#layout_your_panels)

alextsui
Path Finder

I have also tried using the advanced xml. I got the same error message and no show on the fifth panel on the row.

0 Karma
Get Updates on the Splunk Community!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

&#x1f5e3; You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...