Dashboards & Visualizations

Question about LayoutPanels and Grouping

crt89
Communicator

Good day,

I was making a layout for my dashboard and it seems I can't make it to work. What I want to achieve is like this (creating a 1 whole panel consisting of other panel within it):

------HTML module1------  > panel_row1_col1
|          |           |
|     |    |    |      |  
| panel1 panel2 panel3 |  > panel_row1_col1_grp(1-3)
|     HTML module2     |  > panel_row1_col1
|         |            |
|       panel1         |
|     HTML module3     |  > panel_row1_col1
|         |            |
|    |    |    |       |
| panel1 panel2 panel3 |  > panel_row1_col1_grp(1-3)
------------------------

If I add the HTML module2 the 3 panels on HTML module1 will display under HTML module2, I also thought re-arranging it making HTML module2 be on 1st but same would happen to the 3 panels would display under HTML module3. I was using the HTML module to display the title/grouping of the panels. Any advice on this?

Thanks

0 Karma

disha
Contributor

Hi,
I faced the same issue as I want all in the same panel. I did this with some trick of css.
Put this css in your application.css
.layoutCellInner {
margin: 0px 0px 0px;!important
}
.dashboardCell {
position: relative;
background: none repeat scroll 0% 0% rgb(237, 237, 231);
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
box-shadow: 0px 0px 0px rgb(204,204,204);
}
then use regular row1,row2,row3 configs. It will reflect as all in one panel.

0 Karma

crt89
Communicator

Thanks for your reply @disha. I'll try this today and see what I have come up to.

0 Karma

nmistry_splunk
Splunk Employee
Splunk Employee

Everything is "row1" . Shouldn't you be incrementing them to row2 row3 and so on?

0 Karma

crt89
Communicator

Good day, thanks for your reply. Yes but incrementing the rows would make it in a separate panel. What I want was multiple dashboard displays (pie,tables,etc) on 1 specific panel. I will try this out now and see if I can come up to another solution.

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