Splunk Search

help span would result in too many rows

dhavamanis
Builder

we are getting this error more frequently, can you please tell us the optimized settings to avoid this error,

The specified span would result in too many (>50000) rows.

Tags (1)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Yeah, that's a timechart error.

Assuming you're specifying span=foo, either replace foo with a value more appropriate for your time range or switch to specifying bins=200 or some other number instead. That'll make sure timechart will only generate up to 200 rows.

Alternatively, leave off both settings and let the default bins=100 take over for now.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

Yeah, that's a timechart error.

Assuming you're specifying span=foo, either replace foo with a value more appropriate for your time range or switch to specifying bins=200 or some other number instead. That'll make sure timechart will only generate up to 200 rows.

Alternatively, leave off both settings and let the default bins=100 take over for now.

martin_mueller
SplunkTrust
SplunkTrust

Use this instead:

index="idxweblog" source="/var/log/idx/api.log" "/member/login" "API_KEY=c6e823fff8b14405a04408162bbe6e11"
| bin span=1s _time | top 1 _time | table count
0 Karma

dhavamanis
Builder

thank you! it works fine.

0 Karma

dhavamanis
Builder

we are using this query and getting results with warning message,

index="idxweblog" source="/var/log/idx/api.log" "/member/login" "API_KEY=c6e823fff8b14405a04408162bbe6e11" | timechart span=1s count(API_KEY) | sort count(API_KEY) desc | head 1 | table count(API_KEY)

0 Karma

somesoni2
Revered Legend

What command are you using, timechart?

Get Updates on the Splunk Community!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...