<?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 Impact of Increasing the limit of stats list() from 100 to say 1,00,000 in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Impact-of-Increasing-the-limit-of-stats-list-from-100-to-say-1/m-p/486017#M135975</link>
    <description>&lt;P&gt;I am  using stats list() for a use case. But the data I am dealing is lot more, than the limit that is set to =100 in limit.conf for stats list() function. I thought about using Stats Values(), but as it breaks the event order, I am stuck with stats list().&lt;/P&gt;

&lt;P&gt;I am  thinking of increasing the limit of stats list() from 100 to say 1,00,000 for example. &lt;/P&gt;

&lt;P&gt;What I am concerned about is, will there be any performance issue if I increase the stats list() or will there be any problem if I increase it? Just to be on the safe side.&lt;/P&gt;

&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 06:07:55 GMT</pubDate>
    <dc:creator>ahmadshakir1952</dc:creator>
    <dc:date>2020-01-22T06:07:55Z</dc:date>
    <item>
      <title>Impact of Increasing the limit of stats list() from 100 to say 1,00,000</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Impact-of-Increasing-the-limit-of-stats-list-from-100-to-say-1/m-p/486017#M135975</link>
      <description>&lt;P&gt;I am  using stats list() for a use case. But the data I am dealing is lot more, than the limit that is set to =100 in limit.conf for stats list() function. I thought about using Stats Values(), but as it breaks the event order, I am stuck with stats list().&lt;/P&gt;

&lt;P&gt;I am  thinking of increasing the limit of stats list() from 100 to say 1,00,000 for example. &lt;/P&gt;

&lt;P&gt;What I am concerned about is, will there be any performance issue if I increase the stats list() or will there be any problem if I increase it? Just to be on the safe side.&lt;/P&gt;

&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 06:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Impact-of-Increasing-the-limit-of-stats-list-from-100-to-say-1/m-p/486017#M135975</guid>
      <dc:creator>ahmadshakir1952</dc:creator>
      <dc:date>2020-01-22T06:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Impact of Increasing the limit of stats list() from 100 to say 1,00,000</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Impact-of-Increasing-the-limit-of-stats-list-from-100-to-say-1/m-p/486018#M135976</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| makeresults count=100000
| streamstats count
| stats list(count) as list_100000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hi, @ahmadshakir1952 &lt;BR /&gt;
As I run this query, It is certainly omitted.&lt;/P&gt;

&lt;P&gt;I don't know your query. What's your query?&lt;BR /&gt;
There may be alternatives.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 11:20:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Impact-of-Increasing-the-limit-of-stats-list-from-100-to-say-1/m-p/486018#M135976</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-01-22T11:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Impact of Increasing the limit of stats list() from 100 to say 1,00,000</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Impact-of-Increasing-the-limit-of-stats-list-from-100-to-say-1/m-p/486019#M135977</link>
      <description>&lt;P&gt;On your question about the performance impact, you might end up running into OOM issues and your search performance might also get degraded, as suggested by @to4kawa there might be alternatives available, if you can post your query and some mockup data and the desired output we can try to help you out&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 14:22:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Impact-of-Increasing-the-limit-of-stats-list-from-100-to-say-1/m-p/486019#M135977</guid>
      <dc:creator>soumyasaha25</dc:creator>
      <dc:date>2020-01-22T14:22:01Z</dc:date>
    </item>
  </channel>
</rss>

