<?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 baseline,The previous value minus the next value？ in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/baseline-The-previous-value-minus-the-next-value/m-p/158277#M185859</link>
    <description>&lt;P&gt;hi,all&lt;BR /&gt;
  I want to make a baseline，statistical the success rate.The current time success rate minus the last time success rate, then, divided by the time 60m,all the success rate of such,&lt;IMG src="http://answers.splunk.com//storage/baseline.jpg" alt="alt text" /&gt;what should I do?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Fri, 09 May 2014 03:46:36 GMT</pubDate>
    <dc:creator>laiyongmao</dc:creator>
    <dc:date>2014-05-09T03:46:36Z</dc:date>
    <item>
      <title>baseline,The previous value minus the next value？</title>
      <link>https://community.splunk.com/t5/Splunk-Search/baseline-The-previous-value-minus-the-next-value/m-p/158277#M185859</link>
      <description>&lt;P&gt;hi,all&lt;BR /&gt;
  I want to make a baseline，statistical the success rate.The current time success rate minus the last time success rate, then, divided by the time 60m,all the success rate of such,&lt;IMG src="http://answers.splunk.com//storage/baseline.jpg" alt="alt text" /&gt;what should I do?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2014 03:46:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/baseline-The-previous-value-minus-the-next-value/m-p/158277#M185859</guid>
      <dc:creator>laiyongmao</dc:creator>
      <dc:date>2014-05-09T03:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: baseline,The previous value minus the next value？</title>
      <link>https://community.splunk.com/t5/Splunk-Search/baseline-The-previous-value-minus-the-next-value/m-p/158278#M185860</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Your base search giving fields 'Time' and 'rate' | sort Time | streamstats current=f window=1 first(rate) as prevRate | sort -Time | eval baselineRate=round((rate-prevRate)/60,2)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 May 2014 14:19:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/baseline-The-previous-value-minus-the-next-value/m-p/158278#M185860</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-05-09T14:19:44Z</dc:date>
    </item>
  </channel>
</rss>

