<?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 show table data on map using latitude &amp; longitude? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499700#M139165</link>
    <description>&lt;P&gt;This is good, but won't work for since I do not have "Maps+ for Splunk" as a visualization &lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2020 14:36:54 GMT</pubDate>
    <dc:creator>pahujadeep</dc:creator>
    <dc:date>2020-02-03T14:36:54Z</dc:date>
    <item>
      <title>How to show table data on map using latitude &amp; longitude?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499697#M139162</link>
      <description>&lt;P&gt;I am working on a query where I have a data in below format: &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/8310i4098A3D36E1DF695/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;How can I show these hub Ids on the map with their status (if they are open or closed)?&lt;BR /&gt;&lt;BR /&gt;
I am using Splunk Enterprise edition v 7.2.6&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 16:15:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499697#M139162</guid>
      <dc:creator>pahujadeep</dc:creator>
      <dc:date>2020-01-31T16:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to show table data on map using latitude &amp; longitude?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499698#M139163</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;Hi, folks. how about this?

    | makeresults 
    | eval _raw="Hub_Id,Status,Latitude,Longitude
        111,Open,52.6536,2.1815
        222,Close,51.27171,3.06422
        333,Open,12.6536,2.1815
        444,Close,22.6536,2.1815" 
    | multikv forceheader=1 
    | rename Latitude as latitude, Longitude as longitude 
    | eval description = "\"".Hub_Id.": ".Status."\"" 
    | table latitude,longitude,description
Viz &amp;gt;&amp;gt; [Map+](https://splunkbase.splunk.com/app/3124/)
![Map+ Visuallization][1]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="map_plus"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8308iBE932A44F1A01656/image-size/large?v=v2&amp;amp;px=999" role="button" title="map_plus" alt="map_plus" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 14:18:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499698#M139163</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-03T14:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to show table data on map using latitude &amp; longitude?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499699#M139164</link>
      <description>&lt;P&gt;@pahujadeep&lt;BR /&gt;
sorry, i delete all comment.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 14:30:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499699#M139164</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-03T14:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to show table data on map using latitude &amp; longitude?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499700#M139165</link>
      <description>&lt;P&gt;This is good, but won't work for since I do not have "Maps+ for Splunk" as a visualization &lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 14:36:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499700#M139165</guid>
      <dc:creator>pahujadeep</dc:creator>
      <dc:date>2020-02-03T14:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to show table data on map using latitude &amp; longitude?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499701#M139166</link>
      <description>&lt;P&gt;&lt;A href="https://imgur.com/6cVuR1G"&gt;https://imgur.com/6cVuR1G&lt;/A&gt;&lt;BR /&gt;
 my sample maps+&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 14:42:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499701#M139166</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-03T14:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to show table data on map using latitude &amp; longitude?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499702#M139167</link>
      <description>&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/3124/"&gt;https://splunkbase.splunk.com/app/3124/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;will you download and try?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 14:48:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499702#M139167</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-03T14:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to show table data on map using latitude &amp; longitude?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499703#M139168</link>
      <description>&lt;P&gt;no worries !! but thanks this is really useful. Will try to install maps+ , hope this will solve my problem &lt;/P&gt;

&lt;P&gt;Many thanks again !  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 14:49:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499703#M139168</guid>
      <dc:creator>pahujadeep</dc:creator>
      <dc:date>2020-02-03T14:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to show table data on map using latitude &amp; longitude?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499704#M139169</link>
      <description>&lt;P&gt;Well, got the Maps+ Installed and all sorted. Thank you !&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 17:06:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-table-data-on-map-using-latitude-longitude/m-p/499704#M139169</guid>
      <dc:creator>pahujadeep</dc:creator>
      <dc:date>2020-02-13T17:06:58Z</dc:date>
    </item>
  </channel>
</rss>

