<?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: Compare two timerange in one report in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Compare-two-timerange-in-one-report/m-p/70810#M3817</link>
    <description>&lt;P&gt;Hi LauraBre&lt;/P&gt;

&lt;P&gt;usually this is only a information that the time range was set to the time range of your search and not what was chosen with the time picker besides the search box. I &lt;EM&gt;was&lt;/EM&gt; not 100% sure, but I think you can suppress this kind of message somehow.....&lt;/P&gt;

&lt;P&gt;yes, you can suppress it, just follow the instruction from &lt;A href="http://splunk-base.splunk.com/answers/7256/how-to-suppress-your-timerange-was-substituted-based-on-your-search-string-message"&gt;here&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;hope this helps&lt;BR /&gt;
cheers,&lt;/P&gt;

&lt;P&gt;MuS&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jun 2012 13:26:00 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2012-06-08T13:26:00Z</dc:date>
    <item>
      <title>Compare two timerange in one report</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Compare-two-timerange-in-one-report/m-p/70809#M3816</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I did a chart where compare two timeranges. This is my search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="tcp:5543" Service_Type="*" earliest=-0d@d latest=now | multikv | eval ReportKey="today" | append [search source="tcp:5543" Service_Type="*" earliest=-1d@d latest=-0d@d| multikv | eval ReportKey="yesterday" | eval _time=_time+86400] | timechart span=5m count(Service_Type) as "Number of Services"  by ReportKey
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But I have the following messages when I launched it :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[subsearch]: Your timerange was substituted based on your search string
Your timerange was substituted based on your search string
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But I don't understand where is the problem. &lt;/P&gt;

&lt;P&gt;Thx by advance.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2012 13:11:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Compare-two-timerange-in-one-report/m-p/70809#M3816</guid>
      <dc:creator>LauraBre</dc:creator>
      <dc:date>2012-06-08T13:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compare two timerange in one report</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Compare-two-timerange-in-one-report/m-p/70810#M3817</link>
      <description>&lt;P&gt;Hi LauraBre&lt;/P&gt;

&lt;P&gt;usually this is only a information that the time range was set to the time range of your search and not what was chosen with the time picker besides the search box. I &lt;EM&gt;was&lt;/EM&gt; not 100% sure, but I think you can suppress this kind of message somehow.....&lt;/P&gt;

&lt;P&gt;yes, you can suppress it, just follow the instruction from &lt;A href="http://splunk-base.splunk.com/answers/7256/how-to-suppress-your-timerange-was-substituted-based-on-your-search-string-message"&gt;here&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;hope this helps&lt;BR /&gt;
cheers,&lt;/P&gt;

&lt;P&gt;MuS&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2012 13:26:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Compare-two-timerange-in-one-report/m-p/70810#M3817</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2012-06-08T13:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Compare two timerange in one report</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Compare-two-timerange-in-one-report/m-p/70811#M3818</link>
      <description>&lt;P&gt;Thx very much, I look for this and I post my answer if I choose it.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2012 13:27:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Compare-two-timerange-in-one-report/m-p/70811#M3818</guid>
      <dc:creator>LauraBre</dc:creator>
      <dc:date>2012-06-08T13:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Compare two timerange in one report</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Compare-two-timerange-in-one-report/m-p/70812#M3819</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Comparing week-over-week results used to a pain in Splunk, with complex date calculations. No more.  Now there is a better way.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I wrote a convenient search command called "&lt;A href="http://apps.splunk.com/app/1645/"&gt;timewrap&lt;/A&gt;" that does it all, for arbitrary time periods.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | timechart count span=1h | timewrap d
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;That's it!&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://apps.splunk.com/app/1645/"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;A href="http://apps.splunk.com/app/1645/" target="test_blank"&gt;http://apps.splunk.com/app/1645/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2013 21:36:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Compare-two-timerange-in-one-report/m-p/70812#M3819</guid>
      <dc:creator>carasso</dc:creator>
      <dc:date>2013-12-06T21:36:24Z</dc:date>
    </item>
  </channel>
</rss>

