splunk / splunk-sdk-python

Splunk Software Development Kit for Python
http://dev.splunk.com
Apache License 2.0
698 stars 370 forks source link

Fewer events and results returned when using adhoc_search_level = verbose #459

Open john-corcoran opened 2 years ago

john-corcoran commented 2 years ago

Describe the bug Identical non-transforming searches run across fast, smart and verbose modes (modes selected using adhoc_search_level parameter) will return fewer events and results when using verbose mode. This may be expected behaviour due to additional system constraints when using verbose mode, however no warning is raised and I haven't found any documentation that indicates this is a risk (apologies if it exists and I've missed it).

To reproduce

Expected behavior That verbose non-transforming searches would have the same event and result counts returned as fast and smart searches.

Splunk:

SDK:

tdhellmann commented 2 years ago

@john-corcoran can I get some additional information from you?

john-corcoran commented 2 years ago

Hi @tdhellmann - this is from the Docker version of Splunk Enterprise (v8.2.4) (https://hub.docker.com/r/splunk/splunk/), running locally on a single host (using sample data) with search head / clustering defaults (I'm not sure on the specifics for Splunk in Docker, but can find out if needed). (I've mostly copied notes from my previous message, please let me know if there's more detail you needed that I've missed.)