[data views] data view management doesn't always show correct field types due to field caps response #120284
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Data Views
Data Views code and UI - index patterns before 8.0
Icebox
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
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
The data view field list is provided by the field caps api and is largely a transparent view into the api response. Unfortunately there are a few cases that don't provide accurate type info:
There may be others.
After talking with an ES engineer, its clear that the Field Caps API is more focused on communicating specific capabilities than accurate type info. For instance, constant_keyword and wildcard are communicated as keyword since they have the same capabilities. Unfortunately this provides potentially misleading and muddled info to users who are trying to understand their data and visualizations from the top down.
Options -
related to [https://github.com//issues/120289|https://github.com//issues/120289]
The text was updated successfully, but these errors were encountered: