elastic / kibana

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

[data views] Only use Data Views API to load data views #133083

Open mattkime opened 2 years ago

mattkime commented 2 years ago

Only the Data Views API should perform CRUD related data view operations. The follow UIs are composing their own data view like objects. Instead, they should compose DataViewSpecs and instantiate them with DataViews.create.

elasticmachine commented 2 years ago

Pinging @elastic/kibana-app-services (Team:AppServicesSv)

elasticmachine commented 1 year ago

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

kertal commented 1 year ago

@mattkime can this be closed, it seems the fleet file does no longer exist, and the info-monitoring-ui issue seems to have ben addressed / refactored away

kertal commented 1 year ago

ok, seems there's another issue for fleet: #153368