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!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...