<?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 Streamstats question in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Streamstats-question/m-p/373857#M109927</link>
    <description>&lt;P&gt;index=### sourcetype=####|table Server Server AppName AppProductName _time ServerRole ServerSerialNumber ServerSite | timechart span=1d dc(ServerName) as "count" by AppProductName|&lt;/P&gt;

&lt;P&gt;Is there a good way to write a formula to see the deltas for each Product name&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2017 20:01:45 GMT</pubDate>
    <dc:creator>jhayIV</dc:creator>
    <dc:date>2017-06-28T20:01:45Z</dc:date>
    <item>
      <title>Streamstats question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Streamstats-question/m-p/373857#M109927</link>
      <description>&lt;P&gt;index=### sourcetype=####|table Server Server AppName AppProductName _time ServerRole ServerSerialNumber ServerSite | timechart span=1d dc(ServerName) as "count" by AppProductName|&lt;/P&gt;

&lt;P&gt;Is there a good way to write a formula to see the deltas for each Product name&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 20:01:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Streamstats-question/m-p/373857#M109927</guid>
      <dc:creator>jhayIV</dc:creator>
      <dc:date>2017-06-28T20:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Streamstats question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Streamstats-question/m-p/373858#M109928</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=### sourcetype=####|table Server Server AppName AppProductName _time ServerRole ServerSerialNumber ServerSite | timechart span=1d dc(ServerName) as "count" by AppProductName
| streamstats current=f window=1 values(*) as prev_*
| foreach prev_* [eval delta_&amp;lt;&amp;lt;MATCHSTR&amp;gt;&amp;gt;='&amp;lt;&amp;lt;MATCHSTR&amp;gt;&amp;gt;'-'&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;']
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Jun 2017 20:06:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Streamstats-question/m-p/373858#M109928</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-06-28T20:06:52Z</dc:date>
    </item>
  </channel>
</rss>

