<?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: How to show two search results in one dashboard panel in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-two-search-results-in-one-dashboard-panel/m-p/234450#M69675</link>
    <description>&lt;P&gt;Hi muthvin, try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal module="module1" OR module="module2" | chart count over module by sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 15 Jan 2016 19:13:07 GMT</pubDate>
    <dc:creator>jluo_splunk</dc:creator>
    <dc:date>2016-01-15T19:13:07Z</dc:date>
    <item>
      <title>How to show two search results in one dashboard panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-two-search-results-in-one-dashboard-panel/m-p/234449#M69674</link>
      <description>&lt;P&gt;HI all&lt;BR /&gt;
I have two search which yield the table like this below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Module1 Module2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Name1   1.2 2.2&lt;BR /&gt;
Name2   1.5 3.2&lt;BR /&gt;
Name3   1.6 4.2&lt;BR /&gt;
Name4   1.2 5.2&lt;BR /&gt;
Name5   1.5 6.2&lt;BR /&gt;
Name6   1.6 7.2&lt;/P&gt;

&lt;P&gt;My queries are like: index=_internal module="module1" | stats count by sourcetype and &lt;BR /&gt;
 index=_internal module="module2" | stats count by sourcetype&lt;/P&gt;

&lt;P&gt;I want to merge these queries and create a dashboard panel to yield results as in table and line graph with two lines in it.&lt;BR /&gt;
It will be great if someone help me  here!&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:26:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-two-search-results-in-one-dashboard-panel/m-p/234449#M69674</guid>
      <dc:creator>muthvin</dc:creator>
      <dc:date>2020-09-29T08:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to show two search results in one dashboard panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-two-search-results-in-one-dashboard-panel/m-p/234450#M69675</link>
      <description>&lt;P&gt;Hi muthvin, try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal module="module1" OR module="module2" | chart count over module by sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Jan 2016 19:13:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-two-search-results-in-one-dashboard-panel/m-p/234450#M69675</guid>
      <dc:creator>jluo_splunk</dc:creator>
      <dc:date>2016-01-15T19:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to show two search results in one dashboard panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-two-search-results-in-one-dashboard-panel/m-p/234451#M69676</link>
      <description>&lt;P&gt;I guess the chart command should say this to get sourcetype as rows and module as columns&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | chart count over sourcetype by module 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Jan 2016 19:48:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-two-search-results-in-one-dashboard-panel/m-p/234451#M69676</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-01-15T19:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to show two search results in one dashboard panel</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-two-search-results-in-one-dashboard-panel/m-p/234452#M69677</link>
      <description>&lt;P&gt;Thanks guys in my case i reverted module by sourcetype and that solves my problem..&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 20:06:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-two-search-results-in-one-dashboard-panel/m-p/234452#M69677</guid>
      <dc:creator>muthvin</dc:creator>
      <dc:date>2016-01-15T20:06:03Z</dc:date>
    </item>
  </channel>
</rss>

