<?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 Single graph from Multi search index in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-graph-from-Multi-search-index/m-p/343774#M39064</link>
    <description>&lt;P&gt;Hi, I need a chart from multiple source and multiple search terms.&lt;/P&gt;

&lt;P&gt;search 1: index="SessionController" host = "abc01*"  | stats distinct_count(session) by date_hour&lt;BR /&gt;
search 2: index="CompleteSale" host = "xyz*" | stats distinct_count(order) by date_hour&lt;/P&gt;

&lt;P&gt;I want a line graph that will show number of requests (i.e. count of Session's) and the orders per hour.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 15:10:34 GMT</pubDate>
    <dc:creator>BharathKN</dc:creator>
    <dc:date>2020-09-29T15:10:34Z</dc:date>
    <item>
      <title>Single graph from Multi search index</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-graph-from-Multi-search-index/m-p/343774#M39064</link>
      <description>&lt;P&gt;Hi, I need a chart from multiple source and multiple search terms.&lt;/P&gt;

&lt;P&gt;search 1: index="SessionController" host = "abc01*"  | stats distinct_count(session) by date_hour&lt;BR /&gt;
search 2: index="CompleteSale" host = "xyz*" | stats distinct_count(order) by date_hour&lt;/P&gt;

&lt;P&gt;I want a line graph that will show number of requests (i.e. count of Session's) and the orders per hour.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:10:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Single-graph-from-Multi-search-index/m-p/343774#M39064</guid>
      <dc:creator>BharathKN</dc:creator>
      <dc:date>2020-09-29T15:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Single graph from Multi search index</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-graph-from-Multi-search-index/m-p/343775#M39065</link>
      <description>&lt;P&gt;If the session and order fields are exclusively used on the source where you want to count them, you can simply combine your searches:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index="SessionController" host = "abc01*") OR (index="CompleteSale" host = "xyz*") | stats distinct_count(session) distinct_count(order) by date_hour
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Aug 2017 08:03:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Single-graph-from-Multi-search-index/m-p/343775#M39065</guid>
      <dc:creator>knielsen</dc:creator>
      <dc:date>2017-08-01T08:03:44Z</dc:date>
    </item>
  </channel>
</rss>

