Quantcast
Channel: Questions in topic: "splunk-enterprise"
Viewing all articles
Browse latest Browse all 47296

How do I extend the number of results that an external script returns to more than 100000 lines?

$
0
0
Hello, I have an external script that makes calculations. The problem is that it is limiting the number of results to 100000. By default it is 50000, but I managed to extend it to 100000 by adding the following stanzas to `limits.conf` under the app's local folder: [searchresults] maxresultrows = 100000 [stats] maxresultrows = 100000 [top] maxresultrows = 100000 Now I'd like to extend that limit to 500000, but updating the `maxresultrows` values does not make any difference. For reference, my `limits.conf` file now looks like this: [default] max_mem_usage_mb = 0 [searchresults] maxresultrows = 500000 [stats] maxresultrows = 500000 [top] maxresultrows = 500000 [set] maxresultrows = 500000 [anomalousvalue] maxresultrows = 500000 What am I missing? Thank you and best regards, Andrew

Viewing all articles
Browse latest Browse all 47296

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>