<?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: Why do my location lookups consolidate to one lat/long event on my heat map? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308336#M19680</link>
    <description>&lt;P&gt;It's the open street map which is one of the preset configurations on the Tiles tab.  &lt;/P&gt;</description>
    <pubDate>Fri, 08 Sep 2017 07:55:31 GMT</pubDate>
    <dc:creator>ajobling1964</dc:creator>
    <dc:date>2017-09-08T07:55:31Z</dc:date>
    <item>
      <title>Why do my location lookups consolidate to one lat/long event on my heat map?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308330#M19674</link>
      <description>&lt;P&gt;I have a dataset of events around a particular city which I wish to represent on a heat map. I have a lookup to each latitude and longitude, but when I try and produce a map it seems to combine all the events into 1 lat and long location.&lt;BR /&gt;
How can I drill down further?&lt;/P&gt;

&lt;P&gt;my search code looks like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=edisyslogdata exEventType="Area Change" streetName!=NULL | lookup EdiStreetAssets StreetAsset as apId | table apId, streetName, lat, long | geostats latfield=lat longfield=long count BY apId
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Aug 2017 10:10:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308330#M19674</guid>
      <dc:creator>ajobling1964</dc:creator>
      <dc:date>2017-08-29T10:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why do my location lookups consolidate to one lat/long event on my heat map?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308331#M19675</link>
      <description>&lt;P&gt;@ajobling1964, you can use &lt;CODE&gt;mapping.map.zoom&lt;/CODE&gt; and &lt;CODE&gt;mapping.map.center&lt;/CODE&gt; to set initial location/zoom for the visualization on loading. You can use scroll to zoom in and zoom out(provided scroll zoom is enabled through Edit &amp;gt; Format option) or else through &lt;CODE&gt;mapping.map.scrollZoom&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Chech out Splunk documentation for Map Simple XML configuration reference: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#map"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#map&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 11:55:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308331#M19675</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-08-29T11:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why do my location lookups consolidate to one lat/long event on my heat map?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308332#M19676</link>
      <description>&lt;P&gt;I hope its because of restriction no of Clusters&lt;BR /&gt;
By default It will be 100, change it to 10000 or 100000 &amp;amp; check it.&lt;/P&gt;

&lt;P&gt;It's works for me,&lt;/P&gt;

&lt;P&gt;In Source XML:&lt;/P&gt;

&lt;P&gt;option name="mapping.data.maxClusters"&amp;gt;100000/option&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 11:26:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308332#M19676</guid>
      <dc:creator>ab81428</dc:creator>
      <dc:date>2017-09-01T11:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why do my location lookups consolidate to one lat/long event on my heat map?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308333#M19677</link>
      <description>&lt;P&gt;@ajobling1964 - did you get a chance to check with above option..&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 06:30:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308333#M19677</guid>
      <dc:creator>ab81428</dc:creator>
      <dc:date>2017-09-04T06:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why do my location lookups consolidate to one lat/long event on my heat map?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308334#M19678</link>
      <description>&lt;P&gt;thanks - I have experimented with various combinations of cluster and binspanlat and binspanlong settings. The latest results in my clusters appear momentarily and then disappearing!&lt;BR /&gt;
I guess what I'm really after is decent documentation and examples of code for heat maps (over a time period) and cluster maps.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 10:05:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308334#M19678</guid>
      <dc:creator>ajobling1964</dc:creator>
      <dc:date>2017-09-07T10:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why do my location lookups consolidate to one lat/long event on my heat map?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308335#M19679</link>
      <description>&lt;P&gt;@ajobling1964, are you using built in map or some other custom visualization app which plot map?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 10:39:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308335#M19679</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-09-07T10:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why do my location lookups consolidate to one lat/long event on my heat map?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308336#M19680</link>
      <description>&lt;P&gt;It's the open street map which is one of the preset configurations on the Tiles tab.  &lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:55:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308336#M19680</guid>
      <dc:creator>ajobling1964</dc:creator>
      <dc:date>2017-09-08T07:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why do my location lookups consolidate to one lat/long event on my heat map?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308337#M19681</link>
      <description>&lt;P&gt;Your dataset of events are too near to each other . Try to use below. This app will be helpful:&lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/3124/"&gt;https://splunkbase.splunk.com/app/3124/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 09:06:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-do-my-location-lookups-consolidate-to-one-lat-long-event-on/m-p/308337#M19681</guid>
      <dc:creator>dhirendra761</dc:creator>
      <dc:date>2018-12-04T09:06:28Z</dc:date>
    </item>
  </channel>
</rss>

