-
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
[Analytics] Enhance the No Data experience with the new NoDataPage #108294
Comments
Pinging @elastic/kibana-app-services (Team:AppServices) |
@elastic/kibana-app-services I started looking at fixing this by updating the logic in https://github.com/elastic/kibana/blob/master/src/plugins/data/common/index_patterns/index_patterns/ensure_default_index_pattern.ts to match the changes I'm using in #108193, however there are many layers here that I could use some help with fixing. First, the Next, if an index pattern does exist, but there isn't any data, then the redirect to |
It should be noted that the new index pattern create flyout was recently merged. It includes no data and no existing index pattern flows. The intention is that any app that was redirecting to index pattern management could use the new flyout instead. |
Interesting, that may make the fix for 7.14.1 a bit different than 7.15.0 then.
Sounds like a nice way to avoid redirecting to a completely different UI, however I worry about including that change in this fix as it seems quite large? |
Agreed. I'm coming into this conversation in the middle, just wanted to make sure people knew about that even if it doesn't effect anything.
Yes, there will be two different fixes. Don't even try to backport. |
We discussed with @joshdover, that the bug he was actually addressing got conflated with the more general problem of aligning the UX of empty states across solutions which this issue covers. |
Originally posted by @alexfrancoeur in #107682 (comment)
The text was updated successfully, but these errors were encountered: