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

[Search service] Add sort parameters for async search requests #55141

Closed
Tracked by #166068
lukasolson opened this issue Jan 17, 2020 · 3 comments
Closed
Tracked by #166068

[Search service] Add sort parameters for async search requests #55141

lukasolson opened this issue Jan 17, 2020 · 3 comments
Labels
Feature:Search Querying infrastructure in Kibana Icebox impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Graph)

Comments

@lukasolson
Copy link
Member

As we begin to integrate the _async_search Elasticsearch endpoints (elastic/elasticsearch#49931) in Kibana (#53057, #53538), one optimization we can make in order to facilitate intermediate results in the future is to supply the sort parameter to Elasticsearch so that the shards are processed in an order that provides meaningful intermediate results to Kibana users (see elastic/elasticsearch#49092).

There are a couple of situations where we need to supply this parameter:

  • Date histograms (so that the most recent/relevant results are received first, allowing us to accurately show partial date histograms)
  • ... To be discussed (potentially other histograms/ranges)

Related: elastic/elasticsearch#49092

@lukasolson lukasolson added Feature:Search Querying infrastructure in Kibana Team:AppArch labels Jan 17, 2020
@lukasolson lukasolson added this to To do in kibana-app-arch via automation Jan 17, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@alexh97 alexh97 moved this from To triage to Long Horizon in kibana-app-arch May 5, 2020
@exalate-issue-sync exalate-issue-sync bot added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort labels Jun 2, 2021
@exalate-issue-sync exalate-issue-sync bot added loe:medium Medium Level of Effort and removed loe:small Small Level of Effort labels May 17, 2022
@petrklapka petrklapka added Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Graph) and removed Team:AppServicesSv labels Nov 23, 2022
@elasticmachine
Copy link
Contributor

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

@kertal
Copy link
Member

kertal commented Oct 25, 2023

Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner.

@kertal kertal closed this as not planned Won't fix, can't repro, duplicate, stale Oct 30, 2023
kibana-app-arch automation moved this from Long Horizon to Done in current release Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Search Querying infrastructure in Kibana Icebox impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Graph)
Projects
kibana-app-arch
  
Done in current release
Development

No branches or pull requests

4 participants