<?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: Missile map show strange location in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425160#M51955</link>
    <description>&lt;P&gt;The geographical point is from the Maxmind database, which is updated relatively frequently with the geographical locations of all known IP ranges. The free version is bundled with Splunk, but you may need to update it yourself if you are not updating Splunk regularly.&lt;/P&gt;

&lt;P&gt;There's a fairly good description in the iplocation command reference: &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/SearchReference/Iplocation"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/SearchReference/Iplocation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;To completely exclude a non-mappable IP I typically just exclude anything that did not get a "Country" field. e.g.:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;search&amp;gt; | iplocation src_ip | search NOT Country=* | ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or something similar.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jul 2018 03:32:22 GMT</pubDate>
    <dc:creator>luke_monahan</dc:creator>
    <dc:date>2018-07-03T03:32:22Z</dc:date>
    <item>
      <title>Missile map show strange location</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425156#M51951</link>
      <description>&lt;P&gt;Hi all, I'm using the Missile map to visualize several IP locations but the result has a weird place: It shows there's a bunch of IP addresses near Africa but I'm pretty sure there's no place near Africa in my case. Cuz when I use &lt;CODE&gt;..|iplocation FromIPAddr | geostats count by Country&lt;/CODE&gt; to test there's no way near Africa. But now it looks like this:&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/5329i73319C8BE1BFDD00/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;Now I have two possible guess:&lt;BR /&gt;
1. The place is not exactly a country so when I used above command to search it's not included.&lt;BR /&gt;
2. It's the bridge IP.(But I'm sure no bridge IP would be included in raw data)&lt;/P&gt;

&lt;P&gt;So how do I identify it?Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 01:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425156#M51951</guid>
      <dc:creator>dannili</dc:creator>
      <dc:date>2018-07-03T01:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Missile map show strange location</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425157#M51952</link>
      <description>&lt;P&gt;The geographical point in your screenshot is 0,0.&lt;/P&gt;

&lt;P&gt;My guess is that some IP addresses with undetermined locations are being put there. You may have to take some steps in your query to exclude or otherwise deal with such addresses.&lt;/P&gt;

&lt;P&gt;If your Splunk is not up-to-date then also consider updating the iplocation database separately to get better geo resolution of addresses. You can download the latest db from &lt;A href="https://dev.maxmind.com/geoip/geoip2/geolite2/"&gt;https://dev.maxmind.com/geoip/geoip2/geolite2/&lt;/A&gt; and point to it in your limits.conf.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 02:59:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425157#M51952</guid>
      <dc:creator>luke_monahan</dc:creator>
      <dc:date>2018-07-03T02:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Missile map show strange location</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425158#M51953</link>
      <description>&lt;P&gt;Also, your IP's address need to be public ones to be able to use &lt;CODE&gt;iplocation&lt;/CODE&gt; otherwise you need to create a lookup for your private ranges and use the lookup like in this answer &lt;A href="https://answers.splunk.com/answers/616913/how-can-i-use-geolocation-of-a-private-ip-space.html"&gt;https://answers.splunk.com/answers/616913/how-can-i-use-geolocation-of-a-private-ip-space.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 03:21:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425158#M51953</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-07-03T03:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Missile map show strange location</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425159#M51954</link>
      <description>&lt;P&gt;Thank u for your quick response! btw, could u please tell me how you know the geographical point? And if this IP address is not identified, how do I exclude it from the string? &lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 03:26:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425159#M51954</guid>
      <dc:creator>dannili</dc:creator>
      <dc:date>2018-07-03T03:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Missile map show strange location</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425160#M51955</link>
      <description>&lt;P&gt;The geographical point is from the Maxmind database, which is updated relatively frequently with the geographical locations of all known IP ranges. The free version is bundled with Splunk, but you may need to update it yourself if you are not updating Splunk regularly.&lt;/P&gt;

&lt;P&gt;There's a fairly good description in the iplocation command reference: &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/SearchReference/Iplocation"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/SearchReference/Iplocation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;To completely exclude a non-mappable IP I typically just exclude anything that did not get a "Country" field. e.g.:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;search&amp;gt; | iplocation src_ip | search NOT Country=* | ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or something similar.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 03:32:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425160#M51955</guid>
      <dc:creator>luke_monahan</dc:creator>
      <dc:date>2018-07-03T03:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Missile map show strange location</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425161#M51956</link>
      <description>&lt;P&gt;Yes you are right! I used several IP location tools to check input IP but only this one cannot be identified because of "private IP". THANKS A LOT!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 03:32:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425161#M51956</guid>
      <dc:creator>dannili</dc:creator>
      <dc:date>2018-07-03T03:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Missile map show strange location</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425162#M51957</link>
      <description>&lt;P&gt;Thank you for your detailed explanation!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 03:36:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Missile-map-show-strange-location/m-p/425162#M51957</guid>
      <dc:creator>dannili</dc:creator>
      <dc:date>2018-07-03T03:36:15Z</dc:date>
    </item>
  </channel>
</rss>

