<?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 can I remove one of  event from transaction result in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-one-of-event-from-transaction-result/m-p/454631#M128610</link>
    <description>&lt;P&gt;You can add a filter condition after your search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| search eventcount=1 OR (eventcount&amp;gt;1 AND SessionType="MultiMode" AND NOT (SessionEstablish="Success" AND SessionCode="Drop"))
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 22 Mar 2019 08:26:59 GMT</pubDate>
    <dc:creator>DMohn</dc:creator>
    <dc:date>2019-03-22T08:26:59Z</dc:date>
    <item>
      <title>How can I remove one of  event from transaction result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-one-of-event-from-transaction-result/m-p/454630#M128609</link>
      <description>&lt;P&gt;Recently  i create a transaction search, command and result a per below&lt;BR /&gt;
Search command:&lt;BR /&gt;
search |  transaction SessionId srcip destip starttime mvlist=t maxspan=5m keepevicted=true&lt;/P&gt;

&lt;P&gt;Result table as per below:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6763iD4D1E9CF2CA2DD94/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;May i know how to filter/remove those SessionEstablish="Success" and SessionCode="Drop" when eventcount is more than 1 and SessionType is MultiMode?&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 06:32:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-one-of-event-from-transaction-result/m-p/454630#M128609</guid>
      <dc:creator>henrysoon80</dc:creator>
      <dc:date>2019-03-22T06:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove one of  event from transaction result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-one-of-event-from-transaction-result/m-p/454631#M128610</link>
      <description>&lt;P&gt;You can add a filter condition after your search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| search eventcount=1 OR (eventcount&amp;gt;1 AND SessionType="MultiMode" AND NOT (SessionEstablish="Success" AND SessionCode="Drop"))
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Mar 2019 08:26:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-one-of-event-from-transaction-result/m-p/454631#M128610</guid>
      <dc:creator>DMohn</dc:creator>
      <dc:date>2019-03-22T08:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove one of  event from transaction result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-one-of-event-from-transaction-result/m-p/454632#M128611</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6761i8CF8D281F2DCE848/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;The Result was appear as per above attached, however i wish to get as per below result&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6762i7169E4AD9447F2F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 02:24:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-one-of-event-from-transaction-result/m-p/454632#M128611</guid>
      <dc:creator>henrysoon80</dc:creator>
      <dc:date>2019-03-25T02:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove one of  event from transaction result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-one-of-event-from-transaction-result/m-p/454633#M128612</link>
      <description>&lt;P&gt;Hi DMohn, i had posted new comment waiting moderator review my post&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 02:51:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-one-of-event-from-transaction-result/m-p/454633#M128612</guid>
      <dc:creator>henrysoon80</dc:creator>
      <dc:date>2019-03-25T02:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove one of  event from transaction result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-one-of-event-from-transaction-result/m-p/454634#M128613</link>
      <description>&lt;P&gt;The basic answer is DO NOT USE &lt;CODE&gt;transaction&lt;/CODE&gt;.  It is massive overkill, does not scale well, and when it tries to, it silently fails without telling you that it gave up in the middle.  If it seems to work for you, I assure you that you are mistaken.  Take a step back, post a set of raw events and then tell us what you are trying to do with them.  We will give you an answer that does not use &lt;CODE&gt;transaction&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 05:22:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-one-of-event-from-transaction-result/m-p/454634#M128613</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-03-25T05:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I remove one of  event from transaction result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-one-of-event-from-transaction-result/m-p/454635#M128614</link>
      <description>&lt;P&gt;This is not what you had described in your starting post ... If I comapre the initial screenshot with the one you posted as your "intended result", you only removed the "SessionCode = Drop" events. Is this what you are trying to do? If not, please go into detail a bit more and elaborate, which results you want to see (or not) - e.g. SessionType = Single or Multi, Session Code = ....&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 07:19:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-remove-one-of-event-from-transaction-result/m-p/454635#M128614</guid>
      <dc:creator>DMohn</dc:creator>
      <dc:date>2019-03-25T07:19:49Z</dc:date>
    </item>
  </channel>
</rss>

