use savedObjectsClient.resolve for retrieving index patterns #108335
Labels
blocker
Feature:Data Views
Data Views code and UI - index patterns before 8.0
impact:critical
This issue should be addressed immediately due to a critical level of impact on the product.
loe:medium
Medium Level of Effort
required-for-8.0
This work is required to be done before 8.0 lands, bc it relates to a breaking change or similar.
v8.0.0
index patterns service should use savedObjectsClinent.resolve instead
get
to retrieve the saved object.It should handle an exactMatch and an alias as a hit and return the corresponding saved object, and a conflict as an error and will just throw.
The text was updated successfully, but these errors were encountered: