<?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 remove stats list limits that result to 100 despite count=0? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471507#M132638</link>
    <description>&lt;P&gt;End users cannot override this . This is to be done by admin in the limits.conf&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2019 13:55:33 GMT</pubDate>
    <dc:creator>arjunpkishore5</dc:creator>
    <dc:date>2019-10-31T13:55:33Z</dc:date>
    <item>
      <title>How to remove stats list limits that result to 100 despite count=0?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471501#M132632</link>
      <description>&lt;P&gt;In a search executed via Python SDK, the stat list truncates results to 100 results, despite the fact that count=0. &lt;BR /&gt;
Is there another config or variable that controls stats to remove this limit? &lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 20:56:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471501#M132632</guid>
      <dc:creator>alancalvitti</dc:creator>
      <dc:date>2019-10-29T20:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove stats list limits that result to 100 despite count=0?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471502#M132633</link>
      <description>&lt;P&gt;why do you need &lt;CODE&gt;stats list&lt;/CODE&gt; ?&lt;BR /&gt;
itll create (most of the time) a huge multi-value field&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 22:25:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471502#M132633</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-10-29T22:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove stats list limits that result to 100 despite count=0?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471503#M132634</link>
      <description>&lt;P&gt;The way to do this is to increase the list_maxsize configuration in the limits.conf&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/limitsconf#.5Bstats.7Csistats.5D"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/limitsconf#.5Bstats.7Csistats.5D&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 00:14:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471503#M132634</guid>
      <dc:creator>arjunpkishore5</dc:creator>
      <dc:date>2019-10-30T00:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove stats list limits that result to 100 despite count=0?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471504#M132635</link>
      <description>&lt;P&gt;Need an explicit list of Ids in to compute a Venn diagram against those extracted from _raw event data.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 13:55:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471504#M132635</guid>
      <dc:creator>alancalvitti</dc:creator>
      <dc:date>2019-10-30T13:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove stats list limits that result to 100 despite count=0?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471505#M132636</link>
      <description>&lt;P&gt;Is config accessible to individual end user accounts for Splunk Enterprise? Specifically I'm accessing using Python SDK. So for example we set count=0 in the query. Can we similarly set list_maxsize=0? &lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 13:56:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471505#M132636</guid>
      <dc:creator>alancalvitti</dc:creator>
      <dc:date>2019-10-30T13:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove stats list limits that result to 100 despite count=0?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471506#M132637</link>
      <description>&lt;P&gt;@arjunpkishore5 , I tried setting list_maxsize=0 in the python SDK kwarg the same way that I set count=0 but it did not have any effect, it's still retuning a max 100 list. I don't have admin priviledges. Is there a way for end-users to change this default value via SDK? &lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 13:31:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471506#M132637</guid>
      <dc:creator>alancalvitti</dc:creator>
      <dc:date>2019-10-31T13:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove stats list limits that result to 100 despite count=0?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471507#M132638</link>
      <description>&lt;P&gt;End users cannot override this . This is to be done by admin in the limits.conf&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 13:55:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471507#M132638</guid>
      <dc:creator>arjunpkishore5</dc:creator>
      <dc:date>2019-10-31T13:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove stats list limits that result to 100 despite count=0?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471508#M132639</link>
      <description>&lt;P&gt;Have you tried changing your strategy. Instead of using list, It might be possible to return data as rows depending on what you're trying to do. Can you post the query you're using?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 14:11:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471508#M132639</guid>
      <dc:creator>arjunpkishore5</dc:creator>
      <dc:date>2019-10-31T14:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove stats list limits that result to 100 despite count=0?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471509#M132640</link>
      <description>&lt;P&gt;We can't share the whole query, but it is simply a rex to match desired identifiers piped into the stats:  "...| rex "ID=(?P[^ ]+)" | stats dc(Id), list(Id) by Client".  I need the explicit Id list to cross-check against a separate query that extracts events (actually b/c we suspect the Python SDK Json reader is not getting all the results- but that's a separate issue). Can you explain how to use the row strategy to get the Id's? &lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 14:27:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471509#M132640</guid>
      <dc:creator>alancalvitti</dc:creator>
      <dc:date>2019-10-31T14:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove stats list limits that result to 100 despite count=0?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471510#M132641</link>
      <description>&lt;P&gt;Change your stats as follows&lt;BR /&gt;
|stats count as total by Id, Client |eventstats dc(Id) as total by Client&lt;/P&gt;

&lt;P&gt;Now you'll have these in each row. and the column total will hold the unique number of id's per client.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 14:50:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-remove-stats-list-limits-that-result-to-100-despite-count/m-p/471510#M132641</guid>
      <dc:creator>arjunpkishore5</dc:creator>
      <dc:date>2019-10-31T14:50:00Z</dc:date>
    </item>
  </channel>
</rss>

