-
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
CCS Experience - If a cluster fails to respond highlight that the data may be incomplete #118180
Comments
@jimczi - should ES be returning errors in this situation? If so, and this is not working on master, this is a bug for the ES repo. If ES reports it as a warning, then the issue is with Kibana, as we don't show every warning from ES to the user. However, we'll still need a way for ES to tell us whether or not a warning should be shown to the user. in 7.16 we implemented a change that showed these to the user but it had to be reverted as too many warnings were showing up, and some that stemmed from developer usage, that the end-user has no control over. |
After discussing with Jim, we think this actually should work in Kibana. Can you check what your |
File #118736 as well as we decided we might want to show warnings even if that setting is on. |
Pinging @elastic/kibana-app-services (Team:AppServicesSv) |
Going to close this out as I think #118736 will be sufficient moving forward, assuming that the customer had the |
@stacey-gammon would it not make sense to keep it open until your linked issue is completed? I feel closing this issue implies that it is solved. |
Not closed because it is solved, but closed because it is a duplicate of #118736. I just don't think we should keep duplicate tickets open, or it becomes more difficult to find the right one, imo. |
Makes sense :) |
Describe the feature:
A way to alert/notify that a visualisation leveraging CCS may not be complete if one of the CCS clusters fails to respond. This is on a per visualisation request, not to be notified by a popup or anything like that as it's ephemeral. The ideal solution would be an icon or something on the visualisation itself.
Describe a specific use case for the feature:
If I have two clusters, ClusterA and ClusterB. Both clusters have an index called data and I have an index pattern which is *:data,data . When I create a visualisations (using Lens) of that data everything works wonderfully. When I simulate an issue with ClusterB by messing with the networking, full restart or out right killing it I only get the data from ClusterA - which makes absolute sense.
However, the user doesn't seem to be told that the other clusters (in my case ClusterB) is having issues and hasn't returned any results. From an end user perspective, it feels strange that they haven't been alerted to say that "some clusters haven't responded". I feel this way because if someone is doing analytics or investigations across observability, security or business data not having the full picture could lead to inaccurate results/responses.
This is really important as customers are moving towards leveraging 10's of clusters within a dashboard all connected to by CCS. If one to many clusters do not respond this could lead to bad decisions being made as they are not aware that data is missing.
cc: @stacey-gammon
The text was updated successfully, but these errors were encountered: