Skip to content

Support for constant_keyword ES field type #52635

@timroes

Description

@timroes

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature:Data ViewsData Views code and UI - index patterns before 8.0Feature:New Field TypeAdd support for an Elasticsearch field type in KibanaenhancementNew value added to drive a business resultimpact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.loe:smallSmall Level of Effort

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions