[Logs UI] Decouple log view HTTP API schema from saved object schema #152278
Labels
Feature:Logs UI
Logs UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
📓 Summary
In order to allow the browser-side code to work seamlessly across Kibana server upgrade without a page reload, we want to have fully versioned HTTP APIs that are not tied to any the internal saved object schema. To that end, we must not leak the saved object schema in HTTP requests and responses that read or write log views.
🔗 part of #149098
✔️ Acceptance criteria
💡 Implementation hints
attributes
instead of referencing the types fromcommon
. There already is a translation step in the server-sideLogViewsClient
, which can remain the identity until a breaking change is required.The text was updated successfully, but these errors were encountered: