<?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 create a map visualization  from geom statistics? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-map-visualization-from-geom-statistics/m-p/329355#M39551</link>
    <description>&lt;P&gt;@summitsplunk &lt;CODE&gt;iplocation&lt;/CODE&gt; should give you country detail as well, there is no need for geom (you need cluster map and not choropleth map)&lt;BR /&gt;
From performance perspective you should do &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Geostats#Usage"&gt;stats first followed by iplocation and then finally geostats&lt;/A&gt; if you want to plot data on Cluster Map. Try the following search and confirm:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;yourBaseSearch&amp;gt; ipaddr=* actor_user_name=*
| stats count by ipaddr actor_user_name
| iplocation clientip
| search Country!="United States"
| geostats sum(count) as count by user
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 12 Apr 2018 18:37:43 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2018-04-12T18:37:43Z</dc:date>
    <item>
      <title>How to create a map visualization  from geom statistics?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-map-visualization-from-geom-statistics/m-p/329354#M39550</link>
      <description>&lt;P&gt;I've constructed a query to show "users who logged in from outside the US" below:&lt;/P&gt;

&lt;P&gt;| iplocation ipaddr | where Country != "United States"    | geom geo_countries | search Country=* | stats count by actor_user_name,Country&lt;/P&gt;

&lt;P&gt;This query is working and the statistics show :&lt;BR /&gt;
actor_user_name, Country, Count?&lt;/P&gt;

&lt;P&gt;Is it possible to make this data show up correctly on like a Cluster Map? Currently when I click on "Visualization" it shows a map but has nothing plotted. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:59:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-map-visualization-from-geom-statistics/m-p/329354#M39550</guid>
      <dc:creator>summitsplunk</dc:creator>
      <dc:date>2020-09-29T18:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a map visualization  from geom statistics?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-map-visualization-from-geom-statistics/m-p/329355#M39551</link>
      <description>&lt;P&gt;@summitsplunk &lt;CODE&gt;iplocation&lt;/CODE&gt; should give you country detail as well, there is no need for geom (you need cluster map and not choropleth map)&lt;BR /&gt;
From performance perspective you should do &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Geostats#Usage"&gt;stats first followed by iplocation and then finally geostats&lt;/A&gt; if you want to plot data on Cluster Map. Try the following search and confirm:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;yourBaseSearch&amp;gt; ipaddr=* actor_user_name=*
| stats count by ipaddr actor_user_name
| iplocation clientip
| search Country!="United States"
| geostats sum(count) as count by user
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Apr 2018 18:37:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-map-visualization-from-geom-statistics/m-p/329355#M39551</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-04-12T18:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a map visualization  from geom statistics?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-map-visualization-from-geom-statistics/m-p/329356#M39552</link>
      <description>&lt;P&gt;@summitsplunk if this answer has helped please accept to mark this question as answered. If you need further details please let us know.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 16:08:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-map-visualization-from-geom-statistics/m-p/329356#M39552</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-04-13T16:08:03Z</dc:date>
    </item>
  </channel>
</rss>

