SplunkPy: fix bugs in fetch & splunk-search command#42432
Conversation
🤖 Content-bot Review DisclaimerThis review was generated by an AI-powered tool and may contain inaccuracies. Please be advised, and we extend our sincere apologies for any inconvenience this may cause. |
content-bot
left a comment
There was a problem hiding this comment.
Thanks for the updates to the Splunk pack! I've reviewed the changes and have a few suggestions to improve performance and documentation accuracy. Please look into optimizing memory usage when calculating JSON length and ensure the splunk-search arguments are correct in the READMEs. Also, please verify the release notes formatting and the reader method signature.
Additionally, please address the following file-level notes:
Packs/SplunkPy/Integrations/SplunkPyV2/SplunkPyV2.py: TheResponseReaderWrapper.readmethod signature should be updated todef read(self, n=-1):(orn: int = -1).
@DeanArbel please review and approve the results generated by the AI Reviewer by responding 👍 on this comment.
…content into ilappe/fix_potential_splunk_bug
|
@ilappe docs approved |
Co-authored-by: Richard Bluestone <53567272+richardbluestone@users.noreply.github.com>
|
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
* fix bug * RN * another change * CR changes * update the doc * update RN after merge master * Update README.md * Update README.md * Apply suggestions from code review Co-authored-by: Richard Bluestone <53567272+richardbluestone@users.noreply.github.com> * Update 4_0_4.md --------- Co-authored-by: Richard Bluestone <53567272+richardbluestone@users.noreply.github.com>
* fix bug * RN * another change * CR changes * update the doc * update RN after merge master * Update README.md * Update README.md * Apply suggestions from code review Co-authored-by: Richard Bluestone <53567272+richardbluestone@users.noreply.github.com> * Update 4_0_4.md --------- Co-authored-by: Richard Bluestone <53567272+richardbluestone@users.noreply.github.com>
related:
Description
SplunkPy
SplunkPyV2