-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution][Detections] Enable writing rule execution events to Event Log by default #115394
[Security Solution][Detections] Enable writing rule execution events to Event Log by default #115394
Conversation
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
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.
Checked out, tested locally, and verified Rule Execution Events were being written to the EventLog (and all existing functionality with Rule Monitoring/Details behaved as expected w/ the RuleStatus SO). So happy to finally enable this -- no going back now, thanks @banderror!! 🙂 🚀
@elasticmachine merge upstream edit: A little preemptive -- build is going to fail until #115440 is merged. Will re-merge once that makes it in. |
@elasticmachine merge upstream |
1 similar comment
@elasticmachine merge upstream |
ef99110
to
77453f3
Compare
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @banderror |
…to Event Log by default (elastic#115394) * Enable writing rule execution events to Event Log by default * Update event log provider name according to the RFC * Fix SavedObjectClient find method arguments Co-authored-by: Dmitry Shevchenko <[email protected]>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
…to Event Log by default (#115394) (#115630) * Enable writing rule execution events to Event Log by default * Update event log provider name according to the RFC * Fix SavedObjectClient find method arguments Co-authored-by: Dmitry Shevchenko <[email protected]> Co-authored-by: Georgii Gorbachev <[email protected]> Co-authored-by: Dmitry Shevchenko <[email protected]>
Tickets: #106469, #101013
Summary
securitySolution.ruleExecution
according to the RFC.Config setting
The default config setting is now:
The behaviour by default is now as follows:
siem-detection-engine-rule-status
saved objectssiem-detection-engine-rule-status
siem-detection-engine-rule-status
for both the Rule Management page and the Rule Details pageIf we notice any issues with Rule Monitoring in Security before the 7.16.0 release, we will revert the default value to
savedObjects
.Checklist