<?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: GEOIP Only displaying 10000 results on a map in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109065#M7671</link>
    <description>&lt;P&gt;In case you want to take a look at the limits, they are established on $SPLUNK_HOME/etc/system/default/limits.conf, find the one you'd like to change, create a new limits.conf and place under $SPLUNK_HOME/etc/system/local/limits.conf&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 10:16:31 GMT</pubDate>
    <dc:creator>dmaislin_splunk</dc:creator>
    <dc:date>2020-09-28T10:16:31Z</dc:date>
    <item>
      <title>GEOIP Only displaying 10000 results on a map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109064#M7670</link>
      <description>&lt;P&gt;Hi all, when plotting geoip data onto google maps we only see 10K results displayed. I checked in limits.conf and modified a number of parameters which had no effect. When I do a search inspection I see for the parameter request:&lt;/P&gt;

&lt;P&gt;request {'time_format': '%s.%Q', 'search': 'search index=bluecoat | geoip cip', 'required_field_list': '*', 'max_count': '10000', 'ui_dispatch_app': 'SplunkForHostworksCDN', 'latest_time': '0', 'status_buckets': '300', 'ui_dispatch_view': 'flashtimeline', 'earliest_time': '1321249597', 'auto_cancel': '100'}&lt;/P&gt;

&lt;P&gt;It seems the max_count is set to 10000. Does anyone know which parameter this refers to for google maps?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:06:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109064#M7670</guid>
      <dc:creator>brianokelly</dc:creator>
      <dc:date>2020-09-28T10:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: GEOIP Only displaying 10000 results on a map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109065#M7671</link>
      <description>&lt;P&gt;In case you want to take a look at the limits, they are established on $SPLUNK_HOME/etc/system/default/limits.conf, find the one you'd like to change, create a new limits.conf and place under $SPLUNK_HOME/etc/system/local/limits.conf&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:16:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109065#M7671</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2020-09-28T10:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: GEOIP Only displaying 10000 results on a map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109066#M7672</link>
      <description>&lt;P&gt;good point, but which limit to change?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 21:20:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109066#M7672</guid>
      <dc:creator>Spelunke</dc:creator>
      <dc:date>2012-01-04T21:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: GEOIP Only displaying 10000 results on a map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109067#M7673</link>
      <description>&lt;P&gt;I'm having the same problem which was going on in another thread: &lt;A href="http://splunk-base.splunk.com/answers/37105/geoip-search-results-not-correct"&gt;geoip search results not correct&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;which parameter has to change here??&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 02:35:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109067#M7673</guid>
      <dc:creator>nina15</dc:creator>
      <dc:date>2012-01-06T02:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: GEOIP Only displaying 10000 results on a map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109068#M7674</link>
      <description>&lt;P&gt;From what I'm reading in dmaislin_splunk's response, it looks like you either change your system-wide defaults via this file;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/system/default/limits.conf
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or you create your local config based off that file with this file and this would be a more limited scope across your splunk server;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/system/local/limits.conf
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The fields I thought I needed to edit are below (my results are stopping at 10000);&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[subsearch]
maxout = 10000
maxtime = 60
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;All that said, I tried it and it has not changed my results yet, still getting just 10000 and it's dying even after a splunk restart. There's a handful of other fields in the limits.conf file matching this 10000 barrier I'm running into, but none of the descriptions suggest they're involved with what I'm doing.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2012 18:47:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109068#M7674</guid>
      <dc:creator>jeremiahc4</dc:creator>
      <dc:date>2012-01-11T18:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: GEOIP Only displaying 10000 results on a map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109069#M7675</link>
      <description>&lt;P&gt;Actually after re-reading brianokelly's original post, is it hard coded to 10k (the number next after max_count in the code snippet posted)? I see max_count defined in my system-wide limits.conf as 10m so I don't think that is the field it's keying on here.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:18:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109069#M7675</guid>
      <dc:creator>jeremiahc4</dc:creator>
      <dc:date>2020-09-28T10:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: GEOIP Only displaying 10000 results on a map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109070#M7676</link>
      <description>&lt;P&gt;by changing the value in&lt;/P&gt;

&lt;P&gt;[subsearch]&lt;/P&gt;

&lt;H1&gt;maximum number of results to return from a subsearch&lt;/H1&gt;

&lt;P&gt;maxout =&lt;/P&gt;

&lt;P&gt;you should get what you are expecting&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2012 13:43:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109070#M7676</guid>
      <dc:creator>mcolin</dc:creator>
      <dc:date>2012-01-16T13:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: GEOIP Only displaying 10000 results on a map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109071#M7677</link>
      <description>&lt;P&gt;[subsearch]&lt;BR /&gt;
* This stanza controls subsearch results.&lt;/P&gt;

&lt;P&gt;maxout = &lt;INTEGER&gt;&lt;BR /&gt;
* Maximum number of results to return from a subsearch.&lt;BR /&gt;
* This value cannot be greater than or equal to 10500.&lt;BR /&gt;
* Defaults to 100.&lt;/INTEGER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2013 16:23:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109071#M7677</guid>
      <dc:creator>pwattssplunk</dc:creator>
      <dc:date>2013-01-14T16:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: GEOIP Only displaying 10000 results on a map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109072#M7678</link>
      <description>&lt;P&gt;Should never change a file in a default directory, as that will be overwritten the next time you update.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2013 16:43:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/GEOIP-Only-displaying-10000-results-on-a-map/m-p/109072#M7678</guid>
      <dc:creator>mikelanghorst</dc:creator>
      <dc:date>2013-01-14T16:43:24Z</dc:date>
    </item>
  </channel>
</rss>

