Dashboards & Visualizations

how do i align modules within a panel in a dashboard?

hiddenkirby
Contributor

These modules are nested for intention flow .. and an event table at the bottom. (advanced xml)

<module 1>...
 ...
 <module 2> ...
   ...
   <module 3> ...

They are all within the same layoutPanel and column.

i would like to line them up horizontally to make pretty... since they are nested splunk ui tries to line them up vertically w/ different sizes and such.

custom css? custom html template?

was looking for easiest solution.

TIA, Kirby

Paolo_Prigione
Builder

Have you tried with grouping?

<module 1 layoutPanel="panel_row1_col1_grp1">...
 ...
 <module 2 layoutPanel="panel_row1_col1_grp2"> ...
   ...
   <module 3 layoutPanel="panel_row1_col1_grp3"> ...

However, which kinds of modules are those? could you post more details?

0 Karma

thall79
Communicator

I use either GenericHeader or StaticContentSample for my first module to give a title to the panel

 <module name="GenericHeader" layoutPanel="panel_row1_col1">
   <param name="label">Your Header</param>   
    </module><!-- /GenericHeader-->

Followed with the other modules needed for that view

  <module 2 layoutPanel="panel_row1_col1_grp1">

   <module 3 layoutPanel="panel_row1_col1_grp2">

Hope that helps

travis.

Get Updates on the Splunk Community!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...