Open maximpn opened 9 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)
Relates to: https://github.com/elastic/kibana/issues/177277
Summary
Rule Management API endpoints should terminate whenever an abort signal comes. It may be a connection termination or some external event when absence of reaction on aborting will lead to unnecessary resources consumption, memory leaks and undefined behaviour.
There is a documenation about abort signals usage and an example of using it with the ES client.