-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Canvas] Add support for geo_point data type #43892
Copy link
Copy link
Closed
Labels
Feature:CanvasTeam:PresentationPresentation Team for Dashboard, Input Controls, and Canvas t//Presentation Team for Dashboard, Input Controls, and Canvas t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.loe:smallSmall Level of EffortSmall Level of Effort
Metadata
Metadata
Assignees
Labels
Feature:CanvasTeam:PresentationPresentation Team for Dashboard, Input Controls, and Canvas t//Presentation Team for Dashboard, Input Controls, and Canvas t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceimpact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.loe:smallSmall Level of EffortSmall Level of Effort
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the feature:
We should add support for the
geo_pointtype instead of throwing an error.Describe a specific use case for the feature:
Currently when you try to query all fields from the flights sample data index, the element displays an error. At a minimum, we should cast this to a Canvas
stringinstead of throwing an error.We cast Elasticsearch to Canvas types here:
kibana/x-pack/legacy/plugins/canvas/server/lib/normalize_type.js
Lines 8 to 25 in 7a71ea2
Example:
