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!

Upcoming Webinar: Unmasking Insider Threats with Slunk Enterprise Security’s UEBA

Join us on Wed, Dec 10. at 10AM PST / 1PM EST for a live webinar and demo with Splunk experts! Discover how ...

.conf25 technical session recap of Observability for Gen AI: Monitoring LLM ...

If you’re unfamiliar, .conf is Splunk’s premier event where the Splunk community, customers, partners, and ...

A Season of Skills: New Splunk Courses to Light Up Your Learning Journey

There’s something special about this time of year—maybe it’s the glow of the holidays, maybe it’s the ...