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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...