-
Notifications
You must be signed in to change notification settings - Fork 58
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
Adds DeleteByQuery Request for SDKRestClient #708
Conversation
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #708 +/- ##
============================================
+ Coverage 66.21% 66.26% +0.05%
Complexity 301 301
============================================
Files 55 55
Lines 1243 1245 +2
Branches 41 41
============================================
+ Hits 823 825 +2
Misses 408 408
Partials 12 12
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (will approve after questions answered) but I'm really interested in why this request looks so different to all the others.
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> (cherry picked from commit b30bec4) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit b30bec4) Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Required for Delete Detector Results to query OpenSearch using HLRC.
Issues Resolved
Part of #378
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.