You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing an app using splunk-sdk 2.0.2, but AppInspect 3.8.0 reports a failure with this version. The failure is related to existing v1 search endpoints
The same AppInspect report shows the SDK version as 2.0.2
The text was updated successfully, but these errors were encountered:
I am seeing this issue with v2.1.0 of Splunk SDK
I am in the middle of upgrading our TA to use the latest Splunk SDK
am I supposed to update client.py if not self.disable_v2_api: return self.post("search/v2/parser", q=query, **kwargs) return self.get("search/parser", q=query, **kwargs)
I am developing an app using splunk-sdk 2.0.2, but AppInspect 3.8.0 reports a failure with this version. The failure is related to existing v1 search endpoints
The same AppInspect report shows the SDK version as 2.0.2
The text was updated successfully, but these errors were encountered: