[Security Solution] Deprecate some of the Bulk API endpoints #127756
Labels
Feature:Rule Management
Security Solution Detection Rule Management area
Team:Detection Rule Management
Security Detection Rule Management Team
Team:Detections and Resp
Security Detection Response Team
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
v8.2.0
Related to: #126068
Summary
On the frontend side of Elastic Security app, calls to some of our Bulk API endpoints were superseded by calls to the new Bulk Action API. The following endpoints are not used from Kibana anymore:
detection_engine/rules/_bulk_create
detection_engine/rules/_bulk_delete
detection_engine/rules/_bulk_update
This means we don't need these endpoints ourselves, but we might have users who use them from their scripts and tools.
We would like to mark these 3 endpoints as deprecated and, ideally, let the users know:
create
andupdate
actions to it)Todo
Warning: 299
header to responses of the deprecated endpoints. See this example for reference. (PR)These items were converted to tasks to be tracked separately:
Notes
Example PR with Cases endpoint deprecations: #124773
The text was updated successfully, but these errors were encountered: