-
Notifications
You must be signed in to change notification settings - Fork 89
Add specs for alert and finding endpoints of security_analytics plugin #907
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
Add specs for alert and finding endpoints of security_analytics plugin #907
Conversation
6574870
to
308ea8e
Compare
Please add tests? |
308ea8e
to
1cf4919
Compare
Oups sorry. |
Changes AnalysisCommit SHA: 3b9ab09 API ChangesSummary
ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/15686071192/artifacts/3349535783 API Coverage
|
Thank you for the review. |
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.
Thanks for making those changes @AntoineSauzeau, still just a few things to address.
Please also rebase your branch onto the latest main
commit.
2fde2eb
to
04c4c9f
Compare
Done. |
Spec Test Coverage Analysis
|
Signed-off-by: Antoine Sauzeau <[email protected]>
Signed-off-by: Antoine Sauzeau <[email protected]>
Signed-off-by: Antoine Sauzeau <[email protected]>
Signed-off-by: Antoine Sauzeau <[email protected]>
Signed-off-by: Antoine Sauzeau <[email protected]>
Signed-off-by: Antoine Sauzeau <[email protected]>
04c4c9f
to
3b9ab09
Compare
Do you see any changes needed before considering merging ? @Xtansia |
Description
This PR add specs for the 3 following endpoints :
I intend to add all the other security analytics endpoints but I'd rather start with a small piece since this is the first time that I'm contributing to this repo.
Since there's no endpoint to directly create findings and alerts, I'm supposed to do it by hand with some
POST <index>/_create/<_id>
to test properly these endpoints then ?Issues Resolved
Related to #239.
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.