<?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 How to group multiple panels and place them horizontally within one panel? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-group-multiple-panels-and-place-them-horizontally-within/m-p/276075#M17483</link>
    <description>&lt;P&gt;Hello all, &lt;/P&gt;

&lt;P&gt;Anyone know how to group multiple panels and have them all placed horizontally within one panel?  It looks like with the upgrade I did row grouping no longer works.  I have a bunch of horseshoe meters that I would like to put in one panel next to each other.  When I add the code below it shows each value below one another. I would like to have them next instead of below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;viz type="horseshoe_meter_app.horseshoe_meter"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;&amp;lt;/query&amp;gt;
      &amp;lt;/viz&amp;gt;
      &amp;lt;viz type="horseshoe_meter_app.horseshoe_meter"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;&amp;lt;/query&amp;gt;
      &amp;lt;/viz&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 28 Oct 2016 16:41:52 GMT</pubDate>
    <dc:creator>splunker1981</dc:creator>
    <dc:date>2016-10-28T16:41:52Z</dc:date>
    <item>
      <title>How to group multiple panels and place them horizontally within one panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-group-multiple-panels-and-place-them-horizontally-within/m-p/276075#M17483</link>
      <description>&lt;P&gt;Hello all, &lt;/P&gt;

&lt;P&gt;Anyone know how to group multiple panels and have them all placed horizontally within one panel?  It looks like with the upgrade I did row grouping no longer works.  I have a bunch of horseshoe meters that I would like to put in one panel next to each other.  When I add the code below it shows each value below one another. I would like to have them next instead of below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;viz type="horseshoe_meter_app.horseshoe_meter"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;&amp;lt;/query&amp;gt;
      &amp;lt;/viz&amp;gt;
      &amp;lt;viz type="horseshoe_meter_app.horseshoe_meter"&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;&amp;lt;/query&amp;gt;
      &amp;lt;/viz&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Oct 2016 16:41:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-group-multiple-panels-and-place-them-horizontally-within/m-p/276075#M17483</guid>
      <dc:creator>splunker1981</dc:creator>
      <dc:date>2016-10-28T16:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to group multiple panels and place them horizontally within one panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-group-multiple-panels-and-place-them-horizontally-within/m-p/276076#M17484</link>
      <description>&lt;P&gt;I think part of your post got cut off. Can you review it and make sure you completed your thought?&lt;/P&gt;

&lt;P&gt;If you are talking about having multiple charts in one row of a dashboard, you would do the following where you would put three charts in one row of the dashboard.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
  &amp;lt;panel&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
    &amp;lt;chart&amp;gt;...&amp;lt;/chart&amp;gt;
  &amp;lt;/panel&amp;gt;
  &amp;lt;panel&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
    &amp;lt;chart&amp;gt;...&amp;lt;/chart&amp;gt;
  &amp;lt;/panel&amp;gt;
  &amp;lt;panel&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
    &amp;lt;chart&amp;gt;...&amp;lt;/chart&amp;gt;
  &amp;lt;/panel&amp;gt;
&amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Oct 2016 17:25:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-group-multiple-panels-and-place-them-horizontally-within/m-p/276076#M17484</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-10-28T17:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to group multiple panels and place them horizontally within one panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-group-multiple-panels-and-place-them-horizontally-within/m-p/276077#M17485</link>
      <description>&lt;P&gt;this shows, for all single values (you should be able to change them to tables/charts/etc.), searches in one panel on one line, and then the html part breaks it into another row, if wanted. To keep things on one line, you just don't want &lt;CODE&gt;&amp;lt;row&amp;gt;&lt;/CODE&gt; between the &lt;CODE&gt;&amp;lt;panel&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;....&amp;lt;/query&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;
        &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;html tokens="true" encoded="true"&amp;gt;
        &amp;lt;![CDATA[
        &amp;lt;br/&amp;gt;
       ]]&amp;gt;
      &amp;lt;/html&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;....&amp;lt;/query&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;....&amp;lt;/query&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;....&amp;lt;/query&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;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Oct 2016 17:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-group-multiple-panels-and-place-them-horizontally-within/m-p/276077#M17485</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2016-10-28T17:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to group multiple panels and place them horizontally within one panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-group-multiple-panels-and-place-them-horizontally-within/m-p/276078#M17486</link>
      <description>&lt;P&gt;Thanks for the reply.  Looks like the issue is with using the horseshoe meter - I tried the code with single value and it does what I would like it to do. Any idea how to get the meter to display next to each other in one panel?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 14:05:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-group-multiple-panels-and-place-them-horizontally-within/m-p/276078#M17486</guid>
      <dc:creator>splunker1981</dc:creator>
      <dc:date>2016-11-01T14:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to group multiple panels and place them horizontally within one panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-group-multiple-panels-and-place-them-horizontally-within/m-p/276079#M17487</link>
      <description>&lt;P&gt;Can I have a title for the row containing the three panels?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 15:33:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-group-multiple-panels-and-place-them-horizontally-within/m-p/276079#M17487</guid>
      <dc:creator>jslealdi</dc:creator>
      <dc:date>2019-06-28T15:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to group multiple panels and place them horizontally within one panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-group-multiple-panels-and-place-them-horizontally-within/m-p/556045#M38653</link>
      <description>&lt;P&gt;hope this helps,&lt;BR /&gt;I build out my dashboard panels and then, I edit the XML and remove&amp;nbsp;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;/P&gt;&lt;P&gt;between the panels I want to stack into into one panel. i am on- 8.2.0&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 20:27:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-group-multiple-panels-and-place-them-horizontally-within/m-p/556045#M38653</guid>
      <dc:creator>sbattista</dc:creator>
      <dc:date>2021-06-16T20:27:25Z</dc:date>
    </item>
  </channel>
</rss>

