-
Notifications
You must be signed in to change notification settings - Fork 105
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 #878
Conversation
Signed-off-by: Subhobrata Dey <[email protected]>
try { | ||
publishFinding(monitor, monitorCtx, finding) | ||
} catch (e: Exception) { | ||
// suppress exception |
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.
Lets add some logging 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.
added logs
@@ -51,6 +51,15 @@ | |||
}, | |||
"timestamp": { | |||
"type": "long" | |||
}, |
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.
We need to update the schema version when the schema is updated
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.
updated schema version
Signed-off-by: Subhobrata Dey <[email protected]>
Signed-off-by: Subhobrata Dey <[email protected]>
* integrate security-analytics & alerting for correlation engine Signed-off-by: Subhobrata Dey <[email protected]> * integrate security-analytics & alerting for correlation engine Signed-off-by: Subhobrata Dey <[email protected]> * integrate security-analytics & alerting for correlation engine Signed-off-by: Subhobrata Dey <[email protected]> --------- Signed-off-by: Subhobrata Dey <[email protected]> (cherry picked from commit 37b81fa)
* integrate security-analytics & alerting for correlation engine Signed-off-by: Subhobrata Dey <[email protected]> * integrate security-analytics & alerting for correlation engine Signed-off-by: Subhobrata Dey <[email protected]> * integrate security-analytics & alerting for correlation engine Signed-off-by: Subhobrata Dey <[email protected]> --------- Signed-off-by: Subhobrata Dey <[email protected]> (cherry picked from commit 37b81fa)
…#880) Signed-off-by: Subhobrata Dey <[email protected]>
…#881) Signed-off-by: Subhobrata Dey <[email protected]>
Issue #, if available:
Description of changes:
integrate security-analytics & alerting for correlation engine
CheckList:
[X] Commits are signed per the DCO using --signoff
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.