<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Vertical panel grouping in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Vertical-panel-grouping/m-p/108463#M6137</link>
    <description>&lt;P&gt;I do not believe that this is currently an option. I suggest logging an &lt;A href="http://answers.splunk.com/questions/4844/how-can-i-submit-an-enhancement-request" rel="nofollow"&gt;Enhancement Request&lt;/A&gt; for this feature.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Dec 2010 23:12:55 GMT</pubDate>
    <dc:creator>ftk</dc:creator>
    <dc:date>2010-12-23T23:12:55Z</dc:date>
    <item>
      <title>Vertical panel grouping</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Vertical-panel-grouping/m-p/108462#M6136</link>
      <description>&lt;P&gt;I see that you can group panels horizontally (from dev manual):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="StaticContentSample" layoutPanel="panel_row2_col1" group="All Indexed Data" autoRun="True"&amp;gt;
  &amp;lt;param name="text"&amp;gt;This will show you all of the data you have loaded into index=main over all time.&amp;lt;/param&amp;gt;
  &amp;lt;module name="GenericHeader" layoutPanel="panel_row2_col1_grp1"&amp;gt;
      &amp;lt;param name="label"&amp;gt;Sources&amp;lt;/param&amp;gt;
...
  &amp;lt;module name="GenericHeader" layoutPanel="panel_row2_col1_grp2"&amp;gt;
    &amp;lt;param name="label"&amp;gt;Sourcetypes&amp;lt;/param&amp;gt;
...
  &amp;lt;module name="GenericHeader" layoutPanel="panel_row2_col1_grp3"&amp;gt;
    &amp;lt;param name="label"&amp;gt;Hosts&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But I cannot seem to group them horizontally (in the same column):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="StaticContentSample" layoutPanel="panel_row2_col1" group="All Indexed Data" autoRun="True"&amp;gt;
  &amp;lt;param name="text"&amp;gt;This will show you all of the data you have loaded into index=main over all time.&amp;lt;/param&amp;gt;
  &amp;lt;module name="GenericHeader" layoutPanel="panel_row1_col1_grp1"&amp;gt;
      &amp;lt;param name="label"&amp;gt;Sources&amp;lt;/param&amp;gt;
...
  &amp;lt;module name="GenericHeader" layoutPanel="panel_row2_col1_grp1"&amp;gt;
    &amp;lt;param name="label"&amp;gt;Sourcetypes&amp;lt;/param&amp;gt;
...
  &amp;lt;module name="GenericHeader" layoutPanel="panel_row3_col1_grp1"&amp;gt;
    &amp;lt;param name="label"&amp;gt;Hosts&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there a way to accomplish this grouping?  Its purely cosmetic, but it is the best way to display these particular charts.&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;

&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2010 22:01:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Vertical-panel-grouping/m-p/108462#M6136</guid>
      <dc:creator>jamesdon</dc:creator>
      <dc:date>2010-12-23T22:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical panel grouping</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Vertical-panel-grouping/m-p/108463#M6137</link>
      <description>&lt;P&gt;I do not believe that this is currently an option. I suggest logging an &lt;A href="http://answers.splunk.com/questions/4844/how-can-i-submit-an-enhancement-request" rel="nofollow"&gt;Enhancement Request&lt;/A&gt; for this feature.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2010 23:12:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Vertical-panel-grouping/m-p/108463#M6137</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-12-23T23:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical panel grouping</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Vertical-panel-grouping/m-p/108464#M6138</link>
      <description>&lt;P&gt;Im not sure what you're trying to do, but for a given panel, like say "panel_row1_col1", all of the layoutPanel values that begin with that string will appear in the same panel, meaning the same rounded-corner box on the dashboard.   For a single panel, the diagram looks like this: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;--------------------------------------------------------------------------|
|                                 panel_row1_col1                         |
|-------------------------------------------------------------------------|
|  panel_row1_col1_grp1  |  panel_row1_col1_grp2  | panel_row1_col1_grp3  | 
---------------------------------------------------------------------------
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Again, this diagram is showing a SINGLE panel. I'd try to draw panel_row1_col1 next to panel_row1_col2 but my ascii diagram would be fail so you'll just have to imagine it. &lt;/P&gt;

&lt;P&gt;Now, to explain the grp1, grp2, grp3 -- they each get 33% width here. But if you dont have a grp3,  then grp1 and grp2 each take 50% width, etc..  In this case you only have the top section of the panel and grp1, so grp1 will just get 100% width and there'll be no horizontal grouping.&lt;/P&gt;

&lt;P&gt;I suspect that you want something like this below.  Your nesting was also a little haywire so I fixed that.  And autoRun=True on static modules wont do anything so I've removed that.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="StaticContentSample" layoutPanel="panel_row2_col1" group="All Indexed Data"&amp;gt;
  &amp;lt;param name="text"&amp;gt;This will show you all of the data you have loaded into index=main over all time.&amp;lt;/param&amp;gt;
&amp;lt;/module&amp;gt;
&amp;lt;module name="GenericHeader" layoutPanel="panel_row1_col1_grp1"&amp;gt;
  &amp;lt;param name="label"&amp;gt;Sources&amp;lt;/param&amp;gt;
&amp;lt;/module&amp;gt;
&amp;lt;module name="GenericHeader" layoutPanel="panel_row1_col1_grp2"&amp;gt;
  &amp;lt;param name="label"&amp;gt;Sourcetypes&amp;lt;/param&amp;gt;
&amp;lt;/module&amp;gt;
&amp;lt;module name="GenericHeader" layoutPanel="panel_row1_col1_grp3"&amp;gt;
  &amp;lt;param name="label"&amp;gt;Hosts&amp;lt;/param&amp;gt;
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To get a good understanding of what the nested &lt;CODE&gt;&amp;lt;module&amp;gt;&lt;/CODE&gt; tags mean, as well as a wealth of examples of different advanced XML functionality and layout, download the "UI Examples for 4.1" app from splunkbase.  (Be careful not to download the older "UI Examples" app as this is quite old and out of date.)&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2010 06:39:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Vertical-panel-grouping/m-p/108464#M6138</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-12-28T06:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical panel grouping</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Vertical-panel-grouping/m-p/108465#M6139</link>
      <description>&lt;P&gt;Follow-up question on this thread (and specifically Sideview's answer on 12/27/10):&lt;/P&gt;

&lt;P&gt;Is there an easy way to set the widths of different groups so they're NOT equal?  For example, I have a panel with 5 groups, and I want the first, third and fifth to each be 10%, and the second and fourth to each be 35% of the total panel width.  I have lots of panels in the dashboard, so I'd like to figure out a programmatic solution (ideally via CSS).&lt;/P&gt;

&lt;P&gt;Is this possible?  Thanks in advance for your help, Splunk community! &lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2013 00:59:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Vertical-panel-grouping/m-p/108465#M6139</guid>
      <dc:creator>sethfam1</dc:creator>
      <dc:date>2013-05-09T00:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical panel grouping</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Vertical-panel-grouping/m-p/108466#M6140</link>
      <description>&lt;P&gt;I have the same question.&lt;BR /&gt;
I have 2 groups inside the same row, but i don't want that each one of them become equal. I want the second one with 30% and the first one with 70%.&lt;BR /&gt;
Is this possible?&lt;BR /&gt;
I'll be waiting for an answer. &lt;BR /&gt;
Thanks for your help&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 16:23:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Vertical-panel-grouping/m-p/108466#M6140</guid>
      <dc:creator>valentrm</dc:creator>
      <dc:date>2015-03-24T16:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical panel grouping</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Vertical-panel-grouping/m-p/108467#M6141</link>
      <description>&lt;P&gt;Is there an easy way to set the widths of different groups so they're NOT equal? &lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 17:26:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Vertical-panel-grouping/m-p/108467#M6141</guid>
      <dc:creator>valentrm</dc:creator>
      <dc:date>2015-03-24T17:26:45Z</dc:date>
    </item>
  </channel>
</rss>

