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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...