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

Pass down background search ID to ES in async_search #61744

Closed
lizozom opened this issue Mar 29, 2020 · 1 comment
Closed

Pass down background search ID to ES in async_search #61744

lizozom opened this issue Mar 29, 2020 · 1 comment
Labels
Feature:Search Querying infrastructure in Kibana v7.8.0 v8.0.0

Comments

@lizozom
Copy link
Contributor

lizozom commented Mar 29, 2020

Part of #61738
Depends on #61739

If set, pass down bsID to data.search.search() as part of the fetch options.
Search interceptor will then use the background search service to retrieve individual request bsIDs.

Edge cases to consider -

  • Argument should not be sent to ES if Kibana is running in OSS.
  • The legacy msearch service doesn't support background search.
@lukasolson lukasolson added Feature:Search Querying infrastructure in Kibana Team:AppArch labels Mar 30, 2020
@elasticmachine
Copy link
Contributor

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

@rayafratkina rayafratkina added v7.8.0 and removed v7.8 labels Apr 6, 2020
@lizozom lizozom closed this as completed Apr 28, 2020
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 v7.8.0 v8.0.0
Projects
None yet
Development

No branches or pull requests

4 participants