-
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
Not all functionality should be blocked on index pattern creation #7481
Comments
If at all possible, it would be great to get this sorted for alpha4 since it's a pretty severe limitation. |
This is also sort of related to #7496 While the root cause of that issue is probably some sort of unrelated race condition, if users hit it in the wild they'll get stuck in a loop because the management app won't allow them to access the edit index pattern page where they can set an index pattern as default. |
I will be work on this tonight when I get back from NodePDX. Currently, without an index pattern you can still access the add data UI. He is where the regex lives: https://github.com/elastic/kibana/blob/master/src/plugins/kibana/public/management/index.js#L23 |
The PR has been merged. |
This is going to be especially important with the upcoming add data features since they will also handle creating index patterns, but it's a problem for x-pack as well. Which means it's probably a use-case we need to solve for applications in general. Users should be able to access the security UI as well as the monitoring application without having first created an index pattern in Kibana. It shouldn't matter whether one is a top level application (i.e. monitoring) or a utility in management (i.e. security).
This originated from @lukasolson in #7135 (comment)
The text was updated successfully, but these errors were encountered: