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!

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...

Splunk App Developers | .conf25 Recap & What’s Next

If you stopped by the Builder Bar at .conf25 this year, thank you! The retro tech beer garden vibes were ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...