-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:Data ViewsData Views code and UI - index patterns before 8.0Data Views code and UI - index patterns before 8.0Feature:New Field TypeAdd support for an Elasticsearch field type in KibanaAdd support for an Elasticsearch field type in KibanaenhancementNew value added to drive a business resultNew value added to drive a business resultimpact: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 Effort
Description
We should support the constant_keyword type once it's supported in Elasticsearch. This will behave exactly like the keyword type for now, so it can mapped to the Kibana string type and rely on the aggregatable and searchable information returned from _field_caps.
The constant_keyword type is not part of OSS, but of the Basic license, meaning this task will require us to make index patterns extendable from via x-pack code. More specific not only new Kibana field types need to be addable via a registry but also estypes must be attachable via a registry from the outside to existing Kibana field types. So this issue will require some larger refactoring before being able to addressed.
jpountz and beanaroo
Metadata
Metadata
Assignees
Labels
Feature:Data ViewsData Views code and UI - index patterns before 8.0Data Views code and UI - index patterns before 8.0Feature:New Field TypeAdd support for an Elasticsearch field type in KibanaAdd support for an Elasticsearch field type in KibanaenhancementNew value added to drive a business resultNew value added to drive a business resultimpact: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 Effort