hello
i'm wondering if there is an officiant way to query results using paganation and show results from 1-100, 100-200 etc so it will be easy to use them with a ui?
maybe there is an offset mode ?
thanks
@sarit_s: You can set an offset; actually you have to when dealing with a very large result that breaches the internal limits. Maybe the following pages can help you on your usecase:
https://dev.splunk.com/enterprise/docs/developapps/visualizedata/addsearches/searchresultsmodel/
check sort, head , rare commands.
all of them will give always the first 100 for example, no ?
i want to get results by bulk .. after i got the first 100 i want the 100 after than and etc