elastic / elastic/roadmap

Time series data can efficiently display in the expected order

Open
#56 0 comments 0 reactions 1 assignee Assigned to @tylerperk View on GitHub
Component: Elasticsearch Component: Kibana product-area:observability
Dominant language
No language data
Stars
6
Forks
1
PR merge metrics
No merged PRs in 30d

Description

**Value Proposition**

Users searching logs and metrics data in Kibana typically want to see the results in timestamp order (newest first) by default, to see the most relevant data first. This is already true when using KQL/DSL in Kibana Discover. With ES|QL, we can return results quickly when they are unsorted, but sorting adds considerable overhead and latency.

**Expected Outcomes**

Sorting documents/results by timestamp with ES|QL takes a comparable amount of time to (or faster than) DSL.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.