[Cases] Define source of truth for Elasticsearch data format #152756
Labels
Feature:Cases
Cases feature
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
Now that the saved object mapping files do not include the fields that are not indexed its not easy to determine exactly what is stored in elasticsearch for each type of object. An interim solution is to add the removed fields to the mappings as comments. A full solution would be to add types that represent how each saved object is structured in elasticsearch. Having types on the server side is required for the versioned HTTP APIs work anyway.
PR to remove unnecessary fields: #151511
The text was updated successfully, but these errors were encountered: