elastic/elasticsearch
Vedi su GitHubExpand runtime_field data types to include ranges
Open
#89.707 aperta il 29 ago 2022
:Search Foundations/Mapping>enhancementTeam:Search Foundationsgood first issuehelp wanted
Metriche repository
- Star
- (76.700 star)
- Metriche merge PR
- (Merge medio 2g) (1000 PR mergiate in 30 g)
Descrizione
Describe the feature:
runtime_fields currently don't support range, e.g. date ranges, as data types (docs). This could be useful for analytical use cases that rely on durations.
Describe a specific use case for the feature:
An index may hold two or more fields that mark the start and end of a period, e.g. a session. There is currently no easy way to visualize such date ranges within Kibana using runtime_fields for experimental purposes, instead an index mapping would have to be deployed grabbing data from said date fields.