-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use index pattern service to load index patterns #91715
Comments
Once we've migrated all plugins over to the index patterns service we should consider setting This is a pattern we want all saved objects to adopt in the long term #72028 |
Closing this, because it's > 3 years old, and except #153368 all seems to be resolved, or the linked code is no longer valid |
There are a number of places where kibana index patterns are loaded directly from the Saved Object API instead of the index patterns service on the data plugin. This essentially treats the index pattern saved objects as an api in itself and makes changing the index patterns api more difficult. In particular, we'd like to be able to separate out the index pattern string from the displayed title of the index pattern. This issue tracks the changes needed to remove working directly with saved objects.
data
plugin's index-pattern APIs for the "Should show the interstitial page" validation #108711x-pack/plugins/graph/public/helpers/use_workspace_loader.ts
[Graph] Make use of data view service instead of Saved Object API #131378src/plugins/discover/public/application/view_alert/view_alert_route.tsx
x-pack/plugins/triggers_actions_ui/public/common/lib/data_apis.ts
[Alerting] Use index pattern service to load index patterns #129914x-pack/plugins/watcher/server/routes/api/indices/register_get_index_patterns_route.ts
The text was updated successfully, but these errors were encountered: