<?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: Change geo heatmap color based on values in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-change-the-geo-heatmap-color-based-on-values/m-p/683835#M19102</link>
    <description>&lt;P&gt;Hey, I am having issues with changing the region color based on values, could you help me with it ?&lt;BR /&gt;&lt;BR /&gt;I have to show the status regions of HK, FR and TYO, and I just want the country to be highlighted in the world map based on the value.&lt;BR /&gt;How can it be done ?&lt;/P&gt;</description>
    <pubDate>Wed, 10 Apr 2024 15:08:16 GMT</pubDate>
    <dc:creator>hemamsu</dc:creator>
    <dc:date>2024-04-10T15:08:16Z</dc:date>
    <item>
      <title>How to change the geo heatmap color based on values?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-change-the-geo-heatmap-color-based-on-values/m-p/514901#M3060</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Below is my results set-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;latitude|  longitude|   values
-77.123 |  123.123  |    5 
-77.223 |  123.223  |    51 
-77.323 |  123.323  |    25 &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I want to display geo heatmap and based on values field I want to change color on map. like maximum value should be highlighted as red and min value as green. can it be possible to achieve it on map?&lt;BR /&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 18:33:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-change-the-geo-heatmap-color-based-on-values/m-p/514901#M3060</guid>
      <dc:creator>ips_mandar</dc:creator>
      <dc:date>2020-08-19T18:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change geo heatmap color based on values</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-change-the-geo-heatmap-color-based-on-values/m-p/514922#M3061</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/95326"&gt;@ips_mandar&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Your sample locations are pretty close to each other and on the&amp;nbsp;Antarctic Ice shield. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;If you want color regions with&amp;nbsp;Choropleth Map other than on country- or us-states level you will need a lookup for your regions like the ones delivered with Splunk (see&amp;nbsp;&lt;EM&gt;| inputlookup geo_countries&lt;/EM&gt;)&lt;BR /&gt;&lt;BR /&gt;You could use clustered map with your data. I created some examples that are a little bit more away from each other:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval value = "5 51 25" 
| makemv value
| mvexpand value
| eval latitude = case(value=5,-78.123,value=51,-57.223,value=25,-47.323) 
| eval longitude = case(value=5,128.123,value=51,113.223,value=25,111.323)
| geostats sum(value) latfield=latitude longfield=longitude&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;To color the bubbles, you would have to put the map on a dashboard and edit the source of the dashboard.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Enterprise/How-to-create-geo-map-from-manually-extracted-values/m-p/510600/highlight/true#M2764" target="_self"&gt;Here&lt;/A&gt; is an example that you can get inspiration from.&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;BR&lt;BR /&gt;Ralph&lt;/P&gt;&lt;P&gt;&amp;nbsp;--&lt;BR /&gt;&lt;EM&gt;Karma and/or Solution tagging appreciated.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 11:31:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-change-the-geo-heatmap-color-based-on-values/m-p/514922#M3061</guid>
      <dc:creator>rnowitzki</dc:creator>
      <dc:date>2020-08-19T11:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Change geo heatmap color based on values</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-change-the-geo-heatmap-color-based-on-values/m-p/514964#M3072</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/64317"&gt;@rnowitzki&lt;/a&gt;&amp;nbsp;. But I am looking particularly&amp;nbsp;for &lt;STRONG&gt;heatmap&lt;/STRONG&gt; to change color w.r.t. values&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 14:37:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-change-the-geo-heatmap-color-based-on-values/m-p/514964#M3072</guid>
      <dc:creator>ips_mandar</dc:creator>
      <dc:date>2020-08-19T14:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change geo heatmap color based on values</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-change-the-geo-heatmap-color-based-on-values/m-p/514971#M3075</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/95326"&gt;@ips_mandar&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;So you don't talk about the geo vizualisations that come with Splunk, but some app like &lt;A href="https://splunkbase.splunk.com/app/3217/" target="_self"&gt;this&lt;/A&gt; ?&lt;BR /&gt;Never used something like that, but I guess they are customizable to the needs that you describe.&lt;BR /&gt;&lt;BR /&gt;You can color based on the "value" on a country level with out-of-the-box Splunk features, but that doesn&lt;BR /&gt;'t seem to be your request and with your data it would only color Antarctica as a whole.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| lookup geo_countries latitude longitude OUTPUT featureId AS country
| stats sum(value) by country
| geom geo_countries featureIdField=country&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;BR&lt;BR /&gt;Ralph&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 14:57:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-change-the-geo-heatmap-color-based-on-values/m-p/514971#M3075</guid>
      <dc:creator>rnowitzki</dc:creator>
      <dc:date>2020-08-19T14:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change geo heatmap color based on values</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-change-the-geo-heatmap-color-based-on-values/m-p/515006#M3078</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;@&lt;SPAN class=""&gt;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/64317" target="_self"&gt;rnowitzki&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Yes I tried using&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/3217/" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/3217/&lt;/A&gt;&lt;BR /&gt;But this app won't have any feature to change color based on values.&lt;BR /&gt;I cant use geom command since I don't want to highlight entire region.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 16:16:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-change-the-geo-heatmap-color-based-on-values/m-p/515006#M3078</guid>
      <dc:creator>ips_mandar</dc:creator>
      <dc:date>2020-08-19T16:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change geo heatmap color based on values</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-change-the-geo-heatmap-color-based-on-values/m-p/683835#M19102</link>
      <description>&lt;P&gt;Hey, I am having issues with changing the region color based on values, could you help me with it ?&lt;BR /&gt;&lt;BR /&gt;I have to show the status regions of HK, FR and TYO, and I just want the country to be highlighted in the world map based on the value.&lt;BR /&gt;How can it be done ?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 15:08:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-change-the-geo-heatmap-color-based-on-values/m-p/683835#M19102</guid>
      <dc:creator>hemamsu</dc:creator>
      <dc:date>2024-04-10T15:08:16Z</dc:date>
    </item>
  </channel>
</rss>

