<?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: How to pick a values are in sequence using streamstats greater than 8 continuous value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-pick-a-values-are-in-sequence-using-streamstats-greater/m-p/486577#M136086</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;your_search
| streamstats reset_on_change=true count(value_TS) AS Sequence BY incremented TS
| reverse
| streamstats reset_after="Sequence=1" count(eval(Sequence&amp;gt;=4)) as flag
| reverse
| where flag &amp;gt; 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hi, @premranjithj&lt;BR /&gt;
How about this?&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jan 2020 14:39:25 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2020-01-13T14:39:25Z</dc:date>
    <item>
      <title>How to pick a values are in sequence using streamstats greater than 8 continuous value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-pick-a-values-are-in-sequence-using-streamstats-greater/m-p/486575#M136084</link>
      <description>&lt;P&gt;If a streamstats sequence value is continuous to 1-10 values. i need to pick entire count of data . My search is | streamstats reset_on_change=true  count(value_TS) AS Sequence BY incremented TS&lt;BR /&gt;
for example: if sequence is equal to 4 or greater than 3. i need to pick all 4 values ie(1-4) or else skip&lt;BR /&gt;
mockUp data&lt;BR /&gt;
streamsstats&lt;BR /&gt;
1&lt;BR /&gt;
2&lt;BR /&gt;
3&lt;BR /&gt;
4&lt;BR /&gt;
1&lt;BR /&gt;
1&lt;BR /&gt;
1&lt;BR /&gt;
2&lt;BR /&gt;
3&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:42:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-pick-a-values-are-in-sequence-using-streamstats-greater/m-p/486575#M136084</guid>
      <dc:creator>DataOrg</dc:creator>
      <dc:date>2020-09-30T03:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to pick a values are in sequence using streamstats greater than 8 continuous value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-pick-a-values-are-in-sequence-using-streamstats-greater/m-p/486576#M136085</link>
      <description>&lt;P&gt;Try this untested search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...  | streamstats reset_on_change=true count(value_TS) AS Sequence BY incremented TS
| streamstats max(Sequence) as Max
| where Max &amp;gt; 3
| ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 Jan 2020 13:48:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-pick-a-values-are-in-sequence-using-streamstats-greater/m-p/486576#M136085</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-01-13T13:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to pick a values are in sequence using streamstats greater than 8 continuous value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-pick-a-values-are-in-sequence-using-streamstats-greater/m-p/486577#M136086</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;your_search
| streamstats reset_on_change=true count(value_TS) AS Sequence BY incremented TS
| reverse
| streamstats reset_after="Sequence=1" count(eval(Sequence&amp;gt;=4)) as flag
| reverse
| where flag &amp;gt; 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hi, @premranjithj&lt;BR /&gt;
How about this?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 14:39:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-pick-a-values-are-in-sequence-using-streamstats-greater/m-p/486577#M136086</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-01-13T14:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to pick a values are in sequence using streamstats greater than 8 continuous value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-pick-a-values-are-in-sequence-using-streamstats-greater/m-p/486578#M136087</link>
      <description>&lt;P&gt;Whats the expected output of your sample data?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 14:41:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-pick-a-values-are-in-sequence-using-streamstats-greater/m-p/486578#M136087</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-01-13T14:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to pick a values are in sequence using streamstats greater than 8 continuous value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-pick-a-values-are-in-sequence-using-streamstats-greater/m-p/486579#M136088</link>
      <description>&lt;P&gt;the max value is following the change in sequence value too. i need only the first 4 values and if the sequence is followed in other sequence need to pick the fresh set of values&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 14:48:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-pick-a-values-are-in-sequence-using-streamstats-greater/m-p/486579#M136088</guid>
      <dc:creator>DataOrg</dc:creator>
      <dc:date>2020-01-13T14:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to pick a values are in sequence using streamstats greater than 8 continuous value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-pick-a-values-are-in-sequence-using-streamstats-greater/m-p/486580#M136089</link>
      <description>&lt;P&gt;@to4kawa Super !!! thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; worked&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 15:06:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-pick-a-values-are-in-sequence-using-streamstats-greater/m-p/486580#M136089</guid>
      <dc:creator>DataOrg</dc:creator>
      <dc:date>2020-01-13T15:06:23Z</dc:date>
    </item>
  </channel>
</rss>

