<?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: splitting panels into half in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/splitting-panels-into-half/m-p/535465#M4673</link>
    <description>&lt;P&gt;You're welcome, this is what simple xml supports. To do more you can use custom js or css.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2021 11:32:10 GMT</pubDate>
    <dc:creator>scelikok</dc:creator>
    <dc:date>2021-01-12T11:32:10Z</dc:date>
    <item>
      <title>splitting panels into half</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/splitting-panels-into-half/m-p/535457#M4670</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Need your help in splitting the panels into 2 halfs. ataching 2 pitcures.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. first one is the current panel structure am using.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Current Panel design" style="width: 704px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12503i1A759DDD7D26374C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Current Panel.png" alt="Current Panel design" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Current Panel design&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. second once is what we are looking for.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Expected Panel design" style="width: 569px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12504iBCA35959C87CF5A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Expected Panel.png" alt="Expected Panel design" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Expected Panel design&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 09:37:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/splitting-panels-into-half/m-p/535457#M4670</guid>
      <dc:creator>jerinvarghese</dc:creator>
      <dc:date>2021-01-12T09:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: splitting panels into half</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/splitting-panels-into-half/m-p/535459#M4671</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33379"&gt;@jerinvarghese&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can achieve this by putting C and D components into the same panel using dashboard sourc like below sample.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;test1&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval Panel="A"&amp;lt;/query&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;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval Panel="B"&amp;lt;/query&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;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval Panel="C"&amp;lt;/query&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;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval Panel="D"&amp;lt;/query&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;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this reply helps you an upvote is appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 09:49:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/splitting-panels-into-half/m-p/535459#M4671</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-01-12T09:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: splitting panels into half</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/splitting-panels-into-half/m-p/535464#M4672</link>
      <description>&lt;P&gt;Thanks so much for that, is it possible separate with a height too..&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 11:25:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/splitting-panels-into-half/m-p/535464#M4672</guid>
      <dc:creator>jerinvarghese</dc:creator>
      <dc:date>2021-01-12T11:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: splitting panels into half</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/splitting-panels-into-half/m-p/535465#M4673</link>
      <description>&lt;P&gt;You're welcome, this is what simple xml supports. To do more you can use custom js or css.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 11:32:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/splitting-panels-into-half/m-p/535465#M4673</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-01-12T11:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: splitting panels into half</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/splitting-panels-into-half/m-p/535566#M4680</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33379"&gt;@jerinvarghese&lt;/a&gt;&amp;nbsp;Note that in principle,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206061"&gt;@scelikok&lt;/a&gt;&amp;nbsp;reply will not put &amp;lt;single&amp;gt; visualisations on top of each other inside a single panel. Generally &amp;lt;single&amp;gt; entries will be tiles horizontally within a panel, whereas other visualisations in that panel will be stacked vertically.&lt;/P&gt;&lt;P&gt;However, you can change that simply by adding the following empty html visualisation between singles so that it will then force them to stack vertically, so add&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;single&amp;gt;
...
&amp;lt;/single&amp;gt;
&amp;lt;html/&amp;gt;
&amp;lt;single&amp;gt;
...
&amp;lt;/single&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Naturally within that html you can do anything to adjust spacing between the other visualisations and the height of an individual visualisation can be adjusted with the&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;option name="height"&amp;gt;214&amp;lt;/option&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;to whatever height you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 21:42:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/splitting-panels-into-half/m-p/535566#M4680</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-01-12T21:42:25Z</dc:date>
    </item>
  </channel>
</rss>

