<?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: SPL:  Searching the Network Traffic for anything that is not (!=) United States in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/SPL-Searching-the-Network-Traffic-for-anything-that-is-not/m-p/478215#M192858</link>
    <description>&lt;P&gt;index=* sourcetype=* action="*"&lt;BR /&gt;
|stats count by host,src_ip,dest_ip,port&lt;BR /&gt;
|where src_ip!="United States"&lt;/P&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;Index=* sourcetype=* action="*"&lt;BR /&gt;
| stats count by src_ip dest_ip&lt;BR /&gt;
|iplocation src_ip dest_ip&lt;BR /&gt;
| where Country != "United States"&lt;BR /&gt;
|geostats latfield=lat longfield=lon count by Country&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 03:48:15 GMT</pubDate>
    <dc:creator>itsmevic</dc:creator>
    <dc:date>2020-09-30T03:48:15Z</dc:date>
    <item>
      <title>SPL:  Searching the Network Traffic for anything that is not (!=) United States</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SPL-Searching-the-Network-Traffic-for-anything-that-is-not/m-p/478213#M192856</link>
      <description>&lt;P&gt;Hello fellow Splunkers ( : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Does anyone have some SPL laying around that shows network traffic that is NOT United States based both source and destination standpoints.  I'd like to be able to monitor any of this type of traffic on my network via Splunk.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 Dec 2019 19:08:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SPL-Searching-the-Network-Traffic-for-anything-that-is-not/m-p/478213#M192856</guid>
      <dc:creator>itsmevic</dc:creator>
      <dc:date>2019-12-31T19:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: SPL:  Searching the Network Traffic for anything that is not (!=) United States</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SPL-Searching-the-Network-Traffic-for-anything-that-is-not/m-p/478214#M192857</link>
      <description>&lt;P&gt;will you provide sample log?&lt;BR /&gt;
Is country identification (&lt;A href="https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/"&gt;maxmind geolite2&lt;/A&gt; ) a problem?&lt;BR /&gt;
Do you update country data? &lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 22:44:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SPL-Searching-the-Network-Traffic-for-anything-that-is-not/m-p/478214#M192857</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2019-12-31T22:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: SPL:  Searching the Network Traffic for anything that is not (!=) United States</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SPL-Searching-the-Network-Traffic-for-anything-that-is-not/m-p/478215#M192858</link>
      <description>&lt;P&gt;index=* sourcetype=* action="*"&lt;BR /&gt;
|stats count by host,src_ip,dest_ip,port&lt;BR /&gt;
|where src_ip!="United States"&lt;/P&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;Index=* sourcetype=* action="*"&lt;BR /&gt;
| stats count by src_ip dest_ip&lt;BR /&gt;
|iplocation src_ip dest_ip&lt;BR /&gt;
| where Country != "United States"&lt;BR /&gt;
|geostats latfield=lat longfield=lon count by Country&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:48:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SPL-Searching-the-Network-Traffic-for-anything-that-is-not/m-p/478215#M192858</guid>
      <dc:creator>itsmevic</dc:creator>
      <dc:date>2020-09-30T03:48:15Z</dc:date>
    </item>
  </channel>
</rss>

