Splunk Search

'stats' command: limit for values of field 'xxx' reached. Some values may have been truncated or ignored.

jamesvz84
Communicator

Hello,

I am using the stats command with the list() function. Unfortunately, for some groupings the list size exceeds Splunk's limit. Is there a setting in limits.conf or anywhere else where I can increase this limit? Using values() instead of list() will not work for me, as I need to keep the sequence of events, as well as duplicate values.

Error message:
'stats' command: limit for values of field 'xxx' reached. Some values may have been truncated or ignored.

Tags (4)

hwakonwalk
Path Finder

I was able to resolve the issue by adding the following to limits.conf
[stats]
list_maxsize = 10000
maxresultrows = 50000
maxvalues = 10000
maxvaluesize = 10000

nawazns5038
Builder

try using table and dedup together

0 Karma

landen99
Motivator

values allows the list to be much longer but it also removes duplicate field values and sorts the field values.

0 Karma

dkuk
Path Finder

This limits.conf might help you:

list_maxsize = <int>
 * Maximum number of list items to emit when using the list() function stats/sistats
 * Defaults to 100

hwakonwalk
Path Finder

Does it resolve the problem, I face the same issue

0 Karma

ktn01
Path Finder

Do you put it on the right stanza?

[stats]
list_maxsize = 300

[sistats]
list_maxsize = 300

0 Karma

nikkkc
Path Finder

i tried this, but this does not work!

0 Karma

adauria_splunk
Splunk Employee
Splunk Employee

note that this must be under a [stats] and/or [sistats] stanza within a limits.conf in order to work right!

martin_mueller
SplunkTrust
SplunkTrust

What's your use case? Maybe there's a way to go without list().

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...