I am using the search.py script from the SDK. I have the following set :
--max_count=1000000 --count=0 --output_mode=csv
Yet the results always limit themselves to 100,000 lines? Why is this?
Doesn't --count=0 mean send me all results?
And then --max_count=1000000 means mark the job as finished at 1,000,000 events? So why do I only get 100,000 records? Always about 100,000
CORRECTION: although there are 100,000 lines, in fact there are 50,000 records! The lines are wrapped and have a CR in them hence the 100,000.
Why am I hitting a limit of 50,000 records?
Thanks
... View more