<?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: Filter out my own source IP Address in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Filter-out-my-own-source-IP-Address/m-p/80473#M16586</link>
    <description>&lt;P&gt;No problem&lt;/P&gt;

&lt;P&gt;You can mark it as "Correct answer" if you think it´s correct. Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2013 09:03:52 GMT</pubDate>
    <dc:creator>gfuente</dc:creator>
    <dc:date>2013-04-01T09:03:52Z</dc:date>
    <item>
      <title>Filter out my own source IP Address</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-out-my-own-source-IP-Address/m-p/80470#M16583</link>
      <description>&lt;P&gt;I have my search command as source="C:\Users\L30814\Desktop\1713.log" http |  top 10 DestinationIP. What is the additional command to add in in order to filter out my own source IP Address??&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2013 07:52:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-out-my-own-source-IP-Address/m-p/80470#M16583</guid>
      <dc:creator>Kai191</dc:creator>
      <dc:date>2013-04-01T07:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out my own source IP Address</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-out-my-own-source-IP-Address/m-p/80471#M16584</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;You could try something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="C:\Users\L30814\Desktop\1713.log" http NOT "xxx.xxx.xxx.xxx" |  top 10 DestinationIP
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But this would filter any event with that ip adress, not just "source" adresses.&lt;/P&gt;

&lt;P&gt;If you have the field extracted you can do it better with this command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="C:\Users\L30814\Desktop\1713.log" http AND c_ip!="xxx.xxx.xxx.xxx" |  top 10 DestinationIP
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Supposing that you source ip adress is extracted in the field c_ip&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2013 08:05:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-out-my-own-source-IP-Address/m-p/80471#M16584</guid>
      <dc:creator>gfuente</dc:creator>
      <dc:date>2013-04-01T08:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out my own source IP Address</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-out-my-own-source-IP-Address/m-p/80472#M16585</link>
      <description>&lt;P&gt;Thaks a lot!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2013 08:28:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-out-my-own-source-IP-Address/m-p/80472#M16585</guid>
      <dc:creator>Kai191</dc:creator>
      <dc:date>2013-04-01T08:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out my own source IP Address</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filter-out-my-own-source-IP-Address/m-p/80473#M16586</link>
      <description>&lt;P&gt;No problem&lt;/P&gt;

&lt;P&gt;You can mark it as "Correct answer" if you think it´s correct. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2013 09:03:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filter-out-my-own-source-IP-Address/m-p/80473#M16586</guid>
      <dc:creator>gfuente</dc:creator>
      <dc:date>2013-04-01T09:03:52Z</dc:date>
    </item>
  </channel>
</rss>

