<?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: Why is Splunk Map not showing correct results when trying to plot multiple zip codes? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179767#M51769</link>
    <description>&lt;P&gt;When we try to plot more than 40000 unique zipcode results in pie chart, somehow its breaking the final results in pie chart and not showing correct count. So we have restricted only top 20 zipcode  results to display in map pie chart and its started showing correct count.&lt;/P&gt;

&lt;P&gt;index=idxmember brand_name=* | top limit=20 Primary_Address_ZIP, latitude, longitude | geostats latfield=latitude longfield=longitude sum(count) by Primary_Address_ZIP globallimit=0&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 18:58:38 GMT</pubDate>
    <dc:creator>dhavamanis</dc:creator>
    <dc:date>2020-09-28T18:58:38Z</dc:date>
    <item>
      <title>Why is Splunk Map not showing correct results when trying to plot multiple zip codes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179760#M51762</link>
      <description>&lt;P&gt;We are using the query below with Splunk Map, but it's not showing the correct results.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=idxmember | lookup geolookup "Primary_Address_ZIP" as "Primary_Address_ZIP" OUTPUT latitude , longitude |geostats latfield=latitude longfield=longitude count by Primary_Address_ZIP
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If I filter by a single zip code, the results are correct, but if there are more entries for a zip code, it is not plotting correctly. For example, we have the entry &lt;CODE&gt;zipcode-60134 = 500529&lt;/CODE&gt;. It is not showing the correct result if I try to plot with all other zip codes. If I filter like below, it is working properly.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=idxmember Primary_Address_ZIP=60134 | lookup geolookup "Primary_Address_ZIP" as "Primary_Address_ZIP" OUTPUT latitude , longitude |geostats latfield=latitude longfield=longitude count by Primary_Address_ZIP
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can you please tell us how to fix this issue?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 23:04:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179760#M51762</guid>
      <dc:creator>dhavamanis</dc:creator>
      <dc:date>2015-01-08T23:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk Map not showing correct results when trying to plot multiple zip codes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179761#M51763</link>
      <description>&lt;P&gt;Do provide some info on what's wrong about the displayed data. Screenshots, sample data, wrong output, desired output, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 23:27:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179761#M51763</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-01-08T23:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk Map not showing correct results when trying to plot multiple zip codes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179762#M51764</link>
      <description>&lt;P&gt;Once after report complete getting the below warning message&lt;/P&gt;

&lt;P&gt;Warning message:&lt;/P&gt;

&lt;P&gt;"split by field Primary_Address_ZIP has large number of unique values 37560 . Chart column set will be trimmed to 10. Use globallimit argument to control column count"&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:36:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179762#M51764</guid>
      <dc:creator>dhavamanis</dc:creator>
      <dc:date>2020-09-28T18:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk Map not showing correct results when trying to plot multiple zip codes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179763#M51765</link>
      <description>&lt;P&gt;Splitting by such a diverse field would create 37560 columns, 37560 different colours on your map, pies with up to 37560 slices, and general trouble.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 18:15:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179763#M51765</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-01-09T18:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk Map not showing correct results when trying to plot multiple zip codes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179764#M51766</link>
      <description>&lt;P&gt;Can you please tell us, is there any way to control this and just show count for each of the zipcode without mismatch?.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 19:33:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179764#M51766</guid>
      <dc:creator>dhavamanis</dc:creator>
      <dc:date>2015-01-09T19:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk Map not showing correct results when trying to plot multiple zip codes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179765#M51767</link>
      <description>&lt;P&gt;As indicated by the warning message, you could use the &lt;CODE&gt;globallimit&lt;/CODE&gt; setting to increase or disable this limit. I'm not sure how well it'd handle such a high number, ymmv.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 20:13:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179765#M51767</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-01-09T20:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk Map not showing correct results when trying to plot multiple zip codes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179766#M51768</link>
      <description>&lt;P&gt;Thanks Martin, We have opened the Splunk support case and waiting for their response.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 20:23:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179766#M51768</guid>
      <dc:creator>dhavamanis</dc:creator>
      <dc:date>2015-01-09T20:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk Map not showing correct results when trying to plot multiple zip codes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179767#M51769</link>
      <description>&lt;P&gt;When we try to plot more than 40000 unique zipcode results in pie chart, somehow its breaking the final results in pie chart and not showing correct count. So we have restricted only top 20 zipcode  results to display in map pie chart and its started showing correct count.&lt;/P&gt;

&lt;P&gt;index=idxmember brand_name=* | top limit=20 Primary_Address_ZIP, latitude, longitude | geostats latfield=latitude longfield=longitude sum(count) by Primary_Address_ZIP globallimit=0&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:58:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-Splunk-Map-not-showing-correct-results-when-trying-to/m-p/179767#M51769</guid>
      <dc:creator>dhavamanis</dc:creator>
      <dc:date>2020-09-28T18:58:38Z</dc:date>
    </item>
  </channel>
</rss>

