elastic / kibana

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

indexPattern service => dataViews service #124063

Open mattkime opened 2 years ago

mattkime commented 2 years ago

The DataViews service was broken out of the data plugin into its own plugin. The indexPattern service was left in place but deprecated. Lets stop using the old api location so it can be removed. This list was created from https://docs.elastic.dev/kibana-dev-docs/api-meta/deprecated-api-list-by-api

ALSO PLEASE ADDRESS OTHER INDEX PATTERN DEPRECATIONS - https://docs.elastic.dev/kibana-dev-docs/api-meta/deprecated-api-list-by-plugin - the vast majority of these are very simple.

Note - if this change is anything other than trivial, please talk to @mattkime

@elastic/kibana-core

@elastic/kibana-security

@elastic/fleet

@elastic/kibana-data-discovery

@elastic/kibana-vis-editors

@elastic/kibana-presentation

@elastic/unified-observability

@elastic/kibana-gis

@elastic/infra-monitoring-ui

@elastic/kibana-data-discovery

@elastic/security-solution

@elastic/response-ops

@elastic/ml-ui

@elastic/uptime

@elastic/kibana-app-services

kertal commented 1 month ago

@mattkime worth to check what's the current state here, it's been a while

kertal commented 1 month ago

and, isn't that similar like https://github.com/elastic/kibana/issues/133083