[Filter manager] Stop loading index patterns via saved object, use service instead #91036
Labels
Feature:Data Views
Data Views code and UI - index patterns before 8.0
Feature:Filters
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
This is a bug in the value suggestions endpoint of the filter manager, where we are using this line of code to load the index pattern:
The bug manifests in the following way:
value.keyword
in the filter manager. Nothing will be suggested because it fails to load the index pattern field cache.I think the only way to truly test this issue is to remove the field cache from all of the functional test archives. For example, I only ran into this problem because I removed the field cache from test/functional/fixtures/es_archiver/discover/data.json
To test this functionally, grep for
discover filter editor
The text was updated successfully, but these errors were encountered: