-
Notifications
You must be signed in to change notification settings - Fork 78
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
GetAllRuleCategories API #327
Conversation
Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
src/main/java/org/opensearch/securityanalytics/model/RuleCategory.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
Signed-off-by: Petar Dzepina <petar.dzepina@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 #327 +/- ##
============================================
- Coverage 36.89% 36.53% -0.36%
+ Complexity 887 886 -1
============================================
Files 179 185 +6
Lines 7029 7095 +66
Branches 857 860 +3
============================================
- Hits 2593 2592 -1
- Misses 4199 4265 +66
- Partials 237 238 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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
@@ -0,0 +1,36 @@ | |||
{ | |||
"rule_categories": [ |
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.
Have we started using this in the frontend yet? If not lets create an issue on frontend to adopt this.
cc : @amsiglan
Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> (cherry picked from commit 3d2d31f)
Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
Description
API to fetch all available log types/rule categories
Issues Resolved
#328
Check List
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.