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

[Timelion] Cancel discarded searches #46354

Closed
lukasolson opened this issue Sep 23, 2019 · 3 comments · Fixed by #125255
Closed

[Timelion] Cancel discarded searches #46354

lukasolson opened this issue Sep 23, 2019 · 3 comments · Fixed by #125255
Assignees
Labels
Feature:Search Querying infrastructure in Kibana Feature:Timelion Timelion app and visualization impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. loe:small Small Level of Effort performance Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@lukasolson
Copy link
Member

When a user issues a search request in a Timelion visualization, we need to cancel it in the following scenarios:

  1. When the user navigates away before the search completes
  2. When a new search is requested before the prior one completes
@lukasolson lukasolson added Feature:Timelion Timelion app and visualization Team:AppArch labels Sep 23, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch

@lukasolson lukasolson added the Feature:Search Querying infrastructure in Kibana label Oct 7, 2019
@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
@Dosant
Copy link
Contributor

Dosant commented Nov 10, 2021

Please note: Timelion uses search service server-side, which means they will need to listen to aborted$ event on Kibana request and then cancel underlying server-side searches

There is an example plugin that shows this: #118176

@Dosant Dosant added Team:Visualizations Visualization editors, elastic-charts and infrastructure and removed loe:small Small Level of Effort impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. labels Nov 10, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors)

@exalate-issue-sync exalate-issue-sync bot added impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. loe:small Small Level of Effort labels Jan 4, 2022
@alexwizp alexwizp self-assigned this Feb 8, 2022
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 Feature:Timelion Timelion app and visualization impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. loe:small Small Level of Effort performance Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants