<?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: Splunk choropleth world map not working in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunk-choropleth-world-map-not-working/m-p/756560#M18556</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258022"&gt;@shashankk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The centre point must be a latitude and longitude numerical value, you have put 'latitude' in the latitude box not a numeric value.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
    <pubDate>Tue, 16 Dec 2025 16:51:19 GMT</pubDate>
    <dc:creator>livehybrid</dc:creator>
    <dc:date>2025-12-16T16:51:19Z</dc:date>
    <item>
      <title>Splunk choropleth world map not working</title>
      <link>https://community.splunk.com/t5/Security/Splunk-choropleth-world-map-not-working/m-p/756557#M18555</link>
      <description>&lt;P&gt;I am trying to setup&amp;nbsp;Splunk choropleth world map for the first time.&lt;/P&gt;&lt;P&gt;Refer below splunk query:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=app_events_test source="/test/path/*hot*/*"
| rex field=_raw "Priority\=(?&amp;lt;Priority&amp;gt;[^,]+)"
| rex "===&amp;gt;.+\s*LOC=(?&amp;lt;LOC&amp;gt;[A-Z0-9]+)"
| rex "(?:=\s*\{3\}|\s*\\|\s*&amp;lt;|\s*-(3))|\s*TRN[:\\*]\s*(?&amp;lt;trn&amp;gt;[^\s]+)"
| rex "TEST\.RCV\.FROM\.(?&amp;lt;TestScanMQ&amp;gt;.*)\s*@"
| where Priority IN ("High", "Medium")
| join type=left LOC [| inputlookup geolocation.csv | fields LOC, country, latitude, longitude, region]
| where isnotnull(latitude) AND isnotnull(longitude)
| stats count AS total_events,
    count(eval(Priority="High")) AS high_count,
    count(eval(Priority="Medium")) AS medium_count by LOC, country, latitude, longitude, region
| sort - total_events&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I am displaying output in below Table columns:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;LOC | country | latitude | longitude | region | total_events | high_count | medium_count&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;How do I visualize this data in Cluster Map (choropleth world map)&lt;BR /&gt;&lt;BR /&gt;Refer attached screenshot from Visualization tab - it says "Latitude &amp;amp; Longitude must be valid numbers"&lt;BR /&gt;&lt;BR /&gt;Please note the columns (Latitude &amp;amp; Longitude) having Numeric values only.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-12-16 at 9.25.35 PM.png" style="width: 682px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/41039iE1EBF685CB9D1A02/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-12-16 at 9.25.35 PM.png" alt="Screenshot 2025-12-16 at 9.25.35 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 16:00:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-choropleth-world-map-not-working/m-p/756557#M18555</guid>
      <dc:creator>shashankk</dc:creator>
      <dc:date>2025-12-16T16:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk choropleth world map not working</title>
      <link>https://community.splunk.com/t5/Security/Splunk-choropleth-world-map-not-working/m-p/756560#M18556</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258022"&gt;@shashankk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The centre point must be a latitude and longitude numerical value, you have put 'latitude' in the latitude box not a numeric value.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 16:51:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-choropleth-world-map-not-working/m-p/756560#M18556</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-12-16T16:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk choropleth world map not working</title>
      <link>https://community.splunk.com/t5/Security/Splunk-choropleth-world-map-not-working/m-p/756561#M18557</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;Thank you for your response.&lt;/P&gt;&lt;P&gt;Yes, I agree we need to pass Numeric value in Latitude and Longitude fields.&lt;/P&gt;&lt;P&gt;But, here I am showing the Numeric values in Table output of my SPL query. How do I pass these query output column values to Visualization fields?&lt;/P&gt;&lt;P&gt;Kindly suggest.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 17:18:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-choropleth-world-map-not-working/m-p/756561#M18557</guid>
      <dc:creator>shashankk</dc:creator>
      <dc:date>2025-12-16T17:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk choropleth world map not working</title>
      <link>https://community.splunk.com/t5/Security/Splunk-choropleth-world-map-not-working/m-p/756678#M18558</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258022"&gt;@shashankk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Choropleth maps use arrays of latitude and longitude vertices to draw polygons. The Splunk geom search command uses lookups to map feature identifiers to shapes, typically aligned to something represented by the underlying map data.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;| makeresults format=csv data="src_ip&lt;BR /&gt;8.8.8.8&lt;BR /&gt;8.8.4.4"&lt;BR /&gt;| iplocation src_ip&lt;BR /&gt;| stats count by Region&lt;BR /&gt;| geom geo_us_states featureIdField="Region"&lt;/P&gt;&lt;P&gt;will produce geometry for the state of California:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tscroggins_1-1766245796043.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/41057iCB9FEF5F005CF44F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tscroggins_1-1766245796043.png" alt="tscroggins_1-1766245796043.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In your example, choose a feature representing your normalized magnitude (count, density, etc.) and then use the geom command with an appropriate lookup:&lt;/P&gt;&lt;P&gt;| stats count as total_events by country&lt;BR /&gt;| geom geo_countries allFeatures=true featureIdField="country"&lt;/P&gt;&lt;P&gt;If you want to display multiple statistics, use the geostats search command with the &lt;EM&gt;Cluster Map&lt;/EM&gt; visualization:&lt;/P&gt;&lt;P&gt;| geostats globallimit=0 latfield=latitude longfield=longitude count as total_events, count(eval(Priority="High")) as high_count, count(eval(Priority="Medium")) as medium_count&lt;/P&gt;&lt;P&gt;The General visualization settings allow you to set the map center using directly entered latitude and longitude values. To center on Switzerland, for example, use latitude 46.801 and longitude 8.227:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tscroggins_3-1766247475675.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/41059i86DEC61615171E7E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tscroggins_3-1766247475675.png" alt="tscroggins_3-1766247475675.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Dec 2025 16:21:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-choropleth-world-map-not-working/m-p/756678#M18558</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2025-12-20T16:21:53Z</dc:date>
    </item>
  </channel>
</rss>

