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!

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 ...