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
Champion

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
Champion

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!

Buttercup Games Tutorial Extension - part 9

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Buttercup Games Tutorial Extension - part 8

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Introducing the Splunk Developer Program!

Hey Splunk community! We are excited to announce that Splunk is launching the Splunk Developer Program in ...