-
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] Optimized rule execution log performance #118925
Conversation
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
edit: Spoke w/ @xcrzx and the below behavior is expected and will be resolved as part of #119596 In testing I saw multiple |
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, verified execution logs were still being written as expected, and confirmed timing enhancements on the ops cluster. LGTM! 👍 🚀
Thanks for the optimizations here @xcrzx! 🙂
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @xcrzx |
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Co-authored-by: Dmitry Shevchenko <[email protected]>
Summary
This PR addresses some of the performance issues listed here: #118511.
Results
Total rule execution times for query rules went down ~30%, from 3 seconds on average to 2 seconds.
Before
After