<?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: Transaction by time range and calculate in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Transaction-by-time-range-and-calculate/m-p/46190#M11037</link>
    <description>&lt;P&gt;Exactly what I needed. Thank you so much!&lt;/P&gt;</description>
    <pubDate>Wed, 27 Feb 2013 21:07:25 GMT</pubDate>
    <dc:creator>lain179</dc:creator>
    <dc:date>2013-02-27T21:07:25Z</dc:date>
    <item>
      <title>Transaction by time range and calculate</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-by-time-range-and-calculate/m-p/46188#M11035</link>
      <description>&lt;P&gt;I have a log that tracks the number of documents. I would like to know how to find and table/graph the number of NEW documents for every 15 minutes.&lt;/P&gt;

&lt;P&gt;The log looks like this: In this example, I need to find 1667 - 53 = 1614 new docs for the first 15 minutes.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;2013-02-27 09:43:01  Found: 68 Sent: 53 ( New: 53 )&lt;/STRONG&gt;&lt;BR /&gt;
2013-02-27 09:45:23  Found: 307 Sent: 290 ( New: 290 )&lt;BR /&gt;
2013-02-27 09:48:50  Found: 493 Sent: 476 ( New: 476 )&lt;BR /&gt;
2013-02-27 09:50:37  Found: 820 Sent: 803 ( New: 803 )&lt;BR /&gt;
2013-02-27 09:52:29  Found: 1025 Sent: 1008 ( New: 1008 )&lt;BR /&gt;
2013-02-27 09:55:01  Found: 1294 Sent: 1277 ( New: 1277 )&lt;BR /&gt;
2013-02-27 09:57:03  Found: 1445 Sent: 1428 ( New: 1428 )&lt;BR /&gt;
&lt;STRONG&gt;2013-02-27 09:58:45  Found: 1682 Sent: 1667 ( New: 1667 )&lt;/STRONG&gt;&lt;BR /&gt;
2013-02-27 09:59:07  Found: 1847 Sent: 1830 ( New: 1830 )&lt;BR /&gt;
&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 27 Feb 2013 19:22:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-by-time-range-and-calculate/m-p/46188#M11035</guid>
      <dc:creator>lain179</dc:creator>
      <dc:date>2013-02-27T19:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction by time range and calculate</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-by-time-range-and-calculate/m-p/46189#M11036</link>
      <description>&lt;P&gt;you could do this&lt;/P&gt;

&lt;P&gt;first extract the document count as a field called doccount (this would be the value after New: )&lt;/P&gt;

&lt;P&gt;search would be  &lt;/P&gt;

&lt;P&gt;...|bucket _time span=15min | stats min(doccount) as mindoc max(doccount) as maxdoc by _time | eval newdocuments=maxdoc-mindoc | table _time newdocuments&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2013 19:31:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-by-time-range-and-calculate/m-p/46189#M11036</guid>
      <dc:creator>cramasta</dc:creator>
      <dc:date>2013-02-27T19:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction by time range and calculate</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-by-time-range-and-calculate/m-p/46190#M11037</link>
      <description>&lt;P&gt;Exactly what I needed. Thank you so much!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2013 21:07:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-by-time-range-and-calculate/m-p/46190#M11037</guid>
      <dc:creator>lain179</dc:creator>
      <dc:date>2013-02-27T21:07:25Z</dc:date>
    </item>
  </channel>
</rss>

