elastic / elasticsearch

Free and Open, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
68.54k stars 24.35k forks source link

Support `constant_keyword` in time series dimensions #98793

Open kkrik-es opened 10 months ago

kkrik-es commented 10 months ago

Description

constant_keyword can be used to speed up filtering in cases where an index may contain a single keyword value. This field type is not supported currently in time series mappings; doing so may help with cases where we can have separate time series e.g. for tcp vs udp connections, and query them in unison.

elasticsearchmachine commented 10 months ago

Pinging @elastic/es-analytics-geo (Team:Analytics)

elasticsearchmachine commented 2 weeks ago

Pinging @elastic/es-storage-engine (Team:StorageEngine)