<?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 exclude particular statement from the input in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/exclude-particular-statement-from-the-input/m-p/129372#M26554</link>
    <description>&lt;P&gt;I have different log statements like&lt;/P&gt;

&lt;P&gt;2014-01-09 02:04:09,121 [450d450d] MAJOR: FTP Inbound Agent : Directory [] File [] on Server [10.6.16.222]&lt;BR /&gt;
2014-01-11 00:01:01,050 [608c608c] MAJOR: SFTP Inbound - Zero Byte File Check&lt;BR /&gt;
2013-12-05 15:34:00,895 [275f275f] +MAJOR: Stacktrace of root exception&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
etc&lt;BR /&gt;
Some search is appplied on the above statements and a report is created.I want to exclude the log statement &lt;BR /&gt;
"2014-01-11 00:01:01,050 [608c608c] MAJOR: SFTP Inbound - Zero Byte File Check"&lt;BR /&gt;
 in the log file from being searched and create a report.Is there any option in splunk to do this?&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2014 14:32:57 GMT</pubDate>
    <dc:creator>Jananee_iNautix</dc:creator>
    <dc:date>2014-01-29T14:32:57Z</dc:date>
    <item>
      <title>exclude particular statement from the input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/exclude-particular-statement-from-the-input/m-p/129372#M26554</link>
      <description>&lt;P&gt;I have different log statements like&lt;/P&gt;

&lt;P&gt;2014-01-09 02:04:09,121 [450d450d] MAJOR: FTP Inbound Agent : Directory [] File [] on Server [10.6.16.222]&lt;BR /&gt;
2014-01-11 00:01:01,050 [608c608c] MAJOR: SFTP Inbound - Zero Byte File Check&lt;BR /&gt;
2013-12-05 15:34:00,895 [275f275f] +MAJOR: Stacktrace of root exception&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
etc&lt;BR /&gt;
Some search is appplied on the above statements and a report is created.I want to exclude the log statement &lt;BR /&gt;
"2014-01-11 00:01:01,050 [608c608c] MAJOR: SFTP Inbound - Zero Byte File Check"&lt;BR /&gt;
 in the log file from being searched and create a report.Is there any option in splunk to do this?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2014 14:32:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/exclude-particular-statement-from-the-input/m-p/129372#M26554</guid>
      <dc:creator>Jananee_iNautix</dc:creator>
      <dc:date>2014-01-29T14:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: exclude particular statement from the input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/exclude-particular-statement-from-the-input/m-p/129373#M26555</link>
      <description>&lt;P&gt;Try adding the following to your search portion of your search.  The NOT must be all caps.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;NOT "*MAJOR: SFTP Inbound - Zero Byte File Check*"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2014 14:48:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/exclude-particular-statement-from-the-input/m-p/129373#M26555</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2014-01-29T14:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: exclude particular statement from the input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/exclude-particular-statement-from-the-input/m-p/129374#M26556</link>
      <description>&lt;P&gt;i gave the search like &lt;BR /&gt;
&lt;CODE&gt;index=fxr  file AND (MAJOR) OR (SUCCESS: AND File AND successfully AND uploaded) NOT"*MAJOR: SFTP Inbound - Zero Byte File Check*"&lt;/CODE&gt; but its not getting excluded.Please help&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2014 05:52:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/exclude-particular-statement-from-the-input/m-p/129374#M26556</guid>
      <dc:creator>Jananee_iNautix</dc:creator>
      <dc:date>2014-01-30T05:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: exclude particular statement from the input</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/exclude-particular-statement-from-the-input/m-p/129375#M26557</link>
      <description>&lt;P&gt;Slightly rewritten for readability - does this produce the desired results?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index=fxr (SUCCESS File successfully uploaded) OR (MAJOR NOT "SFTP Inbound - Zero Byte File Check")&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2014 08:19:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/exclude-particular-statement-from-the-input/m-p/129375#M26557</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2014-01-30T08:19:48Z</dc:date>
    </item>
  </channel>
</rss>

