<?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 multiple search queries in one panel in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/multiple-search-queries-in-one-panel/m-p/372398#M109530</link>
    <description>&lt;P&gt;Can anyone help simplify attached XML to display result in one panel as described below &lt;/P&gt;

&lt;P&gt;Current Result &lt;/P&gt;

&lt;P&gt;3 panels &lt;BR /&gt;
x Count &lt;BR /&gt;
4&lt;/P&gt;

&lt;P&gt;Y Count &lt;BR /&gt;
5&lt;/P&gt;

&lt;P&gt;z Count &lt;BR /&gt;
15&lt;/P&gt;

&lt;P&gt;Expecting to display as single table &lt;BR /&gt;
X Count 4&lt;BR /&gt;
Y Count 5&lt;BR /&gt;
Z Count 15&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2017 08:39:23 GMT</pubDate>
    <dc:creator>luvukrishna</dc:creator>
    <dc:date>2017-03-24T08:39:23Z</dc:date>
    <item>
      <title>multiple search queries in one panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multiple-search-queries-in-one-panel/m-p/372398#M109530</link>
      <description>&lt;P&gt;Can anyone help simplify attached XML to display result in one panel as described below &lt;/P&gt;

&lt;P&gt;Current Result &lt;/P&gt;

&lt;P&gt;3 panels &lt;BR /&gt;
x Count &lt;BR /&gt;
4&lt;/P&gt;

&lt;P&gt;Y Count &lt;BR /&gt;
5&lt;/P&gt;

&lt;P&gt;z Count &lt;BR /&gt;
15&lt;/P&gt;

&lt;P&gt;Expecting to display as single table &lt;BR /&gt;
X Count 4&lt;BR /&gt;
Y Count 5&lt;BR /&gt;
Z Count 15&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 08:39:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multiple-search-queries-in-one-panel/m-p/372398#M109530</guid>
      <dc:creator>luvukrishna</dc:creator>
      <dc:date>2017-03-24T08:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: multiple search queries in one panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multiple-search-queries-in-one-panel/m-p/372399#M109531</link>
      <description>&lt;P&gt;I think you are getting ahead of yourself a bit - as I read it from your description, the problem has nothing to do with panels and everything to do with the search.  So, let's work on that.&lt;/P&gt;

&lt;P&gt;Try a search like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;service="xxxx" method="xx" types="x" | stats count | eval "Count Type"="X Count"
| append
    [ search service="yyyy" &amp;lt;other y stuff&amp;gt; | stats count | eval "Count Type"="Y Count"]
| append
    [ search service="zzzz" &amp;lt;other z stuff&amp;gt; | stats count | eval "Count Type"="Z Count"]
| table "Count Type", count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See if those results are what you'd like to have on the dashboard panel.  If they are, then add them.  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  If they are not, please be sure to comment back (using the code button to paste in code!) with exactly what is or is not working with it and we'll be glad to help more!&lt;/P&gt;

&lt;P&gt;Happy Splunking,&lt;BR /&gt;
Rich&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 14:28:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multiple-search-queries-in-one-panel/m-p/372399#M109531</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2017-03-24T14:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: multiple search queries in one panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multiple-search-queries-in-one-panel/m-p/372400#M109532</link>
      <description>&lt;P&gt;If you really don't want to fix the searches and just want those panels to be better "combined", you could remove the two sections in your code that look like &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;/panel&amp;gt;
&amp;lt;panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;from the two places in the middle of that chunk of code you took a screenshot of.&lt;/P&gt;

&lt;P&gt;That won't quite fix it, but it'll be better and maybe that's all you need.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 14:37:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multiple-search-queries-in-one-panel/m-p/372400#M109532</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2017-03-24T14:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: multiple search queries in one panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multiple-search-queries-in-one-panel/m-p/372401#M109533</link>
      <description>&lt;P&gt;Thanks Rich,&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 03:05:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multiple-search-queries-in-one-panel/m-p/372401#M109533</guid>
      <dc:creator>luvukrishna</dc:creator>
      <dc:date>2017-03-27T03:05:49Z</dc:date>
    </item>
  </channel>
</rss>

