Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Decouple histogram and data in search results #132673

Closed
Lulu413 opened this issue May 23, 2022 · 3 comments
Closed

[Feature Request] Decouple histogram and data in search results #132673

Lulu413 opened this issue May 23, 2022 · 3 comments
Labels
feedback_needed Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.

Comments

@Lulu413
Copy link

Lulu413 commented May 23, 2022

When using the Kibana dashboard to search data, Kibana runs two queries (1 for the histogram and 1 for the data) and doesn’t return either until both queries have been fulfilled.

This makes the lower bound of the search time the slower of the two queries (generally the histogram query).

Decoupling the queries so that the data can be returned while the histogram is still loading would be a usability improvement for use cases where the user is primarily interested in the data.

@botelastic botelastic bot added the needs-team Issues missing a team label label May 23, 2022
@kertal kertal added the Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. label May 23, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

@botelastic botelastic bot removed the needs-team Issues missing a team label label May 23, 2022
@kertal
Copy link
Member

kertal commented May 23, 2022

@Lulu413 We've splitted the queries in 7.15 so you get faster results ... #104818 ... which version of Kibana are you using currently?

@Lulu413
Copy link
Author

Lulu413 commented May 24, 2022

Thank you for sharing that issue number with me, it's been very helpful. I can confirm that this is a versioning issue on our end.

@Lulu413 Lulu413 closed this as completed May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback_needed Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Projects
None yet
Development

No branches or pull requests

3 participants