<?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 create timechart overlap of counts of 2 different dates in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-timechart-overlap-of-counts-of-2-different-dates/m-p/481901#M135033</link>
    <description>&lt;P&gt;I want to create a visualization that combines the 2 queries like below and give a overlapping timechart of counts&lt;/P&gt;

&lt;P&gt;Query 1: &lt;CODE&gt;index=myindex Service=MyService| timechart count&lt;/CODE&gt;  (for day1)&lt;BR /&gt;
Query 2: &lt;CODE&gt;index=myindex Service=MyService| timechart count&lt;/CODE&gt; (for day2)&lt;/P&gt;

&lt;P&gt;How can I do that?&lt;/P&gt;</description>
    <pubDate>Wed, 22 Apr 2020 13:27:10 GMT</pubDate>
    <dc:creator>nytins</dc:creator>
    <dc:date>2020-04-22T13:27:10Z</dc:date>
    <item>
      <title>How to create timechart overlap of counts of 2 different dates</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-timechart-overlap-of-counts-of-2-different-dates/m-p/481901#M135033</link>
      <description>&lt;P&gt;I want to create a visualization that combines the 2 queries like below and give a overlapping timechart of counts&lt;/P&gt;

&lt;P&gt;Query 1: &lt;CODE&gt;index=myindex Service=MyService| timechart count&lt;/CODE&gt;  (for day1)&lt;BR /&gt;
Query 2: &lt;CODE&gt;index=myindex Service=MyService| timechart count&lt;/CODE&gt; (for day2)&lt;/P&gt;

&lt;P&gt;How can I do that?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 13:27:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-timechart-overlap-of-counts-of-2-different-dates/m-p/481901#M135033</guid>
      <dc:creator>nytins</dc:creator>
      <dc:date>2020-04-22T13:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create timechart overlap of counts of 2 different dates</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-timechart-overlap-of-counts-of-2-different-dates/m-p/481902#M135034</link>
      <description>&lt;P&gt;Try using &lt;CODE&gt;timechart&lt;/CODE&gt; with span:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=myindex Service=MyService earliest=-2d@d | timechart span=1d count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Apr 2020 19:59:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-timechart-overlap-of-counts-of-2-different-dates/m-p/481902#M135034</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2020-04-22T19:59:28Z</dc:date>
    </item>
  </channel>
</rss>

