Splunk Search

Unable to load all the panels: a dashboard can have maximum of '50' rows

nikhilmehra79
Path Finder

I am getting this error "Unable to load all the panels: a dashboard can have maximum of '50' rows"
I have created only 2 tabs with two rows in each tab but still getting this error
some one recommended following (but didnt helped)

I tired:

$SPLUNK_HOME/share/splunk/search_mrsparkle/templates/view/dashboard.html

copy it to $SPLUNK_HOME/etc/apps/YOUR_APP_HERE/appserver/templates/custom_dashboard.html

down near the bottom you'll see: % for rowNumber in range(1,51): , Change the value 🙂

Then in your view, take out
template="dashboard.html" and put in this: template="/YOUR_APP_HERE:/templates/custom_dashboard.html"

Still it not solves problem any suggestion how can i get rid of this error

Tags (3)
0 Karma

stephanefotso
Motivator
This problem is generaly caused by the layoutPanel attribute :look at this line in your code: <module name="HiddenSearch" layoutPanel="panel_rowX_colY" group="My first dash" autoRun="True">. change the layoutPanel and put this : layoutPanel="mainSearchControls" or make sure  for example  that, before using layoutPanel="panel_row3_col2", you have used layoutPanel="panel_row3_col1" before
SGF
0 Karma
Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...