Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppInspect 3.8.0 reports failure with splunk-sdk 2.0.2 #594

Open
matt-gan opened this issue Oct 28, 2024 · 1 comment
Open

AppInspect 3.8.0 reports failure with splunk-sdk 2.0.2 #594

matt-gan opened this issue Oct 28, 2024 · 1 comment

Comments

@matt-gan
Copy link

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
image

The same AppInspect report shows the SDK version as 2.0.2
image

@ashwinvenkatesha
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants