You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Part of #61738
Depends on #61739
If set, pass down
bsID
todata.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 -
msearch
service doesn't support background search.The text was updated successfully, but these errors were encountered: