<?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: Geostats display values on map? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96083#M24812</link>
    <description>&lt;P&gt;Thanks. I'll look into the Google Maps app. I also agree that it is disappointing that built-in map is only supported in simple xml.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2013 08:16:33 GMT</pubDate>
    <dc:creator>sc0tt</dc:creator>
    <dc:date>2013-10-17T08:16:33Z</dc:date>
    <item>
      <title>Geostats display values on map?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96075#M24804</link>
      <description>&lt;P&gt;I've started exploring geostats in Splunk 6. Is it possible to display labels/values on a map instead of a pie chart? I would like to use this on a live dashboard so seeing the values would be helpful.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2013 19:57:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96075#M24804</guid>
      <dc:creator>sc0tt</dc:creator>
      <dc:date>2013-10-12T19:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats display values on map?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96076#M24805</link>
      <description>&lt;P&gt;Seems that better decision for this now is old good Google Maps app &lt;A href="http://apps.splunk.com/app/368/#versionBox"&gt;http://apps.splunk.com/app/368/#versionBox&lt;/A&gt;&lt;BR /&gt;
&lt;IMG src="http://apps.splunk.com/screenshot/119662" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;Also what dissapointed me with new inbuilt maps that latitude and longitude are not defined from ipaddress field and that &lt;MAP&gt; visualization is supported just in simple xml (or it's not covered in docs). &lt;/MAP&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2013 17:01:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96076#M24805</guid>
      <dc:creator>iKate</dc:creator>
      <dc:date>2013-10-14T17:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats display values on map?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96077#M24806</link>
      <description>&lt;P&gt;here are a few lines of example xml to create a &lt;BR /&gt;
map dashboard and to get latitude, longitude for ipaddress.&lt;BR /&gt;
(assuming you have events of sourcetype, access_combined_wcookie)&lt;/P&gt;

&lt;P&gt;&lt;DASHBOARD&gt;&lt;BR /&gt;
  &lt;LABEL&gt;MyMap&lt;/LABEL&gt;&lt;BR /&gt;
  &lt;DESCRIPTION&gt;&lt;/DESCRIPTION&gt;&lt;/DASHBOARD&gt;&lt;/P&gt;

&lt;P&gt;&lt;ROW&gt;&lt;BR /&gt;
  &lt;MAP&gt;&lt;BR /&gt;
    &lt;SEARCHSTRING&gt;  sourcetype = access_combined_wcookie | iplocation clientip | geostats count by clientip&lt;BR /&gt;
     &lt;/SEARCHSTRING&gt;&lt;BR /&gt;
    &lt;/MAP&gt;&lt;BR /&gt;
  &lt;/ROW&gt;&lt;BR /&gt;
&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:57:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96077#M24806</guid>
      <dc:creator>arahut_splunk</dc:creator>
      <dc:date>2020-09-28T14:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats display values on map?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96078#M24807</link>
      <description>&lt;P&gt;There is no attribute in the Splunk 6.0 simple xml to apply labels to your map markers; hoping for this enhancement in a future release.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2013 19:58:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96078#M24807</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2013-10-14T19:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats display values on map?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96079#M24808</link>
      <description>&lt;P&gt;thanks! I was misled with description of iplocation command in documentation where were no mention of latitude or longitude:&lt;/P&gt;

&lt;P&gt;"The IP address field, specified in ip-address-fieldname, is looked up in a database and location fields information is added to the event. The fields are country, city, metroCode, areaCode, region, postalCode."&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2013 10:46:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96079#M24808</guid>
      <dc:creator>iKate</dc:creator>
      <dc:date>2013-10-15T10:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats display values on map?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96080#M24809</link>
      <description>&lt;P&gt;thanks for catching the error in the documentation.&lt;BR /&gt;
We will rectify this asap.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2013 21:23:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96080#M24809</guid>
      <dc:creator>arahut_splunk</dc:creator>
      <dc:date>2013-10-15T21:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats display values on map?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96081#M24810</link>
      <description>&lt;P&gt;Docs are updated, thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2013 15:19:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96081#M24810</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2013-10-16T15:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats display values on map?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96082#M24811</link>
      <description>&lt;P&gt;@ChrisG guys you are great! I really love Splunk and its documentation!:)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2013 19:11:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96082#M24811</guid>
      <dc:creator>iKate</dc:creator>
      <dc:date>2013-10-16T19:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats display values on map?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96083#M24812</link>
      <description>&lt;P&gt;Thanks. I'll look into the Google Maps app. I also agree that it is disappointing that built-in map is only supported in simple xml.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2013 08:16:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96083#M24812</guid>
      <dc:creator>sc0tt</dc:creator>
      <dc:date>2013-10-17T08:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats display values on map?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96084#M24813</link>
      <description>&lt;P&gt;Thanks. Here's hoping.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2013 08:17:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96084#M24813</guid>
      <dc:creator>sc0tt</dc:creator>
      <dc:date>2013-10-17T08:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats display values on map?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96085#M24814</link>
      <description>&lt;P&gt;I'm also interested in this. I hope it'll be considered.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2013 12:26:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96085#M24814</guid>
      <dc:creator>mikaelbje</dc:creator>
      <dc:date>2013-10-17T12:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats display values on map?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96086#M24815</link>
      <description>&lt;P&gt;I would love to see this.  Do we know if Splunk is working on an enhancement for the maps element?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2013 16:42:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96086#M24815</guid>
      <dc:creator>adewinter</dc:creator>
      <dc:date>2013-11-14T16:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats display values on map?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96087#M24816</link>
      <description>&lt;P&gt;Here is way to add labels to your markes in map, for example You can eliminate longitiude and latitude thing which is displayed in the markes and hard code other stuff like percentage or count... all you have to do is upload it in a .CSS file and save it in the app.&lt;/P&gt;

&lt;P&gt;Below i have removed lat n long fields and added percentage field which will be displayed in map&lt;/P&gt;

&lt;P&gt;div.leaflet-popup-content tr:first-child {&lt;BR /&gt;
   display: none;&lt;BR /&gt;
 }&lt;BR /&gt;
 div.leaflet-popup-content tr:nth-child(2) {&lt;BR /&gt;
   display: none;&lt;BR /&gt;
 }&lt;BR /&gt;
 div.leaflet-popup-content tr:nth-child(3):after {&lt;BR /&gt;
   content: "%";&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 12:48:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96087#M24816</guid>
      <dc:creator>Venkat_16</dc:creator>
      <dc:date>2015-05-21T12:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats display values on map?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96088#M24817</link>
      <description>&lt;P&gt;Hi Venkat_16,&lt;BR /&gt;
I'm trying to use your code to hide lat/long values and display some other values which are part of geostats.&lt;BR /&gt;
hiding lat/long works well. but didnt understand correctly how to add a value. Do we need to provide the field value with content: " "&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 18:58:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-display-values-on-map/m-p/96088#M24817</guid>
      <dc:creator>meenuvn</dc:creator>
      <dc:date>2016-05-24T18:58:16Z</dc:date>
    </item>
  </channel>
</rss>

