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 Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...