-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] debounce error/warning toasts #116686
Comments
@Dosant was this intentionally closed? |
@lukasolson, this issue was closed from Jira, I assume this is expected as not really needed anymore because we removed warnings altogether for now? #117252 |
Re-opening, as we have received feedback that even the "shards failed" messages can build up and prevent the user from being able to interact with Kibana. |
I confirm this is still the case, at least for version 7.16. |
++ a customer brought this up unprompted in a roadmap presentation today. |
Related: #106516 |
from a slack DM with a customer -
|
Is there a need for a history view so we can make these toasts much less aggressive and point someone to the full list if they need it? |
I'm hoping to make an impact on this problem in 8.3. I see a couple different ways of approaching this -
For this release I'd like to focus on 1 & 2. It would be nice to come to a quick conclusion on this and get shit done. |
I am on board but want to understand a little more about the de-duping experience. My main concern is that it's obvious to me when I had many duplicate errors vs. a few errors of the same type. I am completely on board with improving the experience here, but want to make sure that will still give enough context that a user knows when there are a few errors vs. an avalanche we deduped. |
We should probably have a list of the error types since user response will vary based on the specific error.
|
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
Would recent improvements to toast-storms already improve on this? (e.g. #149488) Might help to add some clarity what exactly been addressed and what is still open. |
@thomasneirynck #149488 improves this to some extent, but only in the context of Discover, we didn't make any changes to the search service. We've also made a couple of other improvements that are unrelated to the search service but which improve this issue in certain circumstances: |
Adding one issue to improve shard error warnings in Discover / Saved searches on a Dashboard |
@thomasneirynck you're fine with closing this? The remaining related work is tracked in this issues: |
+1 on closing, thx @kertal ! |
There was a general issue about spamming error/warning toast. We were hoping it will be solved in a generic way inside toast service, but the conclusion is that teams should handle this in their code.
We should prioritize handling this inside the search service because most of the feedback on this is coming from warnings generated by the search.
cc @sixstringcode @lukasolson
The text was updated successfully, but these errors were encountered: