Open jpdjere opened 7 months ago
Pinging @elastic/security-detections-response (Team:Detections and Resp)
Pinging @elastic/security-solution (Team: SecuritySolution)
Pinging @elastic/security-detection-rule-management (Team:Detection Rule Management)
Epics: https://github.com/elastic/security-team/issues/1974 (internal), https://github.com/elastic/kibana/issues/174168
Summary
/upgrade/_review
endpoint is a computationally expensive synchronous process that blocks the event loop during its calculation.A solution could look like so (PSEUDO):
Background
The above solution is based on: