<?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 to plot Cluster/Choropleth map with source data (hostname only) in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-to-plot-Cluster-Choropleth-map-with-source-data-hostname/m-p/401293#M116182</link>
    <description>&lt;P&gt;I do not get any results for this string - &lt;BR /&gt;
| inputlookup test_geo_db | geostats latfield=eventlat longfield=eventlong&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 00:47:04 GMT</pubDate>
    <dc:creator>rashi83</dc:creator>
    <dc:date>2020-09-30T00:47:04Z</dc:date>
    <item>
      <title>How to to plot Cluster/Choropleth map with source data (hostname only)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-to-plot-Cluster-Choropleth-map-with-source-data-hostname/m-p/401289#M116178</link>
      <description>&lt;P&gt;Created a lookup file with static Latitude and Longitude for 2 countries and used this search:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| inputlookup  test_geo_db | geostats count&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;But I can't see map plotted with it?&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 17:49:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-to-plot-Cluster-Choropleth-map-with-source-data-hostname/m-p/401289#M116178</guid>
      <dc:creator>rashi83</dc:creator>
      <dc:date>2019-05-31T17:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to to plot Cluster/Choropleth map with source data (hostname only)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-to-plot-Cluster-Choropleth-map-with-source-data-hostname/m-p/401290#M116179</link>
      <description>&lt;P&gt;Can you please share the results of &lt;CODE&gt;| inputlookup test_geo_db&lt;/CODE&gt;? and if you could tell us what do you see as the result if you can't see the map it would be helpful. Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 08:56:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-to-plot-Cluster-Choropleth-map-with-source-data-hostname/m-p/401290#M116179</guid>
      <dc:creator>harshpatel</dc:creator>
      <dc:date>2019-06-01T08:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to to plot Cluster/Choropleth map with source data (hostname only)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-to-plot-Cluster-Choropleth-map-with-source-data-hostname/m-p/401291#M116180</link>
      <description>&lt;P&gt;What are the field names for &lt;CODE&gt;latitude&lt;/CODE&gt; and &lt;CODE&gt;longitude&lt;/CODE&gt; in the lookup &lt;CODE&gt;test_geo_db&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If you have not used the arguments &lt;CODE&gt;latfield&lt;/CODE&gt; and &lt;CODE&gt;longfield&lt;/CODE&gt; along with geostats it assumes default latitude and longitude fields as &lt;CODE&gt;lat&lt;/CODE&gt; and &lt;CODE&gt;lon&lt;/CODE&gt; respectively. Refer to Splunk documentation for proper use of geostats.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Geostats#Syntax"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Geostats#Syntax&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 16:51:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-to-plot-Cluster-Choropleth-map-with-source-data-hostname/m-p/401291#M116180</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-06-01T16:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to to plot Cluster/Choropleth map with source data (hostname only)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-to-plot-Cluster-Choropleth-map-with-source-data-hostname/m-p/401292#M116181</link>
      <description>&lt;P&gt;I can see results for  :&lt;BR /&gt;
| inputlookup test_geo_db as &lt;BR /&gt;
hostname  latitude longitutude&lt;BR /&gt;
us       32.7767    96.797&lt;BR /&gt;
em       52.1386    0.4668&lt;/P&gt;

&lt;P&gt;I do not see any points on the MAP&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:47:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-to-plot-Cluster-Choropleth-map-with-source-data-hostname/m-p/401292#M116181</guid>
      <dc:creator>rashi83</dc:creator>
      <dc:date>2020-09-30T00:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to to plot Cluster/Choropleth map with source data (hostname only)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-to-plot-Cluster-Choropleth-map-with-source-data-hostname/m-p/401293#M116182</link>
      <description>&lt;P&gt;I do not get any results for this string - &lt;BR /&gt;
| inputlookup test_geo_db | geostats latfield=eventlat longfield=eventlong&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:47:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-to-plot-Cluster-Choropleth-map-with-source-data-hostname/m-p/401293#M116182</guid>
      <dc:creator>rashi83</dc:creator>
      <dc:date>2020-09-30T00:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to to plot Cluster/Choropleth map with source data (hostname only)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-to-plot-Cluster-Choropleth-map-with-source-data-hostname/m-p/401294#M116183</link>
      <description>&lt;P&gt;you have to pass file names same as the lookup file i.e.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup test_geo_db | geostats latfield=latitude longfield=longitutude
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 03 Jun 2019 15:17:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-to-plot-Cluster-Choropleth-map-with-source-data-hostname/m-p/401294#M116183</guid>
      <dc:creator>harshpatel</dc:creator>
      <dc:date>2019-06-03T15:17:17Z</dc:date>
    </item>
  </channel>
</rss>

