Dashboards & Visualizations

expand the table in the dashboard

gitingua
Communicator

Colleagues. Hi all !!
Can you give me some advice on editing dashboards?

I have 4 static tables
And I need to arrange them so that the first three are on the left and go in order, and stretch the right so that it is large and long and there is no empty space.
I tried to play around with xml somehow, but to no avail. The xml itself is in the file.
If this can be done at all, if not. So sorry for such a question!
Thanks to all!

 

 

<form>
<label>Testimg</label>
<row>
<panel depends="$alwaysHideCSS$">
<title>Настройка по ширине</title>
<html>
<style>
#test_1{
width:50% !important;
}
#test_2{
width:50% !important;
}
#test_3{
width:50% !important;
}
#test_4{
width:50% !important;
}
</style>
</html>
</panel>
</row>
<row>
<panel id="test_1">
<title>Table 1</title>
<table>
<search>
<query>| makeresults count=10 | eval no=5 | table no</query>
<earliest>-24h@h</earliest>
<latest>now</latest>
</search>
<option name="drilldown">none</option>
<option name="refresh.display">progressbar</option>
</table>
</panel>
</row>
<row>
<panel id="test_2">
<title>Table 2</title>
<table>
<search>
<query>| makeresults count=10 | eval no=6 | table no</query>
<earliest>-24h@h</earliest>
<latest>now</latest>
</search>
<option name="drilldown">none</option>
<option name="refresh.display">progressbar</option>
</table>
</panel>
<panel id="test_3">
<title>Table 4</title>
<table>
<search>
<query>| makeresults count=10 | eval no=20 | table no</query>
<earliest>-24h@h</earliest>
<latest>now</latest>
</search>
<option name="drilldown">none</option>
</table>
</panel>
</row>
<row>
<panel id="test_4">
<title>Table 3</title>
<table>
<search>
<query>| makeresults count=10 | eval no=7 | table no</query>
<earliest>-24h@h</earliest>
<latest>now</latest>
</search>
<option name="drilldown">none</option>
</table>
</panel>
</row>
</form>

0 Karma

jamie00171
Communicator

hi @gitingua 

You could maybe try the solution mentioned in the comments here: https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-width-of-panels-in-xml/m... 

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @gitingua,

in classic dashboards it isn't possible, you have to use Dashbords Studio for this.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Data Management Digest – November 2025

  Welcome to the inaugural edition of Data Management Digest! As your trusted partner in data innovation, the ...

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...