<?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 Google Maps App Not Showing Results in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-App-Not-Showing-Results/m-p/72957#M70698</link>
    <description>&lt;P&gt;I have installed the Google Maps app, I also have the MAXMIND app installed as well.  When I perform a search such as:  sourcetype="iis_w3c_default" | geoip c_ip, where c_ip is the fieldname with the ip address of the client connections, it will not show any results on the map.&lt;/P&gt;

&lt;P&gt;I am running this search from within the Google Maps app.  Any clues would be appreciated.  Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Oct 2010 23:00:47 GMT</pubDate>
    <dc:creator>justinhart</dc:creator>
    <dc:date>2010-10-19T23:00:47Z</dc:date>
    <item>
      <title>Google Maps App Not Showing Results</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-App-Not-Showing-Results/m-p/72957#M70698</link>
      <description>&lt;P&gt;I have installed the Google Maps app, I also have the MAXMIND app installed as well.  When I perform a search such as:  sourcetype="iis_w3c_default" | geoip c_ip, where c_ip is the fieldname with the ip address of the client connections, it will not show any results on the map.&lt;/P&gt;

&lt;P&gt;I am running this search from within the Google Maps app.  Any clues would be appreciated.  Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2010 23:00:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-App-Not-Showing-Results/m-p/72957#M70698</guid>
      <dc:creator>justinhart</dc:creator>
      <dc:date>2010-10-19T23:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps App Not Showing Results</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-App-Not-Showing-Results/m-p/72958#M70699</link>
      <description>&lt;P&gt;It looks like you would want to run the command in this way from within the Google Maps app:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=access_combined | lookup geoip clientip | geonormalize
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So for your situation:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="iis_w3c_default" | lookup geoip c_ip | geonormalize
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Oct 2010 06:52:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-App-Not-Showing-Results/m-p/72958#M70699</guid>
      <dc:creator>Simeon</dc:creator>
      <dc:date>2010-10-20T06:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps App Not Showing Results</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-App-Not-Showing-Results/m-p/72959#M70700</link>
      <description>&lt;P&gt;it looks like the geoip function of lookup only supports the fields:&lt;/P&gt;

&lt;P&gt;clientip client_country client_region client_city client_lat client_lon&lt;/P&gt;

&lt;P&gt;So I renamed the c_ip field to clientip and still receive no results.&lt;/P&gt;

&lt;P&gt;sourcetype="iis_w3c_default" | eval clientip=c_ip | lookup geoip clientip | geonormalize&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:19:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-App-Not-Showing-Results/m-p/72959#M70700</guid>
      <dc:creator>justinhart</dc:creator>
      <dc:date>2020-09-28T09:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps App Not Showing Results</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-App-Not-Showing-Results/m-p/72960#M70701</link>
      <description>&lt;P&gt;What IP addresses are in this c_ip field exactly? Can you post some examples. Whats the result when performing the ... | geoip search in the search app?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2010 06:59:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-App-Not-Showing-Results/m-p/72960#M70701</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2010-10-21T06:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps App Not Showing Results</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-App-Not-Showing-Results/m-p/72961#M70702</link>
      <description>&lt;P&gt;the c_ip field contains the external IP addresses of the client upon connection.&lt;/P&gt;

&lt;P&gt;I would rather not post exact examples since they contain secure data.  I can say however that I'm not getting any fields that contain lat,long for the ip addresses when doing:&lt;/P&gt;

&lt;P&gt;host="&lt;HOSTNAME&gt;" | geoip&lt;/HOSTNAME&gt;&lt;/P&gt;

&lt;P&gt;I do get client_lat,client_lon when doing:&lt;/P&gt;

&lt;P&gt;host="&lt;HOSTNAME&gt;" | lookup geoip clientip as c_ip | geonormalize&lt;/HOSTNAME&gt;&lt;/P&gt;

&lt;P&gt;This does not show any results on the map when in the Google Maps search.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:19:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Google-Maps-App-Not-Showing-Results/m-p/72961#M70702</guid>
      <dc:creator>justinhart</dc:creator>
      <dc:date>2020-09-28T09:19:32Z</dc:date>
    </item>
  </channel>
</rss>

