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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...