-
Notifications
You must be signed in to change notification settings - Fork 94
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
integrate security-analytics & alerting for correlation engine #412
Conversation
Signed-off-by: Subhobrata Dey <[email protected]>
Signed-off-by: Subhobrata Dey <[email protected]>
@@ -12,6 +12,7 @@ object AlertingActions { | |||
const val DELETE_MONITOR_ACTION_NAME = "cluster:admin/opendistro/alerting/monitor/delete" | |||
const val GET_FINDINGS_ACTION_NAME = "cluster:admin/opensearch/alerting/findings/get" | |||
const val ACKNOWLEDGE_ALERTS_ACTION_NAME = "cluster:admin/opendistro/alerting/alerts/ack" | |||
const val SUBSCRIBE_FINDINGS_ACTION_NAME = "cluster:admin/opendistro/alerting/findings/subscribe" |
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.
rename to cluster:admin/opensearch/alerting/findings/subscribe
Signed-off-by: Subhobrata Dey <[email protected]>
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 #412 +/- ##
============================================
- Coverage 73.20% 72.69% -0.51%
- Complexity 700 701 +1
============================================
Files 110 112 +2
Lines 4631 4670 +39
Branches 610 611 +1
============================================
+ Hits 3390 3395 +5
- Misses 985 1019 +34
Partials 256 256
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Subhobrata Dey <[email protected]> (cherry picked from commit 81ddb4b)
Signed-off-by: Subhobrata Dey <[email protected]> (cherry picked from commit 81ddb4b)
…#414) Signed-off-by: Subhobrata Dey <[email protected]>
…#415) Signed-off-by: Subhobrata Dey <[email protected]>
…earch-project#412) (opensearch-project#414) Signed-off-by: Subhobrata Dey <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
Description
integrate security-analytics & alerting for correlation engine
Issues Resolved
[List any issues this PR will resolve]
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.