<?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 Splunk Panels - Two Separate Searches in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Panels-Two-Separate-Searches/m-p/437311#M41490</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I was wondering if it is possible to create a panel (in a dashboard) that has two separate searches that are labeled accordingly? I'm looking to make it more visually inclusive. It would look something like this:&lt;/P&gt;

&lt;P&gt;(Main Title)&lt;BR /&gt;
  (Subtitle for search)&lt;BR /&gt;
      (Search Results)&lt;BR /&gt;
  (Subtile for another search)&lt;BR /&gt;
      (Search Results for a different search)&lt;/P&gt;

&lt;H1&gt;END&lt;/H1&gt;

&lt;P&gt;Now with Values:&lt;/P&gt;

&lt;P&gt;Fruit Statistics&lt;BR /&gt;
   Apple Stats&lt;BR /&gt;
      (A bunch of apple stats)&lt;BR /&gt;
   Orange Stats&lt;BR /&gt;
      (A bunch of orange stats)&lt;/P&gt;

&lt;H1&gt;END&lt;/H1&gt;

&lt;P&gt;There might not be a way to do this but I just wanted to ask.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jun 2018 12:37:11 GMT</pubDate>
    <dc:creator>mstrozyk</dc:creator>
    <dc:date>2018-06-05T12:37:11Z</dc:date>
    <item>
      <title>Splunk Panels - Two Separate Searches</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Panels-Two-Separate-Searches/m-p/437311#M41490</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I was wondering if it is possible to create a panel (in a dashboard) that has two separate searches that are labeled accordingly? I'm looking to make it more visually inclusive. It would look something like this:&lt;/P&gt;

&lt;P&gt;(Main Title)&lt;BR /&gt;
  (Subtitle for search)&lt;BR /&gt;
      (Search Results)&lt;BR /&gt;
  (Subtile for another search)&lt;BR /&gt;
      (Search Results for a different search)&lt;/P&gt;

&lt;H1&gt;END&lt;/H1&gt;

&lt;P&gt;Now with Values:&lt;/P&gt;

&lt;P&gt;Fruit Statistics&lt;BR /&gt;
   Apple Stats&lt;BR /&gt;
      (A bunch of apple stats)&lt;BR /&gt;
   Orange Stats&lt;BR /&gt;
      (A bunch of orange stats)&lt;/P&gt;

&lt;H1&gt;END&lt;/H1&gt;

&lt;P&gt;There might not be a way to do this but I just wanted to ask.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 12:37:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Panels-Two-Separate-Searches/m-p/437311#M41490</guid>
      <dc:creator>mstrozyk</dc:creator>
      <dc:date>2018-06-05T12:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Panels - Two Separate Searches</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Panels-Two-Separate-Searches/m-p/437312#M41491</link>
      <description>&lt;P&gt;If I am understanding correctly, you may be able to achieve this visually by grouping the panels in your dashboard.  Check out the Dashboard Examples app (available on splunkbase).  There is an example of panel grouping in there.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Panel Grouping with Charts&lt;/STRONG&gt;&lt;BR /&gt;
&lt;EM&gt;Group multiple charts, tables, html panels, or events, aligning vertically.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 13:49:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Panels-Two-Separate-Searches/m-p/437312#M41491</guid>
      <dc:creator>kmorris_splunk</dc:creator>
      <dc:date>2018-06-05T13:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Panels - Two Separate Searches</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Panels-Two-Separate-Searches/m-p/437313#M41492</link>
      <description>&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;Dashboard Examples App&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 13:50:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Panels-Two-Separate-Searches/m-p/437313#M41492</guid>
      <dc:creator>kmorris_splunk</dc:creator>
      <dc:date>2018-06-05T13:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Panels - Two Separate Searches</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Panels-Two-Separate-Searches/m-p/437314#M41493</link>
      <description>&lt;P&gt;You can also explore multi-search tables with "appendcols" and "| transpose" ...&lt;/P&gt;

&lt;P&gt;would go something like this:&lt;BR /&gt;
index= sourcetype= "firstsearchhere" | table/stats countby (Main Title) (Search Results) | appendcols[search index= sourcetype= "secondsearchhere" | table/stats countby (Subtile for another search) (Search Results for a different search)] | transpose&lt;/P&gt;

&lt;P&gt;table would look somewhat like:&lt;BR /&gt;
Main Title&lt;BR /&gt;
firstsearchtitle                  #######search results#####&lt;BR /&gt;
secondsearchtitle            #######searchresults#####&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 14:33:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Panels-Two-Separate-Searches/m-p/437314#M41493</guid>
      <dc:creator>masonwhite</dc:creator>
      <dc:date>2018-06-05T14:33:36Z</dc:date>
    </item>
  </channel>
</rss>

