splunk / splunk-sdk-python

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

SDK Support for splunkd search API changes #468

Closed fantavlik closed 2 years ago

fantavlik commented 2 years ago

In Splunk 9.0 new changes to certain search endpoints are added via v2 endpoints and changes from GET to POST. SDK detects whether 9.x or later is being used and uses v2 endpoints if so.