<?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 Help generating a choropleth map using geom command in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-generating-a-choropleth-map-using-geom-command/m-p/600193#M208937</link>
    <description>&lt;P&gt;Hi There,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am trying to generate a choropleth map of US using the following command :&lt;BR /&gt;| iplocation final_ip&lt;BR /&gt;|search Country = "United States"&lt;BR /&gt;|stats count as volume by Region&lt;BR /&gt;|rename Region as state&lt;BR /&gt;|dedup state&lt;BR /&gt;|table state volume&lt;BR /&gt;|geom geo_us_states featureIdField="state" allFeatures=True&lt;BR /&gt;&lt;BR /&gt;This gives a response with the fields state, volume, featureCollection, geom and but the map is still empty. Using geostats instead and then doing lookup, does give map but count aka volume is very low&amp;nbsp; . Can you help please ?&lt;BR /&gt;&lt;BR /&gt;@&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2022 00:52:41 GMT</pubDate>
    <dc:creator>heavenisreal</dc:creator>
    <dc:date>2022-06-02T00:52:41Z</dc:date>
    <item>
      <title>Help generating a choropleth map using geom command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-generating-a-choropleth-map-using-geom-command/m-p/600193#M208937</link>
      <description>&lt;P&gt;Hi There,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am trying to generate a choropleth map of US using the following command :&lt;BR /&gt;| iplocation final_ip&lt;BR /&gt;|search Country = "United States"&lt;BR /&gt;|stats count as volume by Region&lt;BR /&gt;|rename Region as state&lt;BR /&gt;|dedup state&lt;BR /&gt;|table state volume&lt;BR /&gt;|geom geo_us_states featureIdField="state" allFeatures=True&lt;BR /&gt;&lt;BR /&gt;This gives a response with the fields state, volume, featureCollection, geom and but the map is still empty. Using geostats instead and then doing lookup, does give map but count aka volume is very low&amp;nbsp; . Can you help please ?&lt;BR /&gt;&lt;BR /&gt;@&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 00:52:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-generating-a-choropleth-map-using-geom-command/m-p/600193#M208937</guid>
      <dc:creator>heavenisreal</dc:creator>
      <dc:date>2022-06-02T00:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help generating a choropleth map using geom command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-generating-a-choropleth-map-using-geom-command/m-p/600208#M208945</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/246403"&gt;@heavenisreal&lt;/a&gt;&amp;nbsp;-Try updating query like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| iplocation final_ip
|search Country = "United States"
|stats count by Region
|rename Region as state
|geom geo_us_states featureIdField="state" allFeatures=True&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 05:15:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-generating-a-choropleth-map-using-geom-command/m-p/600208#M208945</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-06-02T05:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help generating a choropleth map using geom command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-generating-a-choropleth-map-using-geom-command/m-p/600328#M208979</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks so much for your response. I tried out removing those lines as per your suggestion and it still doesn't render the map unfortunately. Do we need geostats for the map to render or should the geom just work as it is .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 18:36:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-generating-a-choropleth-map-using-geom-command/m-p/600328#M208979</guid>
      <dc:creator>heavenisreal</dc:creator>
      <dc:date>2022-06-02T18:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help generating a choropleth map using geom command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-generating-a-choropleth-map-using-geom-command/m-p/600357#M208984</link>
      <description>&lt;P&gt;Update::: Who knew, removing the&amp;nbsp; renaming of stats count as volume would do the trick! Is that expected ? Thanks nevertheless.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 21:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-generating-a-choropleth-map-using-geom-command/m-p/600357#M208984</guid>
      <dc:creator>heavenisreal</dc:creator>
      <dc:date>2022-06-02T21:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help generating a choropleth map using geom command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-generating-a-choropleth-map-using-geom-command/m-p/600376#M208992</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/246403"&gt;@heavenisreal&lt;/a&gt;&amp;nbsp;- geom should be enough, geostats is a different purpose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To troubleshoot I would keep removing one line at a time from the search and see the statistics until I see the results in the statistics to see which line of search query has issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 04:12:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-generating-a-choropleth-map-using-geom-command/m-p/600376#M208992</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-06-03T04:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help generating a choropleth map using geom command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-generating-a-choropleth-map-using-geom-command/m-p/600378#M208993</link>
      <description>&lt;P&gt;That's what I mentioned in my query.&lt;/P&gt;&lt;P&gt;Ha:)&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 04:15:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-generating-a-choropleth-map-using-geom-command/m-p/600378#M208993</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-06-03T04:15:48Z</dc:date>
    </item>
  </channel>
</rss>

