<?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 Using StreamStats/Other commands in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Using-StreamStats-Other-commands/m-p/136497#M37350</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;
I have data like following in need to get the differents count. Count will get reset in certain time period. Please help&lt;/P&gt;

&lt;P&gt;Expample Data&lt;/P&gt;

&lt;P&gt;Time    Count   Server&lt;/P&gt;

&lt;P&gt;1            0                  A&lt;/P&gt;

&lt;P&gt;1             2          B&lt;/P&gt;

&lt;P&gt;1             8          C&lt;/P&gt;

&lt;P&gt;1             1          D&lt;/P&gt;

&lt;P&gt;2             2           A&lt;/P&gt;

&lt;P&gt;2             4          B&lt;/P&gt;

&lt;P&gt;2             0          C&lt;/P&gt;

&lt;P&gt;2             2          D&lt;/P&gt;

&lt;P&gt;3             2          A&lt;/P&gt;

&lt;P&gt;3             2          B&lt;/P&gt;

&lt;P&gt;3             14          C&lt;/P&gt;

&lt;P&gt;3             8          D&lt;/P&gt;

&lt;P&gt;Result Table &lt;/P&gt;

&lt;P&gt;A  =2&lt;/P&gt;

&lt;P&gt;B = 4&lt;/P&gt;

&lt;P&gt;C=  14&lt;/P&gt;

&lt;P&gt;D= 7 &lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Sathish&lt;/P&gt;</description>
    <pubDate>Tue, 23 Sep 2014 12:05:30 GMT</pubDate>
    <dc:creator>rsathish47</dc:creator>
    <dc:date>2014-09-23T12:05:30Z</dc:date>
    <item>
      <title>Using StreamStats/Other commands</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-StreamStats-Other-commands/m-p/136497#M37350</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;
I have data like following in need to get the differents count. Count will get reset in certain time period. Please help&lt;/P&gt;

&lt;P&gt;Expample Data&lt;/P&gt;

&lt;P&gt;Time    Count   Server&lt;/P&gt;

&lt;P&gt;1            0                  A&lt;/P&gt;

&lt;P&gt;1             2          B&lt;/P&gt;

&lt;P&gt;1             8          C&lt;/P&gt;

&lt;P&gt;1             1          D&lt;/P&gt;

&lt;P&gt;2             2           A&lt;/P&gt;

&lt;P&gt;2             4          B&lt;/P&gt;

&lt;P&gt;2             0          C&lt;/P&gt;

&lt;P&gt;2             2          D&lt;/P&gt;

&lt;P&gt;3             2          A&lt;/P&gt;

&lt;P&gt;3             2          B&lt;/P&gt;

&lt;P&gt;3             14          C&lt;/P&gt;

&lt;P&gt;3             8          D&lt;/P&gt;

&lt;P&gt;Result Table &lt;/P&gt;

&lt;P&gt;A  =2&lt;/P&gt;

&lt;P&gt;B = 4&lt;/P&gt;

&lt;P&gt;C=  14&lt;/P&gt;

&lt;P&gt;D= 7 &lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Sathish&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 12:05:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-StreamStats-Other-commands/m-p/136497#M37350</guid>
      <dc:creator>rsathish47</dc:creator>
      <dc:date>2014-09-23T12:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using StreamStats/Other commands</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-StreamStats-Other-commands/m-p/136498#M37351</link>
      <description>&lt;P&gt;Not sure why you'd need streamstats. streamstats does not have a time-based window parameter, only number of events.&lt;/P&gt;

&lt;P&gt;You could simply do&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | stats range(Count) as diff by Server
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Sep 2014 12:27:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-StreamStats-Other-commands/m-p/136498#M37351</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2014-09-23T12:27:26Z</dc:date>
    </item>
  </channel>
</rss>

