<?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: How to plot choropleth map from a csv file? No internet connection. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-choropleth-map-from-a-csv-file-No-internet/m-p/305669#M39127</link>
    <description>&lt;P&gt;Yes, I thought the basic splunk installation came with a couple of geo files for this.&lt;/P&gt;

&lt;P&gt;Not sure if Kosovo or Hong Kong are considered a "country" in the basic geo files, though.   &lt;/P&gt;</description>
    <pubDate>Thu, 13 Jul 2017 15:40:33 GMT</pubDate>
    <dc:creator>DalJeanis</dc:creator>
    <dc:date>2017-07-13T15:40:33Z</dc:date>
    <item>
      <title>How to plot choropleth map from a csv file? No internet connection.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-choropleth-map-from-a-csv-file-No-internet/m-p/305667#M39125</link>
      <description>&lt;P&gt;Bonjour,&lt;BR /&gt;
I am using a csv file with 3 columns, let's name it ct.csv, it looks like this:&lt;BR /&gt;
    Country or entitie, Indice1, indice2&lt;BR /&gt;
    France, 11,12&lt;BR /&gt;
    Canada,41,44&lt;BR /&gt;
    Kosovo,78,56&lt;BR /&gt;
    Hong Kong,32,87&lt;BR /&gt;
    ........&lt;BR /&gt;
I have applications Search and report, google maps and Lookup Editor on my splunk, the problem is my VM of my company has no internet connection, which means I cannot use google map application, so what can I do for plot a choropleth map from a csv file? Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 09:10:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-choropleth-map-from-a-csv-file-No-internet/m-p/305667#M39125</guid>
      <dc:creator>kangje168</dc:creator>
      <dc:date>2017-07-13T09:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot choropleth map from a csv file? No internet connection.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-choropleth-map-from-a-csv-file-No-internet/m-p/305668#M39126</link>
      <description>&lt;P&gt;Can you use KMZ files?&lt;BR /&gt;
&lt;A href="https://www.splunk.com/blog/2015/10/01/use-custom-polygons-in-your-choropleth-maps.html"&gt;https://www.splunk.com/blog/2015/10/01/use-custom-polygons-in-your-choropleth-maps.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 14:41:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-choropleth-map-from-a-csv-file-No-internet/m-p/305668#M39126</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-07-13T14:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot choropleth map from a csv file? No internet connection.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-choropleth-map-from-a-csv-file-No-internet/m-p/305669#M39127</link>
      <description>&lt;P&gt;Yes, I thought the basic splunk installation came with a couple of geo files for this.&lt;/P&gt;

&lt;P&gt;Not sure if Kosovo or Hong Kong are considered a "country" in the basic geo files, though.   &lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:40:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-choropleth-map-from-a-csv-file-No-internet/m-p/305669#M39127</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-07-13T15:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot choropleth map from a csv file? No internet connection.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-choropleth-map-from-a-csv-file-No-internet/m-p/305670#M39128</link>
      <description>&lt;P&gt;run anywhere example...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval count=25
| eval Country="France!!!Kosovo!!!United States!!!Canada!!!Hong Kong" 
| makemv delim="!!!" Country 
| mvexpand Country 
| geom geo_countries featureIdField=Country
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You have to zoom and scroll as appropriate to be able to see Kosovo and Hong Kong, but they are there.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 15:53:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-choropleth-map-from-a-csv-file-No-internet/m-p/305670#M39128</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-07-13T15:53:51Z</dc:date>
    </item>
  </channel>
</rss>

