humio / issues

Issue Tracker for Humio
4 stars 2 forks source link

Feature: getting a range of a sorted result #89

Open Potrik98 opened 4 years ago

Potrik98 commented 4 years ago

Say you have a sorted result using sort(). I want to get the elements from position x to y in this list (this is very useful for pagination). Furthermore, if the result is big, i.e. bigger than the max limit of sort(), e.g 50000 entries, which is larger than the standard 20000 max sort limit, and I want to get the range 25000-30000, it is currently impossible.