<?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: Does the GoogleMap apps only work if Lat and Long has IP Information? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Does-the-GoogleMap-apps-only-work-if-Lat-and-Long-has-IP/m-p/48517#M11585</link>
    <description>&lt;P&gt;Can you add the csv data and the search your're using to map it to your question?&lt;/P&gt;</description>
    <pubDate>Fri, 25 Feb 2011 16:47:02 GMT</pubDate>
    <dc:creator>ziegfried</dc:creator>
    <dc:date>2011-02-25T16:47:02Z</dc:date>
    <item>
      <title>Does the GoogleMap apps only work if Lat and Long has IP Information?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-the-GoogleMap-apps-only-work-if-Lat-and-Long-has-IP/m-p/48514#M11582</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Just wondering if anyone here knows if the GoogleMap apps can take in longitude and latitude data without any IP Addresses and still map them?&lt;/P&gt;

&lt;P&gt;I just want to know if it can map a location directly with just the longitude and Latitude coordinates taken from a csv file?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;-Chien&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2011 01:44:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-the-GoogleMap-apps-only-work-if-Lat-and-Long-has-IP/m-p/48514#M11582</guid>
      <dc:creator>chienly</dc:creator>
      <dc:date>2011-02-23T01:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Does the GoogleMap apps only work if Lat and Long has IP Information?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-the-GoogleMap-apps-only-work-if-Lat-and-Long-has-IP/m-p/48515#M11583</link>
      <description>&lt;P&gt;Plotting events on a map does &lt;STRONG&gt;not&lt;/STRONG&gt; depend on an IP address. The current version of the module need the fields _lat (latitude) and _lng (longitude) to available in the final results.&lt;/P&gt;

&lt;P&gt;The content of the fields has to be the degrees of latitude/longitude as a floating point number: eg &lt;CODE&gt;47.11&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Other notations (eg. degrees°,minutes',...) are not supported.&lt;/P&gt;

&lt;P&gt;The &lt;CODE&gt;geonormalize&lt;/CODE&gt; command helps when the location information is not present in the _lat and _lng fields as it detects different patterns of field names where the information could be found and populates the _lat/_lng fields. When using the maps view (the default view of the app) or any other view where the module setting &lt;CODE&gt;autoPostProcess&lt;/CODE&gt; is turned on, the geonormalize command is automatically added to the search.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Note: In the upcomming 1.1 release of the app, the module will use a single field called &lt;CODE&gt;_geo&lt;/CODE&gt; containing the combined latitude and longitude information instead of the 2 fields (_lat and _lng). The values have to separated by a comma. So for example a _geo field value of &lt;CODE&gt;47.11,8.15&lt;/CODE&gt; would be valid.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2011 01:56:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-the-GoogleMap-apps-only-work-if-Lat-and-Long-has-IP/m-p/48515#M11583</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2011-02-23T01:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Does the GoogleMap apps only work if Lat and Long has IP Information?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-the-GoogleMap-apps-only-work-if-Lat-and-Long-has-IP/m-p/48516#M11584</link>
      <description>&lt;P&gt;Thanks for the followup Ziegfried!&lt;/P&gt;

&lt;P&gt;I have following data indexed in a csv file with the _lat and _lng field but it still did not seem to pick up coordinates to plot on the graph?&lt;/P&gt;

&lt;P&gt;Here's a sample:&lt;/P&gt;

&lt;P&gt;store_number    _lat    _lng&lt;BR /&gt;
8001    -71.385908  42.29663&lt;BR /&gt;
9999    37.784132   -122.395913&lt;BR /&gt;
47  42.307  -71.3989&lt;BR /&gt;
50  42.4988879  -71.1211728&lt;/P&gt;

&lt;P&gt;Does the number contain too many digits after the decimal or does the leading negative sign cause any issue?&lt;/P&gt;

&lt;P&gt;Thanks again,&lt;BR /&gt;
Chien&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2011 01:38:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-the-GoogleMap-apps-only-work-if-Lat-and-Long-has-IP/m-p/48516#M11584</guid>
      <dc:creator>chienly</dc:creator>
      <dc:date>2011-02-25T01:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Does the GoogleMap apps only work if Lat and Long has IP Information?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-the-GoogleMap-apps-only-work-if-Lat-and-Long-has-IP/m-p/48517#M11585</link>
      <description>&lt;P&gt;Can you add the csv data and the search your're using to map it to your question?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2011 16:47:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-the-GoogleMap-apps-only-work-if-Lat-and-Long-has-IP/m-p/48517#M11585</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2011-02-25T16:47:02Z</dc:date>
    </item>
  </channel>
</rss>

