-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Clean up uses of accessing index pattern fields with "attributes.fields" #84352
Copy link
Copy link
Closed
Labels
Feature:Data ViewsData Views code and UI - index patterns before 8.0Data Views code and UI - index patterns before 8.0MetabugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceimpact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.loe:smallSmall Level of EffortSmall Level of Effortregressionv8.0.0
Metadata
Metadata
Assignees
Labels
Feature:Data ViewsData Views code and UI - index patterns before 8.0Data Views code and UI - index patterns before 8.0MetabugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceimpact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.loe:smallSmall Level of EffortSmall Level of Effortregressionv8.0.0
Type
Fields
Give feedbackNo fields configured for issues without a type.
#82223 removed
fieldsfrom index pattern saved objects. However, there are lots of places inkibana/srcthat still accessattributes.fields. Accessing fields viaattributes.fieldsis now broken and uses need to switch to using index pattern service instead of accessing index pattern saved object fields directly.