|
When running a splunk search from the cli, the maximum number of events returned is 100. How do I increase this limit? |
|
|
|
New in 4.1, you can set -maxout 0, which means "unlimited." This is useful for streaming data to another processing system or to a file. As of 4.1.5 using -maxout 0 will yield unlimited results if your -ouput flag is set to 'raw' or 'rawdata', if it is set to 'csv' or 'table' it will be limited to 50k (plus one line for the header).
(20 Jan '11, 16:42)
kevintelford
csv is unlimited in 4.2. table remains limited.
(20 Jan '11, 22:06)
Stephen Sorkin ♦
Awesome!
(21 Jan '11, 15:43)
kevintelford
|