<?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 time vs repeating data in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/time-vs-repeating-data/m-p/125849#M34012</link>
    <description>&lt;P&gt;I would like to set a search timeframe of 1 week and for each day report the subtotals of Items 1, 2 and 3 (the items are the same for each day but the Quantity changes).  The output would reflect this as:&lt;/P&gt;

&lt;P&gt;2013-11-01.....Item 1.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-01.....Item 2.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-01.....Item 3.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-02.....Item 1.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-02.....Item 2.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-02.....Item 3.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-03.....Item 1.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-03.....Item 2.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-03.....Item 3.....Quantity&lt;/P&gt;

&lt;P&gt;etc.&lt;BR /&gt;
I am able to isolate all of the field data but i am not sure how to structure the search to give the above output.&lt;/P&gt;

&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Nov 2013 14:37:59 GMT</pubDate>
    <dc:creator>jdomar</dc:creator>
    <dc:date>2013-11-01T14:37:59Z</dc:date>
    <item>
      <title>time vs repeating data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/time-vs-repeating-data/m-p/125849#M34012</link>
      <description>&lt;P&gt;I would like to set a search timeframe of 1 week and for each day report the subtotals of Items 1, 2 and 3 (the items are the same for each day but the Quantity changes).  The output would reflect this as:&lt;/P&gt;

&lt;P&gt;2013-11-01.....Item 1.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-01.....Item 2.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-01.....Item 3.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-02.....Item 1.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-02.....Item 2.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-02.....Item 3.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-03.....Item 1.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-03.....Item 2.....Quantity&lt;/P&gt;

&lt;P&gt;2013-11-03.....Item 3.....Quantity&lt;/P&gt;

&lt;P&gt;etc.&lt;BR /&gt;
I am able to isolate all of the field data but i am not sure how to structure the search to give the above output.&lt;/P&gt;

&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2013 14:37:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/time-vs-repeating-data/m-p/125849#M34012</guid>
      <dc:creator>jdomar</dc:creator>
      <dc:date>2013-11-01T14:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: time vs repeating data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/time-vs-repeating-data/m-p/125850#M34013</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...| bucket _time span=1d | stats sum(Quantity) by Item, _time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is probably close to what you need, but there are other options, depending on what your data looks like. Other options include;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | timechart span=1d sum(Quantity) by Item
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;K&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2013 14:46:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/time-vs-repeating-data/m-p/125850#M34013</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-11-01T14:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: time vs repeating data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/time-vs-repeating-data/m-p/125851#M34014</link>
      <description>&lt;P&gt;That work with tweaking.  Thank you, Very much!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2013 15:00:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/time-vs-repeating-data/m-p/125851#M34014</guid>
      <dc:creator>Akita881</dc:creator>
      <dc:date>2013-11-01T15:00:04Z</dc:date>
    </item>
  </channel>
</rss>

