<?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: Geo Heatmap not showing data points on the map. in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geo-Heatmap-not-showing-data-points-on-the-map/m-p/417577#M50920</link>
    <description>&lt;P&gt;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:08:03 GMT</pubDate>
    <dc:creator>dhirendra761</dc:creator>
    <dc:date>2018-12-04T09:08:03Z</dc:date>
    <item>
      <title>Geo Heatmap not showing data points on the map.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geo-Heatmap-not-showing-data-points-on-the-map/m-p/417574#M50917</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I am having difficulty with geostats and the Geo heatmap visualization.&lt;/P&gt;

&lt;P&gt;No matter what I input into the geostats command nothing is displayed on the map.&lt;BR /&gt;
The same geostats results show up on all other mapping visualizations and display correctly.&lt;/P&gt;

&lt;P&gt;Has anyone else had these issues?&lt;/P&gt;

&lt;P&gt;thanks in advance,&lt;BR /&gt;
Simon&lt;/P&gt;

&lt;P&gt;This is a search example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="ndov_chb" source="meetboek_2017-07-26.csv" earliest=1 latest=now  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;| eval y = RD_y, x = RD_x&lt;BR /&gt;&lt;BR /&gt;
| where y &amp;gt; 0 AND x &amp;gt; 0&lt;BR /&gt;&lt;BR /&gt;
| eval dX = round((('x' - 155000) *&lt;BR /&gt;
    0.00001),5), dY = round((('y' - 463000) * 0.00001),5) &lt;BR /&gt;
 | eval SomN = (3235.65389 * dY) + (-32.58297 * pow(dX,2)) + (-0.2475 * pow(dY,2)) + (-0.84978 * pow(dX,2) * dY) + (-0.0655&lt;BR /&gt;
    * pow(dY,3)) + (-0.01709 * pow(dX,2) * pow(dY,2)) + (-0.00738 * dX) + (0.0053&lt;BR /&gt;
    * pow(dX,4)) + (-0.00039 * pow(dX,2) * pow(dY,3)) + (0.00033 * pow(dX,4) * dY) + (-0.00012 * dX * dY), SomE = (5260.52916 * dX) + (105.94684 * dX * dY) + (2.45656 * dX * pow(dY,2)) + (-0.81885 * pow(dX,3)) + (0.05594 * dX&lt;BR /&gt;
    * pow(dY,3)) + (-0.05607 * pow(dX,3) * dY) + (0.01199 * dY) + (-0.00256 * pow(dX,3) * pow(dY,2)) + (0.00128 * dX&lt;BR /&gt;
    * pow(dY,4)) + (0.00022 * pow(dY,2)) + (-0.00022 * pow(dX,2)) + (0.00026 * pow(dX,5))&lt;BR /&gt;&lt;BR /&gt;
| eval latitude = 52.15517 + (SomN / 3600), longitude = 5.387206 + (SomE / 3600)&lt;BR /&gt;&lt;BR /&gt;
| where latitude&amp;lt;60 AND longitude &amp;lt; 8 AND latitude&amp;gt;0 AND longitude&amp;gt;0 &lt;BR /&gt;
| eval haltecodes = substr(Quaycode,6,len(Quaycode)-5) &lt;BR /&gt;
| geostats latfield=latitude longfield=longitude count&lt;/P&gt;

&lt;P&gt;here is an example of my geostats results:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;geobin  latitude    longitude   count
bin_id_zl_0_y_6_x_4 52.17996    5.42564 46659
bin_id_zl_1_y_12_x_8    52.17996    5.42564 46659
bin_id_zl_2_y_25_x_16   52.17996    5.42564 46659
bin_id_zl_3_y_50_x_32   52.05388    4.82835 26785
bin_id_zl_3_y_50_x_33   52.34348    6.23268 19760
bin_id_zl_3_y_51_x_32   53.44860    5.62062 2
bin_id_zl_3_y_51_x_33   53.45916    5.88079 112
bin_id_zl_4_y_100_x_65  51.72564    4.75573 12924
bin_id_zl_4_y_100_x_66  51.48612    5.91255 6521
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:15:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geo-Heatmap-not-showing-data-points-on-the-map/m-p/417574#M50917</guid>
      <dc:creator>srichansen</dc:creator>
      <dc:date>2020-09-29T20:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Heatmap not showing data points on the map.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geo-Heatmap-not-showing-data-points-on-the-map/m-p/417575#M50918</link>
      <description>&lt;P&gt;I think you need to do a &lt;CODE&gt;count by field&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;For example &lt;CODE&gt;| geostats latfield=latitude longfield=longitude count by geobin&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 19:10:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geo-Heatmap-not-showing-data-points-on-the-map/m-p/417575#M50918</guid>
      <dc:creator>Azeemering</dc:creator>
      <dc:date>2018-07-02T19:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Heatmap not showing data points on the map.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geo-Heatmap-not-showing-data-points-on-the-map/m-p/417576#M50919</link>
      <description>&lt;P&gt;Hi Andre, &lt;/P&gt;

&lt;P&gt;Thanks for the tip.&lt;/P&gt;

&lt;P&gt;Unfortunately it does not seem to have any effect.&lt;/P&gt;

&lt;P&gt;Using the cluster map or custom cluster map with the same results draws perfectly. Its only if you change it to the geo heatmap that nothing shows. What is strange is that if you zoom in you see the legend change based on the geobin it is using and the event count returned,&lt;/P&gt;

&lt;P&gt;Its seems to me that the visualization is not rendering  on the tiles. I am going to try clear out my browser and try some others and see if it gives the same problem.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 09:54:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geo-Heatmap-not-showing-data-points-on-the-map/m-p/417576#M50919</guid>
      <dc:creator>srichansen</dc:creator>
      <dc:date>2018-07-03T09:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Heatmap not showing data points on the map.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geo-Heatmap-not-showing-data-points-on-the-map/m-p/417577#M50920</link>
      <description>&lt;P&gt;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:08:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geo-Heatmap-not-showing-data-points-on-the-map/m-p/417577#M50920</guid>
      <dc:creator>dhirendra761</dc:creator>
      <dc:date>2018-12-04T09:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Heatmap not showing data points on the map.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geo-Heatmap-not-showing-data-points-on-the-map/m-p/417578#M50921</link>
      <description>&lt;P&gt;I believe this app is dead because it is indeed not showing anything in splunk 7.3&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 20:32:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Geo-Heatmap-not-showing-data-points-on-the-map/m-p/417578#M50921</guid>
      <dc:creator>djorkaef</dc:creator>
      <dc:date>2019-07-08T20:32:57Z</dc:date>
    </item>
  </channel>
</rss>

