<?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: Omit/filter/exclude events from a transaction in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Omit-filter-exclude-events-from-a-transaction/m-p/20946#M3355</link>
    <description>&lt;P&gt;If this resolved your issue, please 'accept' the answer by clicking on the outlined check-box to the left of it.  Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2011 16:19:16 GMT</pubDate>
    <dc:creator>dwaddle</dc:creator>
    <dc:date>2011-06-09T16:19:16Z</dc:date>
    <item>
      <title>Omit/filter/exclude events from a transaction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Omit-filter-exclude-events-from-a-transaction/m-p/20943#M3352</link>
      <description>&lt;P&gt;When I do the following search&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;sourcetype="access*" [ search method="POST" |fields clientip | rename clientip as query ]  | transaction clientip&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I get transactions that include all the requests for .css, .js, .png, etc.  I'd like to remove that clutter from the transactions.  Being simple-mineded, I tried:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;sourcetype="access*" [ search method="POST" |fields clientip | rename clientip as query ]  | transaction clientip | regex url!="\.(png|css|js|ico)"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;But that didn't help.  How can I exclude stuff I don't want to see within a transaction?&lt;/P&gt;

&lt;P&gt;Thanks -- Peter&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 20:02:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Omit-filter-exclude-events-from-a-transaction/m-p/20943#M3352</guid>
      <dc:creator>pburkholder</dc:creator>
      <dc:date>2011-06-01T20:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Omit/filter/exclude events from a transaction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Omit-filter-exclude-events-from-a-transaction/m-p/20944#M3353</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;

&lt;P&gt;Filter it out before it gets into the transaction.  Something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="access*" [ search method="POST" |fields clientip | rename clientip as query ] 
NOT ( png OR css OR js OR ico) | transaction clientip
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Jun 2011 20:31:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Omit-filter-exclude-events-from-a-transaction/m-p/20944#M3353</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-06-01T20:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Omit/filter/exclude events from a transaction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Omit-filter-exclude-events-from-a-transaction/m-p/20945#M3354</link>
      <description>&lt;P&gt;Doh!  Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2011 16:06:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Omit-filter-exclude-events-from-a-transaction/m-p/20945#M3354</guid>
      <dc:creator>pburkholder</dc:creator>
      <dc:date>2011-06-06T16:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Omit/filter/exclude events from a transaction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Omit-filter-exclude-events-from-a-transaction/m-p/20946#M3355</link>
      <description>&lt;P&gt;If this resolved your issue, please 'accept' the answer by clicking on the outlined check-box to the left of it.  Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2011 16:19:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Omit-filter-exclude-events-from-a-transaction/m-p/20946#M3355</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-06-09T16:19:16Z</dc:date>
    </item>
  </channel>
</rss>

