elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.82k stars 8.2k forks source link

[Cases] Archive cases #153886

Open cnasikas opened 1 year ago

cnasikas commented 1 year ago

Users usually do not delete cases. Instead, they close them and keep them for compliance reasons. This can lead to a lot of cases and related objects over time. Users may want to define ILM policies over the case data as they grow. Cases are part of the Kibana system index which is in the hot tier and it does not support ILM policies. To support this we may need to create our own index to put archive cases and define ILM policies on the archived index. Furthermore, to prevent tampering with the history of the investigation and for compliance reasons archive cases should be read-only and immutable.

Tasks

elasticmachine commented 1 year ago

Pinging @elastic/response-ops (Team:ResponseOps)

elasticmachine commented 1 year ago

Pinging @elastic/response-ops-cases (Feature:Cases)