<?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: Is there a way to ignore single events in (transaction)? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-ignore-single-events-in-transaction/m-p/164017#M46584</link>
    <description>&lt;P&gt;Good idea.  Thanks. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2014 20:48:24 GMT</pubDate>
    <dc:creator>albyva</dc:creator>
    <dc:date>2014-02-24T20:48:24Z</dc:date>
    <item>
      <title>Is there a way to ignore single events in (transaction)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-ignore-single-events-in-transaction/m-p/164015#M46582</link>
      <description>&lt;P&gt;I'm using (transaction) to count the number of events in a stream of data.&lt;BR /&gt;
There are numerous single events, but I'm only interested in events that are 2 or more.&lt;BR /&gt;
Using the string maxevent=X, I can limit the maximum number of events within a given time span,&lt;BR /&gt;
but can you ignore a number of events less than a given number (ie:  minevents=2)???&lt;/P&gt;

&lt;P&gt;index=generic | transaction data maxevents=2 maxspan=2m&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2014 20:26:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-ignore-single-events-in-transaction/m-p/164015#M46582</guid>
      <dc:creator>albyva</dc:creator>
      <dc:date>2014-02-24T20:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to ignore single events in (transaction)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-ignore-single-events-in-transaction/m-p/164016#M46583</link>
      <description>&lt;P&gt;Any transaction command adds fields like duration and eventcount. You can filter based on field eventcount.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=generic | transaction data maxspan=2m | where eventcount &amp;gt; 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Feb 2014 20:42:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-ignore-single-events-in-transaction/m-p/164016#M46583</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-02-24T20:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to ignore single events in (transaction)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-ignore-single-events-in-transaction/m-p/164017#M46584</link>
      <description>&lt;P&gt;Good idea.  Thanks. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2014 20:48:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-ignore-single-events-in-transaction/m-p/164017#M46584</guid>
      <dc:creator>albyva</dc:creator>
      <dc:date>2014-02-24T20:48:24Z</dc:date>
    </item>
  </channel>
</rss>

