<?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 Comparing data on two sets obtained from two different date ranges? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-data-on-two-sets-obtained-from-two-different-date/m-p/194896#M12156</link>
    <description>&lt;P&gt;My data looks something like this &lt;BR /&gt;
C1 C2 C3 C4  date &lt;BR /&gt;
1 2 3 4  xx-xx-xxxx&lt;BR /&gt;
3 4 3 1  xx-xx-xxxx&lt;BR /&gt;
5 6 7 6  xx-xx-xxxx&lt;/P&gt;

&lt;P&gt;C1 C2 C3 C4  date &lt;BR /&gt;
4 5 3 4  yy-yy-yyyy&lt;BR /&gt;
2 4 6 1  yy-yy-yyyy&lt;BR /&gt;
7 4 7 0  yy-yy-yyyy&lt;/P&gt;

&lt;P&gt;I am to extract this data from two different dates and compare their means etc. &lt;BR /&gt;
How should I proceed ? &lt;BR /&gt;
Any suggestions are welcome. &lt;/P&gt;

&lt;P&gt;What I want to do : &lt;BR /&gt;
Extract data from both dates in a single query &lt;BR /&gt;
compare means on each column in both sets&lt;BR /&gt;
display output in the form of a range map or a tabset icon inline.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Aug 2015 21:01:55 GMT</pubDate>
    <dc:creator>m_vivek</dc:creator>
    <dc:date>2015-08-26T21:01:55Z</dc:date>
    <item>
      <title>Comparing data on two sets obtained from two different date ranges?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-data-on-two-sets-obtained-from-two-different-date/m-p/194896#M12156</link>
      <description>&lt;P&gt;My data looks something like this &lt;BR /&gt;
C1 C2 C3 C4  date &lt;BR /&gt;
1 2 3 4  xx-xx-xxxx&lt;BR /&gt;
3 4 3 1  xx-xx-xxxx&lt;BR /&gt;
5 6 7 6  xx-xx-xxxx&lt;/P&gt;

&lt;P&gt;C1 C2 C3 C4  date &lt;BR /&gt;
4 5 3 4  yy-yy-yyyy&lt;BR /&gt;
2 4 6 1  yy-yy-yyyy&lt;BR /&gt;
7 4 7 0  yy-yy-yyyy&lt;/P&gt;

&lt;P&gt;I am to extract this data from two different dates and compare their means etc. &lt;BR /&gt;
How should I proceed ? &lt;BR /&gt;
Any suggestions are welcome. &lt;/P&gt;

&lt;P&gt;What I want to do : &lt;BR /&gt;
Extract data from both dates in a single query &lt;BR /&gt;
compare means on each column in both sets&lt;BR /&gt;
display output in the form of a range map or a tabset icon inline.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 21:01:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-data-on-two-sets-obtained-from-two-different-date/m-p/194896#M12156</guid>
      <dc:creator>m_vivek</dc:creator>
      <dc:date>2015-08-26T21:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data on two sets obtained from two different date ranges?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-data-on-two-sets-obtained-from-two-different-date/m-p/194897#M12157</link>
      <description>&lt;P&gt;Take a look at the Timewrap app: &lt;A href="https://splunkbase.splunk.com/app/1645/"&gt;https://splunkbase.splunk.com/app/1645/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 22:32:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-data-on-two-sets-obtained-from-two-different-date/m-p/194897#M12157</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2015-08-26T22:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data on two sets obtained from two different date ranges?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-data-on-two-sets-obtained-from-two-different-date/m-p/194898#M12158</link>
      <description>&lt;P&gt;If I am correct you have two time ranges to be compared in one report- &lt;/P&gt;

&lt;P&gt;-&lt;A href="http://blogs.splunk.com/2012/02/19/compare-two-time-ranges-in-one-report/"&gt;http://blogs.splunk.com/2012/02/19/compare-two-time-ranges-in-one-report/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Use date format instead of relative time.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 22:35:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-data-on-two-sets-obtained-from-two-different-date/m-p/194898#M12158</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-08-26T22:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data on two sets obtained from two different date ranges?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-data-on-two-sets-obtained-from-two-different-date/m-p/194899#M12159</link>
      <description>&lt;P&gt;Getting both sets of results based on the choice of dates in a single query is &lt;BR /&gt;
how far I have got till now. take a look. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=abcd host=pqrs*   earliest=07/01/2015:00:0:0 latest=07/02/2015:01:0:0 | fields DUR, TYPE | timechart limit=0 span=10m count, avg(DUR) by TYPE | eval dataset=1 | append[index=abcd host=pqrs*   earliest=07/03/2015:00:0:0 latest=07/04/2015:01:0:0 | fields DUR, TYPE | timechart limit=0 span=10m count, avg(DUR) by TYPE  | eval dataset=2]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;abcd pqrs are just for an idea. &lt;/P&gt;

&lt;P&gt;My next step is to calculate means of each field/column for the corresponding data set and compare the means and output the results of the comparison in the form of a rangemap or tabset icon(inline). &lt;/P&gt;

&lt;P&gt;Any suggestions/recommendations are welcome.&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 22:57:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-data-on-two-sets-obtained-from-two-different-date/m-p/194899#M12159</guid>
      <dc:creator>m_vivek</dc:creator>
      <dc:date>2015-08-26T22:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing data on two sets obtained from two different date ranges?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-data-on-two-sets-obtained-from-two-different-date/m-p/194900#M12160</link>
      <description>&lt;P&gt;Thank you for that @jensonthottian. &lt;BR /&gt;
But,&lt;BR /&gt;&lt;BR /&gt;
I have about 180 items/fields that are being measured.  I need to do a statistical analysis on each of the 180 fields/entities and then compare them over the time ranges.  &lt;/P&gt;

&lt;P&gt;How should I proceed in this case? &lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2015 17:29:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-data-on-two-sets-obtained-from-two-different-date/m-p/194900#M12160</guid>
      <dc:creator>m_vivek</dc:creator>
      <dc:date>2015-08-31T17:29:00Z</dc:date>
    </item>
  </channel>
</rss>

