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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Get Agentic with Splunk Lantern: Connect to Cisco Cloud Control, Transform ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...

July Community Events: Master ITSI 5.0 & Automate Splunk

Struggling with alert fatigue or feeling like you're spending more time on infrastructure maintenance than ...

New Release of Federated Search: Bringing Splunk Analytics to More of Your Data

Organizations today are generating more data than ever and storing it across cloud object stores, data lakes, ...