The default value of 50000 can be modified by editing the [searchresults] stanza in limits.conf:
[searchresults]
maxresultrows = 100000
index=x sourcetype=y (keyword OR keyword) (keyword OR keyword OR keyword) | eval WaitTime=totalTimeCreateToFinish - timeStartToFinish)/60000 | eval runTime=timeStartToFinish/60000 | eval type=replace(name, "blah", "") | eval type=replace(type, "blah", "") | eval type=replace(type, "blah", "") | fields req_field1,req_field2....
Don't use fields * and dedup _raw --- this will cause high splunk processing performance. Better use top or head command.
... View more