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!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...