Open mattkime opened 2 years ago
Pinging @elastic/kibana-app-services (Team:AppServicesSv)
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)
@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
ok, seems there's another issue for fleet: #153368
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
DataViewSpec
s and instantiate them withDataViews.create
.x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx
x-pack/plugins/canvas/public/lib/es_service.ts
x-pack/plugins/fleet/server/services/epm/kibana/index_pattern/install.ts
x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx
x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/editor/math_completion.ts
(unifiedSearch.autocomplete.getQuerySuggestions
) - https://github.com/elastic/kibana/pull/133295