Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

v0.4.5

Compare
Choose a tag to compare
@DavidJBianco DavidJBianco released this 19 Jun 13:10
· 61 commits to master since this release
d3a029c

Because the Splunk API is so incredibly slow, this release ditches it's oneshot() function in favor of the lower-level Splunk Jobs API. Since we had to write our own results retrieval code, we used Python's built-in multiprocessing module to retrieve results in parallel. The default is now to retrieve results with a single worker, which decreased total search time by about 45% while retrieving 1mil rows in testing.