Splunk Search

Display Dashboard in Stacked row

smanojkumar
Contributor

Hello There,

I'm having 3 panles, where i need to display panel 1 in left side, In the same row I need to display Panle 2 and Panel 3 in left side in a stacked way.

Is there is possibel way in Classic dashboard in Splunk?


| Left     | Top-Right |
| Panel  |----------      |
|               | Bot-Right|

Looking forward for the resposne.


Thanks!

0 Karma

livehybrid
SplunkTrust
SplunkTrust

Hi @smanojkumar 

Sorry, I got my wires crossed. It doesnt look like this is possible with XML Dashboards, however you can probably achieve this design much easier with Dashboard Studio dashboard. Is there anything preventing you switching to a Dashboard Studio dashboard for this?

Thanks

Will

0 Karma

smanojkumar
Contributor

Hi @livehybrid ,

Thanks for your response!

The panels in right side weren't visible

<row>
<panel>
<title>Panel 1</title>
<table>
<search>
<query>| makeresults | eval name="p1"</query>
<earliest>$earliest$</earliest>
<latest>$latest$</latest>
</search>
<option name="drilldown">cell</option>
<option name="refresh.display">progressbar</option>
</table>
</panel>
<column>
<row>
<panel>
<title>Panel 2</title>
<table>
<search>
<query>| makeresults | eval name="p2"</query>
<earliest>$earliest$</earliest>
<latest>$latest$</latest>
</search>
<option name="drilldown">cell</option>
<option name="refresh.display">progressbar</option>
</table>
</panel>
</row>
<row>
<panel>
<title>Panel 3</title>
<table>
<search>
<query>| makeresults | eval name="p3"</query>
<earliest>$earliest$</earliest>
<latest>$latest$</latest>
</search>
<option name="drilldown">cell</option>
<option name="refresh.display">progressbar</option>
</table>
</panel>
</row>
</column>
</row>


Please try this.

Thanks!

0 Karma

livehybrid
SplunkTrust
SplunkTrust

Hi @smanojkumar 

Sorry, I got my wires crossed. It doesnt look like this is possible with XML Dashboards, however you can probably achieve this design much easier with Dashboard Studio dashboard. Is there anything preventing you switching to a Dashboard Studio dashboard for this?

Thanks

Will

0 Karma
Get Updates on the Splunk Community!

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 ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...