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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...