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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...