<?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: How to plot trasactions that has Latitude and Longitude already? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-plot-trasactions-that-has-Latitude-and-Longitude-already/m-p/90475#M5992</link>
    <description>&lt;P&gt;Yep. I did this on an app I developed for one of my customers not long ago.  We wanted to use the GoogleMaps module but we already had latitude and longitude in the events so we didnt need the lookup.&lt;/P&gt;

&lt;P&gt;You may be tripped up by the same thing I was,  which is that while the lookup outputs lots of fields, the only fields the GoogleMaps module looks for are "_lat" and "_lng".  &lt;/P&gt;

&lt;P&gt;(Note the underscores and also note especially the lack of "o" in "_lng". )&lt;/P&gt;

&lt;P&gt;Feed this to the GoogleMaps module and it should work. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; | eval _lat=Latitude | eval _lng=Longitude
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 28 Sep 2020 09:30:15 GMT</pubDate>
    <dc:creator>sideview</dc:creator>
    <dc:date>2020-09-28T09:30:15Z</dc:date>
    <item>
      <title>How to plot trasactions that has Latitude and Longitude already?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-plot-trasactions-that-has-Latitude-and-Longitude-already/m-p/90474#M5991</link>
      <description>&lt;P&gt;Our Web App already returns the lat and long on the Payload XML. &lt;BR /&gt;
On the response you see something like this:&lt;BR /&gt;
***&lt;STRONG&gt;&lt;EM&gt;&lt;X&gt;-115.37517777777778&lt;/X&gt;&lt;Y&gt;36.542195555555555&lt;/Y&gt;&lt;/EM&gt;&lt;/STRONG&gt;***&lt;/P&gt;

&lt;P&gt;I successfully extracted fields with that and named them 'Latitude' and 'Longitude' but the Google Map app cannot see it (even though the fields populated with data on the left side of the screen)&lt;/P&gt;

&lt;P&gt;Has anybody been successful plotting Lat and Long directly from the XML response?&lt;BR /&gt;
Thanks!!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2011 21:28:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-plot-trasactions-that-has-Latitude-and-Longitude-already/m-p/90474#M5991</guid>
      <dc:creator>DotTest37</dc:creator>
      <dc:date>2011-04-27T21:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot trasactions that has Latitude and Longitude already?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-plot-trasactions-that-has-Latitude-and-Longitude-already/m-p/90475#M5992</link>
      <description>&lt;P&gt;Yep. I did this on an app I developed for one of my customers not long ago.  We wanted to use the GoogleMaps module but we already had latitude and longitude in the events so we didnt need the lookup.&lt;/P&gt;

&lt;P&gt;You may be tripped up by the same thing I was,  which is that while the lookup outputs lots of fields, the only fields the GoogleMaps module looks for are "_lat" and "_lng".  &lt;/P&gt;

&lt;P&gt;(Note the underscores and also note especially the lack of "o" in "_lng". )&lt;/P&gt;

&lt;P&gt;Feed this to the GoogleMaps module and it should work. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; | eval _lat=Latitude | eval _lng=Longitude
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:30:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-plot-trasactions-that-has-Latitude-and-Longitude-already/m-p/90475#M5992</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2020-09-28T09:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot trasactions that has Latitude and Longitude already?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-plot-trasactions-that-has-Latitude-and-Longitude-already/m-p/90476#M5993</link>
      <description>&lt;P&gt;Thanks for assisting me Nick!&lt;BR /&gt;
Your suggestion worked perfect.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2011 04:50:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-plot-trasactions-that-has-Latitude-and-Longitude-already/m-p/90476#M5993</guid>
      <dc:creator>DotTest37</dc:creator>
      <dc:date>2011-04-28T04:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot trasactions that has Latitude and Longitude already?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-plot-trasactions-that-has-Latitude-and-Longitude-already/m-p/90477#M5994</link>
      <description>&lt;P&gt;Please note: In the new version you have to use the _geo field with the combined lat/lng value:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search&amp;gt; | eval _geo=Latitude+","+Longitude
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Jun 2011 11:05:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-plot-trasactions-that-has-Latitude-and-Longitude-already/m-p/90477#M5994</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2011-06-24T11:05:59Z</dc:date>
    </item>
  </channel>
</rss>

