<?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: Is it possible to have a dashboard panel expand to multiple rows, not just multiple columns? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-have-a-dashboard-panel-expand-to-multiple-rows/m-p/195129#M12174</link>
    <description>&lt;P&gt;Hi niketnilay, thanks so much. Just the sample code that I needed to experiment for my work. &lt;/P&gt;</description>
    <pubDate>Fri, 15 Jun 2018 15:44:54 GMT</pubDate>
    <dc:creator>sssignals</dc:creator>
    <dc:date>2018-06-15T15:44:54Z</dc:date>
    <item>
      <title>Is it possible to have a dashboard panel expand to multiple rows, not just multiple columns?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-have-a-dashboard-panel-expand-to-multiple-rows/m-p/195124#M12169</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I was wondering if it was possible to have a dashboard panel expand to multiple rows. I currently have 3 panels setup on 2 rows. By default they look like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    A | B
    C | C
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is it possible to reorganize them so they look like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    A | B
    A | C
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Mar 2015 18:12:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-have-a-dashboard-panel-expand-to-multiple-rows/m-p/195124#M12169</guid>
      <dc:creator>mrfredman</dc:creator>
      <dc:date>2015-03-25T18:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a dashboard panel expand to multiple rows, not just multiple columns?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-have-a-dashboard-panel-expand-to-multiple-rows/m-p/195125#M12170</link>
      <description>&lt;P&gt;hi&lt;BR /&gt;
it is not possible because rows are based on horizontales to function.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 12:41:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-have-a-dashboard-panel-expand-to-multiple-rows/m-p/195125#M12170</guid>
      <dc:creator>Tanefo</dc:creator>
      <dc:date>2015-03-30T12:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a dashboard panel expand to multiple rows, not just multiple columns?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-have-a-dashboard-panel-expand-to-multiple-rows/m-p/195126#M12171</link>
      <description>&lt;P&gt;Hi mrfredman,&lt;/P&gt;

&lt;P&gt;This is not possible because, Splunk identifies rows as major breaks , so you can't expand a panel across two or more than three rows.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 16:12:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-have-a-dashboard-panel-expand-to-multiple-rows/m-p/195126#M12171</guid>
      <dc:creator>ngatchasandra</dc:creator>
      <dc:date>2015-04-08T16:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a dashboard panel expand to multiple rows, not just multiple columns?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-have-a-dashboard-panel-expand-to-multiple-rows/m-p/195127#M12172</link>
      <description>&lt;P&gt;Splunk has an update to the Dashboard design that will allow this kind of thing but I have no idea if they are going to be releasing it or when.  You should open an ER case so that you can get the details on that feature.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Dec 2017 14:49:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-have-a-dashboard-panel-expand-to-multiple-rows/m-p/195127#M12172</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-12-17T14:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a dashboard panel expand to multiple rows, not just multiple columns?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-have-a-dashboard-panel-expand-to-multiple-rows/m-p/195128#M12173</link>
      <description>&lt;P&gt;@mrfredman, until the time this feature is released as @woodcock has mentioned, you can use CSS and HTML to design dashboard layout as per your needs, through &lt;CODE&gt;Simple XML CSS Extension&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;I have attached a sample dashboard with CSS override example. However, CSS would be based on need. I have added id to all panel and the first pie chart to override CSS easily with id selectors.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/288i162F82B467BC282C/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;row depends="$alwaysHideCSS$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          &amp;lt;!-- Panel1 and Panel3 to occupy 30% width --&amp;gt;
          #panel1.dashboard-cell.dashboard-layout-panel{
            width: 30% !important;
          }

          #panel3.dashboard-cell.dashboard-layout-panel{
            width: 30% !important;
          }
          &amp;lt;!-- Panel2 to occupy 70% width --&amp;gt;
          #panel2.dashboard-cell.dashboard-layout-panel{
            width: 70% !important;
          }
          &amp;lt;!-- Panel1 reduced to occupy half the height of Panel1--&amp;gt;
          #chart1 #pie.viz-controller
          {
            height: 50% !important;
          }
          &amp;lt;!-- Panel3 manual override to fit in 50% space created in Panel1--&amp;gt;
          #panel3 .panel-element-row
          {
              position: absolute !important;
              width: 99.3% !important;
              top: -180px !important;
          }
        &amp;lt;/style&amp;gt;
       &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Following is the complete run anywhere dashboard Simple XML code for reference:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Single Panel in 2 Rows&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="time" token="field1"&amp;gt;
      &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row depends="$alwaysHideCSS$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          &amp;lt;!-- Panel1 and Panel3 to occupy 30% width --&amp;gt;
          #panel1.dashboard-cell.dashboard-layout-panel{
            width: 30% !important;
          }

          #panel3.dashboard-cell.dashboard-layout-panel{
            width: 30% !important;
          }
          &amp;lt;!-- Panel2 to occupy 70% width --&amp;gt;
          #panel2.dashboard-cell.dashboard-layout-panel{
            width: 70% !important;
          }
          &amp;lt;!-- Panel1 reduced to occupy half the height of Panel1--&amp;gt;
          #chart1 #pie.viz-controller
          {
            height: 50% !important;
          }
          &amp;lt;!-- Panel3 manual override to fit in 50% space created in Panel1--&amp;gt;
          #panel3 .panel-element-row
          {
              position: absolute !important;
              width: 99.3% !important;
              top: -180px !important;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel id="panel1"&amp;gt;
      &amp;lt;chart id="chart1"&amp;gt;
        &amp;lt;title&amp;gt;Top 5 Splunkd Errors (excluding highest errors)&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal sourcetype=splunkd log_level!="INFO"
| top 6 component showperc=f
| tail 5&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;pie&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;388&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel id="panel2"&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;title&amp;gt;Error Timechart&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal sourcetype=splunkd log_level!="INFO"
| timechart count by log_level&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;area&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.stackMode"&amp;gt;stacked&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;390&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel id="panel3"&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;title&amp;gt;Splunkd Errors - Single Value&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal sourcetype=splunkd log_level!="INFO"
| timechart count&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="colorBy"&amp;gt;trend&amp;lt;/option&amp;gt;
        &amp;lt;option name="colorMode"&amp;gt;block&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="underLabel"&amp;gt;Splunkd Errors&amp;lt;/option&amp;gt;
        &amp;lt;option name="useColors"&amp;gt;1&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 17 Dec 2017 17:35:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-have-a-dashboard-panel-expand-to-multiple-rows/m-p/195128#M12173</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-12-17T17:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a dashboard panel expand to multiple rows, not just multiple columns?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-have-a-dashboard-panel-expand-to-multiple-rows/m-p/195129#M12174</link>
      <description>&lt;P&gt;Hi niketnilay, thanks so much. Just the sample code that I needed to experiment for my work. &lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 15:44:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-have-a-dashboard-panel-expand-to-multiple-rows/m-p/195129#M12174</guid>
      <dc:creator>sssignals</dc:creator>
      <dc:date>2018-06-15T15:44:54Z</dc:date>
    </item>
  </channel>
</rss>

